可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
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.
技能名称clawindustry
分析耗时34.2s
引擎pi
可以安装
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 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

安全亮点

✓ 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