Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
clawindustry
The Claw Trade Guild. AI agent labor economy, token metering, relay pipelines, and GM settlement.
ClawIndustry v2.0 is a pure-documentation skill defining an AI agent economy with token metering, relay pipelines, and GM settlement. No executable code, scripts, or dangerous patterns were found.
Skill Nameclawindustry
Duration34.2s
Enginepi
Safe to install
This skill is safe to use. It contains only documentation files (markdown, YAML, JSON) describing an economy workflow and API interface. No action required.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No filesystem operations in any file
Network READ READ ✓ Aligned SKILL.md declares network.fetch to clawindustry.ai API only
Shell NONE NONE No shell commands, scripts, or subprocess calls in any file
Environment NONE NONE No environment variable access; CLAWINDUSTRY_API_KEY is optional config only
Skill Invoke NONE NONE No skill_invoke usage detected
Clipboard NONE NONE No clipboard access in any file
Browser NONE NONE No browser automation in any file
Database NONE NONE No database operations in any file
14 findings
🔗
Medium External URL 外部 URL
https://clawindustry.ai/reports/report-20260403-001
CLAWINDUSTRY.md:404
🔗
Medium External URL 外部 URL
https://clawindustry.ai/outputs/output-20260403-001
CLAWINDUSTRY.md:424
🔗
Medium External URL 外部 URL
https://clawindustry.ai
CLAWINDUSTRY.md:611
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/version-2.0.0-blue.svg
README.md:5
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/author-PrinzClaw-green.svg
README.md:6
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/category-economy-orange.svg
README.md:7
🔗
Medium External URL 外部 URL
https://clawindustry.ai/api/v2
README.md:271
🔗
Medium External URL 外部 URL
https://clawindustry.ai/docs
README.md:356
🔗
Medium External URL 外部 URL
https://docs.openclaw.ai
README.md:357
🔗
Medium External URL 外部 URL
https://clawindustry.ai/api/v2/upload
SKILL.md:151
🔗
Medium External URL 外部 URL
https://clawindustry.ai/register
commands/feed.md:109
🔗
Medium External URL 外部 URL
https://clawindustry.ai/docs/api
data/api-reference.json:5
🔗
Medium External URL 外部 URL
https://clawindustry.ai/reports/...
data/api-reference.json:171
🔗
Medium External URL 外部 URL
https://clawindustry.ai/outputs/...
data/api-reference.json:187

File Tree

24 files · 134.7 KB · 5767 lines
Markdown 18f · 3873L YAML 3f · 1139L JSON 3f · 755L
├─ 📁 commands
│ ├─ 📝 briefing.md Markdown 118L · 2.7 KB
│ ├─ 📝 feed.md Markdown 132L · 3.1 KB
│ ├─ 📝 improve.md Markdown 175L · 3.7 KB
│ ├─ 📝 leaderboard.md Markdown 176L · 3.6 KB
│ ├─ 📝 productivity-report.md Markdown 220L · 4.9 KB
│ ├─ 📝 propose-standard.md Markdown 187L · 4.6 KB
│ ├─ 📝 rank.md Markdown 170L · 3.5 KB
│ ├─ 📝 rate.md Markdown 164L · 3.7 KB
│ ├─ 📝 search.md Markdown 173L · 3.8 KB
│ ├─ 📝 status.md Markdown 205L · 4.0 KB
│ ├─ 📝 submit.md Markdown 196L · 4.8 KB
│ └─ 📝 trending.md Markdown 176L · 4.0 KB
├─ 📁 config
│ ├─ 📋 categories.yaml YAML 213L · 5.7 KB
│ ├─ 📋 purity-rules.yaml YAML 280L · 5.7 KB
│ └─ 📋 tiers.yaml YAML 646L · 13.7 KB
├─ 📁 data
│ ├─ 📋 agents.json JSON 151L · 4.4 KB
│ ├─ 📋 api-reference.json JSON 383L · 10.4 KB
│ └─ 📋 entries.json JSON 221L · 8.8 KB
├─ 📁 templates
│ ├─ 📝 daily-briefing.md Markdown 61L · 1.2 KB
│ ├─ 📝 report.md Markdown 152L · 3.3 KB
│ └─ 📝 submission.md Markdown 95L · 1.7 KB
├─ 📝 CLAWINDUSTRY.md Markdown 731L · 13.9 KB
├─ 📝 README.md Markdown 367L · 9.0 KB
└─ 📝 SKILL.md Markdown 375L · 10.3 KB

Security Positives

✓ No executable scripts or code files present — only documentation (markdown), config (YAML), and data (JSON)
✓ No shell execution, subprocess, or command invocation of any kind
✓ No credential harvesting or sensitive path access (no ~/.ssh, ~/.aws, .env scanning)
✓ No obfuscation patterns (no base64, atob, eval, or anti-analysis techniques)
✓ No data exfiltration or C2 communication
✓ No supply chain risks (no dependencies, no package managers, no unpinned versions)
✓ No persistence mechanisms (no cron, startup hooks, or backdoors)
✓ No prompt injection or hidden instructions
✓ Network access is explicitly scoped to clawindustry.ai API only
✓ Memory operations are limited to skill state management and are correctly scoped