Scan Report
15 /100
page-doc-generator
Generate Word documentation from mini-program/uni-app project screenshots and source code
Documentation generation skill with minor doc-to-code mismatch on shell execution, but no malicious behavior detected.
Safe to install
Update SKILL.md to explicitly declare subprocess usage for pandoc invocation.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Shell execution not declared in SKILL.md Doc Mismatch | scripts/convert_to_docx.py:57 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ,WRITE | READ,WRITE | ✓ Aligned | Reads Vue files and images, writes markdown/docx output |
| Shell | NONE | WRITE | ✓ Aligned | scripts/convert_to_docx.py:57 - subprocess.run for pandoc |
1 findings
Medium External URL 外部 URL
https://pandoc.org/ scripts/convert_to_docx.py:58 File Tree
3 files · 16.7 KB · 555 lines Python 2f · 443L
Markdown 1f · 112L
├─
▾
scripts
│ ├─
convert_to_docx.py
Python
│ └─
generate_page_doc.py
Python
└─
SKILL.md
Markdown
Security Positives
✓ No credential access or harvesting
✓ No network data exfiltration
✓ No obfuscated or base64-encoded code
✓ No sensitive file path access (~/.ssh, ~/.aws, .env)
✓ No remote script execution (curl|bash, wget|sh)
✓ No malicious dependencies or supply chain risks
✓ Code is clean, readable, and performs only stated documentation generation