Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
5 /100
novel-outliner
从小说大纲自动拆解逐章prompt。支持纯文本、JSON、Markdown格式大纲,一键生成每章写作指令。
Legitimate novel outline parsing tool with no malicious behavior detected.
Skill Namenovel-outliner
Duration21.5s
Enginepi
Safe to install
Skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
Filesystem READ,WRITE READ,WRITE ✓ Aligned SKILL.md declares CLI usage; parse_outline.py reads --outline and writes to --ou…
Network NONE NONE No network requests in code
Shell NONE NONE No subprocess or shell execution calls

File Tree

2 files · 4.0 KB · 111 lines
Python 1f · 80L Markdown 1f · 31L
├─ 📁 scripts
│ └─ 🐍 parse_outline.py Python 80L · 3.1 KB
└─ 📝 SKILL.md Markdown 31L · 913 B

Security Positives

✓ Uses only Python standard library (argparse, json, os, re, sys) - no external dependencies
✓ Documentation accurately describes functionality with no shadow features
✓ No network requests, credential access, or data exfiltration
✓ Simple, straightforward CLI tool with no obfuscation
✓ Filename sanitization prevents path traversal (line 48: re.sub removes special chars)
✓ Proper file encoding handling (UTF-8)