扫描报告
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.
可以安装
No action required. The skill is safe to use as documented.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | N/A - no file operations in this skill |
| 网络访问 | outbound | outbound | ✓ 一致 | SKILL.md lines 22-31: POST to https://www.acetoolz.com/api/openclaw/word-counter |
| 命令执行 | NONE | WRITE | ✓ 一致 | SKILL.md lines 20-31: Uses exec for curl/PowerShell, but documented and necessar… |
| 环境变量 | NONE | NONE | — | N/A - no environment variable access |
| 技能调用 | NONE | NONE | — | N/A - no skill chaining |
| 剪贴板 | NONE | NONE | — | N/A - no clipboard access |
| 浏览器 | NONE | NONE | — | N/A - no browser automation |
| 数据库 | NONE | NONE | — | N/A - no database access |
3 项发现
中危 外部 URL 外部 URL
https://www.acetoolz.com/text/tools/word-counter SKILL.md:18 中危 外部 URL 外部 URL
https://www.acetoolz.com/api/openclaw/word-counter SKILL.md:31 中危 外部 URL 外部 URL
https://www.acetoolz.com SKILL.md:62 目录结构
1 文件 · 2.2 KB · 69 行 Markdown 1f · 69L
└─
SKILL.md
Markdown
安全亮点
✓ 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