扫描报告
65 /100
Bounty Hunter Agent
AI Agent for DR. Wang Guopeng's side business automation - includes Soul.Markets AI services, ClawHub skill publishing, Jarvis-Invest trading system, and Personal CFO financial management
SKILL.md exposes multiple hardcoded credentials (DeepSeek API key, Soul marketplace key) in plaintext documentation, creating severe credential theft risk if this file is shared or accessed by unauthorized parties.
不要安装此技能
Remove all hardcoded credentials from SKILL.md. Store API keys in environment variables or a secure secrets manager. Use placeholder references like $DEEPSEEK_API_KEY instead of actual values. Never include live credentials in documentation that may be shared or published.
攻击链 4 步
⬡
提权 Attacker obtains SKILL.md through ClawHub publication, repo leak, or shared documentation
SKILL.md:1⬡
提权 Attacker extracts hardcoded DeepSeek API key from SKILL.md line 75
SKILL.md:75⬡
提权 Attacker extracts Soul marketplace key from SKILL.md line 26
SKILL.md:26◉
影响 Attacker abuses stolen API credentials for their own AI services or resells them
N/A安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 严重 | Hardcoded DeepSeek API Key in Documentation 凭证窃取 | SKILL.md:75 |
| 严重 | Hardcoded Soul Marketplace Key in Documentation 凭证窃取 | SKILL.md:26 |
| 中危 | No Declared Allowed-Tools Section 文档欺骗 | SKILL.md:1 |
| 中危 | References to Sensitive File Paths 敏感访问 | SKILL.md:104 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in this documentation-only skill |
| 网络访问 | NONE | NONE | — | No network calls defined; credentials are static references |
| 命令执行 | NONE | NONE | — | No shell commands in documentation |
| 环境变量 | NONE | READ | ✗ 越权 | References to env vars implied by configuration but not formally declared |
1 严重 3 项发现
严重 API 密钥 硬编码 API 密钥
sk-5aa202974f284ecc9a82c95d9c7ca23e SKILL.md:75 中危 外部 URL 外部 URL
https://soul.mds.markets/gellycat-adam-ai SKILL.md:17 中危 钱包地址 加密货币钱包地址
0x9d90d0e0b951fe9a7bbdfc274259cd8110349fc0 SKILL.md:30 目录结构
1 文件 · 4.3 KB · 178 行 Markdown 1f · 178L
└─
SKILL.md
Markdown
安全亮点
✓ No executable code present - purely documentation
✓ No shell commands or subprocess calls
✓ No network requests or data exfiltration patterns
✓ No obfuscation techniques observed
✓ No supply chain dependencies to audit