Scan Report
5 /100
acetoolz-word-counter
Count words, characters, sentences, paragraphs, and reading time for any text using AceToolz
A simple, well-documented text analysis skill that makes outbound API calls to count words and characters - all declared behavior matches implementation.
Safe to install
No action required. The skill is safe to use as documented.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | N/A - no file operations in this skill |
| Network | outbound | outbound | ✓ Aligned | SKILL.md lines 22-31: POST to https://www.acetoolz.com/api/openclaw/word-counter |
| Shell | NONE | WRITE | ✓ Aligned | SKILL.md lines 20-31: Uses exec for curl/PowerShell, but documented and necessar… |
| Environment | NONE | NONE | — | N/A - no environment variable access |
| Skill Invoke | NONE | NONE | — | N/A - no skill chaining |
| Clipboard | NONE | NONE | — | N/A - no clipboard access |
| Browser | NONE | NONE | — | N/A - no browser automation |
| Database | NONE | NONE | — | N/A - no database access |
3 findings
Medium External URL 外部 URL
https://www.acetoolz.com/text/tools/word-counter SKILL.md:18 Medium External URL 外部 URL
https://www.acetoolz.com/api/openclaw/word-counter SKILL.md:31 Medium External URL 外部 URL
https://www.acetoolz.com SKILL.md:62 File Tree
1 files · 2.2 KB · 69 lines Markdown 1f · 69L
└─
SKILL.md
Markdown
Security Positives
✓ Clear, unambiguous documentation with exact API endpoints
✓ All behavior declared in SKILL.md matches actual implementation
✓ No sensitive file access patterns detected
✓ No credential harvesting or data exfiltration patterns
✓ No obfuscation or encoded payloads
✓ Error handling properly documented with specific error codes
✓ Single-file skill with no hidden scripts or dependencies