Scan Report
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.
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.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| 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
│ ├─
feed.md
Markdown
│ ├─
improve.md
Markdown
│ ├─
leaderboard.md
Markdown
│ ├─
productivity-report.md
Markdown
│ ├─
propose-standard.md
Markdown
│ ├─
rank.md
Markdown
│ ├─
rate.md
Markdown
│ ├─
search.md
Markdown
│ ├─
status.md
Markdown
│ ├─
submit.md
Markdown
│ └─
trending.md
Markdown
├─
▾
config
│ ├─
categories.yaml
YAML
│ ├─
purity-rules.yaml
YAML
│ └─
tiers.yaml
YAML
├─
▾
data
│ ├─
agents.json
JSON
│ ├─
api-reference.json
JSON
│ └─
entries.json
JSON
├─
▾
templates
│ ├─
daily-briefing.md
Markdown
│ ├─
report.md
Markdown
│ └─
submission.md
Markdown
├─
CLAWINDUSTRY.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
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