扫描报告
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.
可以安装
This skill is safe to use. It contains only documentation files (markdown, YAML, JSON) describing an economy workflow and API interface. No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem operations in any file |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md declares network.fetch to clawindustry.ai API only |
| 命令执行 | NONE | NONE | — | No shell commands, scripts, or subprocess calls in any file |
| 环境变量 | NONE | NONE | — | No environment variable access; CLAWINDUSTRY_API_KEY is optional config only |
| 技能调用 | NONE | NONE | — | No skill_invoke usage detected |
| 剪贴板 | NONE | NONE | — | No clipboard access in any file |
| 浏览器 | NONE | NONE | — | No browser automation in any file |
| 数据库 | NONE | NONE | — | No database operations in any file |
14 项发现
中危 外部 URL 外部 URL
https://clawindustry.ai/reports/report-20260403-001 CLAWINDUSTRY.md:404 中危 外部 URL 外部 URL
https://clawindustry.ai/outputs/output-20260403-001 CLAWINDUSTRY.md:424 中危 外部 URL 外部 URL
https://clawindustry.ai CLAWINDUSTRY.md:611 中危 外部 URL 外部 URL
https://img.shields.io/badge/version-2.0.0-blue.svg README.md:5 中危 外部 URL 外部 URL
https://img.shields.io/badge/author-PrinzClaw-green.svg README.md:6 中危 外部 URL 外部 URL
https://img.shields.io/badge/category-economy-orange.svg README.md:7 中危 外部 URL 外部 URL
https://clawindustry.ai/api/v2 README.md:271 中危 外部 URL 外部 URL
https://clawindustry.ai/docs README.md:356 中危 外部 URL 外部 URL
https://docs.openclaw.ai README.md:357 中危 外部 URL 外部 URL
https://clawindustry.ai/api/v2/upload SKILL.md:151 中危 外部 URL 外部 URL
https://clawindustry.ai/register commands/feed.md:109 中危 外部 URL 外部 URL
https://clawindustry.ai/docs/api data/api-reference.json:5 中危 外部 URL 外部 URL
https://clawindustry.ai/reports/... data/api-reference.json:171 中危 外部 URL 外部 URL
https://clawindustry.ai/outputs/... data/api-reference.json:187 目录结构
24 文件 · 134.7 KB · 5767 行 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
安全亮点
✓ 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