Trusted — Risk Score 5/100
Last scan:4 hr ago Rescan
5 /100
bullet-journal-gen
子弹笔记生成器 - 将自然语言转换为规范子弹笔记格式
这是一个功能完整的子弹笔记生成器,所有代码行为与文档声明一致,无恶意活动迹象
Skill Namebullet-journal-gen
Duration47.0s
Enginepi
Safe to install
可直接使用
ResourceDeclaredInferredStatusEvidence
Filesystem WRITE WRITE ✓ Aligned SKILL.md:Phase 6 声明保存文件,save_notes.py 实现
Network READ READ ✓ Aligned get_weather.py 使用 urllib.request 获取天气,但默认使用模拟数据
Shell NONE WRITE ✓ Aligned generate_pdf.py:89 仅在 use_wkhtmltopdf=True 时调用外部PDF工具

File Tree

20 files · 170.7 KB · 6157 lines
Python 11f · 3166L Markdown 6f · 1967L HTML 3f · 1024L
├─ 📁 scripts
│ ├─ 🐍 generate_bullet_journal.py Python 102L · 2.4 KB
│ ├─ 🐍 generate_card.py Python 165L · 4.8 KB
│ ├─ 🐍 generate_interactive_card.py Python 295L · 10.3 KB
│ ├─ 🐍 generate_obsidian_log.py Python 205L · 6.0 KB
│ ├─ 🐍 generate_pdf.py Python 228L · 6.8 KB
│ ├─ 🐍 generate_standalone_card.py Python 759L · 25.8 KB
│ ├─ 🐍 get_weather.py Python 124L · 3.4 KB
│ ├─ 🐍 main.py Python 220L · 7.5 KB
│ ├─ 🐍 process_notes.py Python 241L · 7.2 KB
│ ├─ 🐍 save_notes.py Python 279L · 7.3 KB
│ └─ 🐍 task_manager.py Python 548L · 15.4 KB
├─ 📁 templates
│ ├─ 📄 card_template.html HTML 185L · 4.0 KB
│ ├─ 📄 interactive_card_template.html HTML 618L · 17.7 KB
│ └─ 📄 print_template.html HTML 221L · 5.0 KB
├─ 📝 INTERACTIVE_GUIDE.md Markdown 303L · 6.5 KB
├─ 📝 OVERVIEW.md Markdown 343L · 8.3 KB
├─ 📝 README.md Markdown 343L · 8.8 KB
├─ 📝 SKILL.md Markdown 485L · 11.7 KB
├─ 📝 START_HERE.md Markdown 114L · 2.5 KB
└─ 📝 TASK_STATUS_GUIDE.md Markdown 379L · 9.2 KB

Security Positives

✓ 无凭证收割行为(无 os.environ 扫描敏感关键字)
✓ 无代码混淆(无 base64/eval/atob 执行)
✓ 无远程脚本执行(无 curl|bash、wget|sh 管道)
✓ 无敏感路径访问(无 ~/.ssh、~/.aws、.env 访问)
✓ 无 C2 通信模式(无可疑 IP 连接)
✓ 无 HTML 隐藏指令(模板无可疑注释)
✓ 所有脚本功能与 SKILL.md 文档声明一致
✓ 代码结构清晰,无阴影功能