Caveat verdict
privy-integration
Accesses credentials AND makes external network calls
Skill provides integration documentation for Privy auth SDK, embedded wallets, and x402 payments; all network operations target declared Privy endpoints using user-supplied credentials consistent with the stated integration purpose.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
Findings (9)
Possible hardcoded credential
references/agent-payments.md · code · Token = '0x20c0000000000000000000000000000000000001
Dynamic import() — loads module at runtime
references/agent-payments.md · code · import('
Accesses sensitive environment variables
SKILL.md · code · process.env.PRIVY_APP_SECRET
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
Accesses OpenClaw config/secrets directly
references/agent-auth.md · prose · downgraded · ~/.openclaw/openclaw.json
References agent configuration files
references/agent-auth.md · code · agent-config
Opens WebSocket connection
references/agent-payments.md · code · webSocket
Base64 encoding/decoding
references/server-sdk.md · code · base64-encode
Makes HTTP request to external URL
SKILL.md · code · fetch('https://
Permissions & capabilities
No declared permissions — minimal attack surface.
credential_accessnetwork_out Thanks — recorded.