可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
novel-writer
章节正文生成器 - 根据章节大纲、Voice Profile 和角色档案构建 LLM 提示词,用于生成章节正文
A legitimate novel writing assistant that reads local configuration files and generates LLM prompts without any network access or credential handling.
技能名称novel-writer
分析耗时28.5s
引擎pi
可以安装
No action required. This skill is safe to use.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 write_chapter.py:62-90 - Reads style.yml, characters/*.yml, and outline files on…
网络访问 NONE NONE No network libraries imported or used
命令执行 NONE NONE No subprocess or os.system calls found
环境变量 NONE NONE No os.environ access
技能调用 NONE NONE Standalone script, no skill invocation
剪贴板 NONE NONE No clipboard operations
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database connections

目录结构

3 文件 · 19.2 KB · 657 行
Python 1f · 408L Markdown 1f · 247L Text 1f · 2L
├─ 📁 scripts
│ ├─ 📄 requirements.txt Text 2L · 12 B
│ └─ 🐍 write_chapter.py Python 408L · 12.9 KB
└─ 📝 SKILL.md Markdown 247L · 6.3 KB

依赖分析 2 项

包名版本来源已知漏洞备注
rich * pip Version not pinned but a widely-used, trusted library
PyYAML * pip Version not pinned but a widely-used, trusted library

安全亮点

✓ Documentation explicitly states 'no network calls, no credentials, runs locally'
✓ All declared capabilities match actual implementation
✓ Uses only standard, well-known libraries (rich, PyYAML)
✓ No credential harvesting, no data exfiltration, no obfuscation
✓ Clean code structure without suspicious patterns
✓ Proper exception handling throughout