This report was generated in Chinese. Some content may be in Chinese.
Trusted — Risk Score 0/100
Last scan:2 hr ago Rescan
0 /100
doc-structurer
韩语文档结构化工具 - 解析doc-parser输出的文本,自动分类文档类型并提取结构化JSON字段
合法的文档结构化工具,仅对输入的解析结果进行分类和字段提取,无任何恶意行为或声明外操作。
Skill Namedoc-structurer
Duration22.6s
Enginepi
ClawHub Doc Structurer v1.0.0 by parkbeomjun-gkgkgk
📥 19
ClawHub Verdict Suspicious llm_suspiciousprompt_injection_instructions
Safe to install
无需额外限制,可直接使用。
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned doc_structurer.py:239-242 仅读写指定JSON文件
Network NONE NONE 代码中无任何网络请求
Shell NONE NONE 无subprocess/os.system调用
Environment NONE NONE 无os.environ访问
Skill Invoke NONE NONE 无外部技能调用
Clipboard NONE NONE 无剪贴板操作
Browser NONE NONE 无浏览器相关代码
Database NONE NONE 无数据库操作

File Tree

4 files · 23.2 KB · 663 lines
Python 1f · 353L Markdown 3f · 310L
├─ 📝 chatgpt-prompt.md Markdown 57L · 2.2 KB
├─ 🐍 doc_structurer.py Python 353L · 12.1 KB
├─ 📝 SKILL.md Markdown 158L · 5.5 KB
└─ 📝 system-prompt.md Markdown 95L · 3.4 KB

Security Positives

✓ 仅使用Python标准库,无外部依赖
✓ 代码逻辑清晰,仅处理文档文本分析
✓ 无网络请求,无数据外传
✓ 无shell执行,无代码注入风险
✓ 无敏感路径访问
✓ SKILL.md与代码实现完全一致,无阴影功能