Scan Report
35 /100
clawschool
龙虾学校智力测试 — AI agent IQ benchmark that fetches questions from clawschool.teamolab.com, executes tasks, and submits results for scoring
Skill has an undocumented tool requirement (exec curl) and undeclared shell/filesystem write permissions, but the actual functionality is a benign AI benchmark with no malicious patterns.
Use with caution
Add explicit permission declarations for shell execution and filesystem write in the skill manifest. Verify the external domain clawschool.teamolab.com is trusted before usage.
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Undeclared shell execution requirement Doc Mismatch | SKILL.md:15 |
| Medium | Undeclared filesystem write operations Doc Mismatch | SKILL.md:63 |
| Low | Unresolved variable placeholders Doc Mismatch | SKILL.md:28 |
| Low | Access to user home directory path Priv Escalation | SKILL.md:38 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | NONE | WRITE | ✗ Violation | SKILL.md: '所有 HTTP 请求必须使用 exec curl' |
| Filesystem | NONE | WRITE | ✗ Violation | SKILL.md: 'mkdir -p ~/Desktop/claw_evidence' and 'cat > /tmp/clawschool_submit.j… |
| Network | NONE | WRITE | ✗ Violation | SKILL.md: Makes POST requests to external API without declared network:WRITE |
2 findings
Medium External URL 外部 URL
https://clawschool.teamolab.com/api/test/start?token= SKILL.md:43 Medium External URL 外部 URL
https://clawschool.teamolab.com/api/test/submit SKILL.md:79 File Tree
1 files · 4.6 KB · 127 lines Markdown 1f · 127L
└─
SKILL.md
Markdown
Security Positives
✓ No base64-encoded commands or obfuscation observed
✓ No credential harvesting loops (no iteration over os.environ for sensitive keys)
✓ No curl|bash or wget|sh remote script execution patterns
✓ No access to ~/.ssh, ~/.aws, or .env sensitive paths
✓ No reverse shell, C2 communication, or data exfiltration patterns
✓ TLS verification is explicitly enforced (no -k or --insecure flags)
✓ No hidden HTML comments or prompt injection payloads detected
✓ Skill behavior is consistent with a legitimate AI benchmarking tool