Scan Report
18 /100
word-jumble
Generate a Word Jumble puzzle with scrambled words, circled letters forming an idiom, cartoon hint, and printable screenshot
This is a legitimate Word Jumble puzzle generator with minor documentation gaps but no malicious behavior detected.
Safe to install
Add explicit declarations for filesystem:WRITE and network:READ in SKILL.md to fully document the skill's actual behavior. The answer key in the HTML template is intended for puzzle creators and poses minimal risk in context.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | Undeclared filesystem write access | SKILL.md:1 |
| Low | Hidden answer key in HTML | assets/puzzle-template.html:147 |
| Info | Network access not declared | scripts/render_puzzle.py:79 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | WRITE | ✗ Violation | SKILL.md declares NONE but code creates output/ directory and writes files |
| Network | NONE | READ | ✗ Violation | render_puzzle.py:79 starts local HTTP server |
| Shell | NONE | NONE | — | No subprocess execution found |
| Browser | READ | READ | ✓ Aligned | SKILL.md mentions browser tool for screenshots |
File Tree
4 files · 14.4 KB · 507 lines HTML 1f · 236L
Python 2f · 170L
Markdown 1f · 101L
├─
▾
assets
│ └─
puzzle-template.html
HTML
├─
▾
scripts
│ ├─
render_puzzle.py
Python
│ └─
validate_puzzle.py
Python
└─
SKILL.md
Markdown
Security Positives
✓ No external network connections or data exfiltration detected
✓ No credential harvesting or environment variable scanning
✓ No base64 encoding, eval(), or obfuscated code patterns
✓ No curl|bash or wget|sh remote script execution
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ Pure puzzle generation logic with no side effects
✓ Input validation script prevents malformed puzzles