Scan Report
20 /100
acetoolz-password
Generate secure passwords via the AceToolz API
Skill is a documentation-only prompt for password generation via external API but declares insufficient permissions for implied shell execution.
Safe to install
Add 'shell:WRITE' to the permissions array in the frontmatter to accurately reflect the curl command execution requirement.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Shell execution permission not declared Priv Escalation | SKILL.md:21 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md:7 - permissions: ['network:outbound'] |
| Shell | NONE | WRITE | ✗ Violation | SKILL.md:21-27 - curl command requires shell execution |
3 findings
Medium External URL 外部 URL
https://www.acetoolz.com/generate/tools/password-generator SKILL.md:18 Medium External URL 外部 URL
https://www.acetoolz.com/api/openclaw/password-generator SKILL.md:31 Medium External URL 外部 URL
https://www.acetoolz.com SKILL.md:69 File Tree
1 files · 2.8 KB · 76 lines Markdown 1f · 76L
└─
SKILL.md
Markdown
Security Positives
✓ No actual code/scripts present - purely documentation
✓ No credential theft or sensitive data access
✓ API endpoint is clearly documented (acetoolz.com)
✓ No obfuscation or suspicious encoding detected
✓ No data exfiltration beyond the declared API call
✓ Error handling is appropriately documented