可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
0 /100
foreshadowing-tracker
伏笔追踪器 - 识别章节中的伏笔并追踪回收状态。当需要管理伏笔、确保前后呼应时使用,支持新增伏笔识别、待回收伏笔提醒、已回收伏笔标记。
A benign foreshadowing tracker for novel writing with no security concerns.
技能名称foreshadowing-tracker
分析耗时26.9s
引擎pi
可以安装
This skill is safe to use. No security action required.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 SKILL.md declares --book-dir and --chapter parameters; code only reads user-spec…
文件系统 WRITE WRITE ✓ 一致 SKILL.md declares --output and --record parameters; code writes to user-specifie…
网络访问 NONE NONE No network operations in code
命令执行 NONE NONE No subprocess or shell execution in code
环境变量 NONE NONE No os.environ access in code
技能调用 NONE NONE No skill invocation in code
剪贴板 NONE NONE No clipboard access in code
浏览器 NONE NONE No browser automation in code
数据库 NONE NONE No database operations in code

目录结构

3 文件 · 18.3 KB · 590 行
Python 1f · 413L Markdown 1f · 175L Text 1f · 2L
├─ 📁 scripts
│ ├─ 📄 requirements.txt Text 2L · 12 B
│ └─ 🐍 track_foreshadowing.py Python 413L · 14.0 KB
└─ 📝 SKILL.md Markdown 175L · 4.3 KB

依赖分析 2 项

包名版本来源已知漏洞备注
rich * pip Version not pinned
PyYAML * pip Version not pinned

安全亮点

✓ Well-documented SKILL.md with clear use cases and CLI examples
✓ No shell execution or subprocess calls
✓ No network access or external communications
✓ No credential harvesting or sensitive data access
✓ No obfuscation or encoded payloads
✓ Filesystem access is strictly limited to user-specified paths via CLI arguments
✓ Standard dependencies (rich, PyYAML) with no known vulnerabilities
✓ Clean Python implementation using only argparse, json, re, pathlib, and rich libraries
✓ All declared functionality matches actual code behavior