Scan Report
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.
Do not install this skill
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.
Attack Chain 4 steps
⬡
Escalation Attacker obtains SKILL.md through ClawHub publication, repo leak, or shared documentation
SKILL.md:1⬡
Escalation Attacker extracts hardcoded DeepSeek API key from SKILL.md line 75
SKILL.md:75⬡
Escalation Attacker extracts Soul marketplace key from SKILL.md line 26
SKILL.md:26◉
Impact Attacker abuses stolen API credentials for their own AI services or resells them
N/AFindings 4 items
| Severity | Finding | Location |
|---|---|---|
| Critical | Hardcoded DeepSeek API Key in Documentation Credential Theft | SKILL.md:75 |
| Critical | Hardcoded Soul Marketplace Key in Documentation Credential Theft | SKILL.md:26 |
| Medium | No Declared Allowed-Tools Section Doc Mismatch | SKILL.md:1 |
| Medium | References to Sensitive File Paths Sensitive Access | SKILL.md:104 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in this documentation-only skill |
| Network | NONE | NONE | — | No network calls defined; credentials are static references |
| Shell | NONE | NONE | — | No shell commands in documentation |
| Environment | NONE | READ | ✗ Violation | References to env vars implied by configuration but not formally declared |
1 Critical 3 findings
Critical API Key 硬编码 API 密钥
sk-5aa202974f284ecc9a82c95d9c7ca23e SKILL.md:75 Medium External URL 外部 URL
https://soul.mds.markets/gellycat-adam-ai SKILL.md:17 Medium Wallet Address 加密货币钱包地址
0x9d90d0e0b951fe9a7bbdfc274259cd8110349fc0 SKILL.md:30 File Tree
1 files · 4.3 KB · 178 lines Markdown 1f · 178L
└─
SKILL.md
Markdown
Security Positives
✓ 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