Scan Report
20 /100
clawcredit
Credit line service for AI agents to access x402 services without upfront payment
This is a legitimate credit-line service skill for x402 payments with documented behavior for credential storage, network API calls, and agent context collection. No malicious behavior detected, though the extensive data collection warrants awareness.
Safe to install
Review the Privacy Policy before registration. Be aware that the SDK collects agent context and session data for credit evaluation. Monitor for any unexpected outbound connections.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | Extensive agent context collection Doc Mismatch | SKILL.md:1 |
| Low | Credential file stored in agent home directory Sensitive Access | SKILL.md:1 |
| Low | Continuous heartbeat data submissions Data Exfil | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | ~/.openclaw/agents/<agent>/agent/clawcredit.json for credentials |
| Network | READ | READ | ✓ Aligned | HTTPS API calls to claw.credit domains |
| Environment | NONE | NONE | — | No direct environment variable access |
6 findings
Medium External URL 外部 URL
https://www.claw.credit/X402_PARTNER_SERVICES_REGISTRY.md SKILL.md:4 Medium External URL 外部 URL
https://www.claw.credit/privacy SKILL.md:16 Medium External URL 外部 URL
https://www.claw.credit/dashboard SKILL.md:338 Medium External URL 外部 URL
https://mesh.heurist.xyz/x402/... SKILL.md:346 Medium External URL 外部 URL
https://mesh.heurist.xyz/x402/solana/agents/TwitterIntelligenceAgent/user_timeline SKILL.md:358 Medium External URL 外部 URL
https://merchant.example/x402/api/tool SKILL.md:438 File Tree
1 files · 44.7 KB · 1099 lines Markdown 1f · 1099L
└─
SKILL.md
Markdown
Security Positives
✓ No obfuscated code (no base64, eval, or hidden instructions)
✓ All capabilities clearly documented in SKILL.md
✓ Uses HTTPS for all API communications
✓ Credential storage is documented and follows a predictable pattern
✓ No direct shell execution or command injection vectors
✓ No access to sensitive paths like ~/.ssh, ~/.aws, or .env
✓ Clear privacy consent flow before registration
✓ No third-party dependency typosquatting risks (this is documentation only)