Caveat verdict

privy-integration

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
50
transparency
70
maintenance

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.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (9)

Pattern match critical

Possible hardcoded credential

references/agent-payments.md · code · Token = '0x20c0000000000000000000000000000000000001

Pattern match high

Dynamic import() — loads module at runtime

references/agent-payments.md · code · import('

Pattern match medium

Accesses sensitive environment variables

SKILL.md · code · process.env.PRIVY_APP_SECRET

Pattern match medium

Instructs covert action — may act without user awareness

SKILL.md · prose · downgraded · silently

Pattern match medium

Accesses OpenClaw config/secrets directly

references/agent-auth.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

References agent configuration files

references/agent-auth.md · code · agent-config

Pattern match medium

Opens WebSocket connection

references/agent-payments.md · code · webSocket

Pattern match medium

Base64 encoding/decoding

references/server-sdk.md · code · base64-encode

Pattern match low

Makes HTTP request to external URL

SKILL.md · code · fetch('https://

Permissions & capabilities

No declared permissions — minimal attack surface.

credential_accessnetwork_out
Check another skill Browse the registry Auditing your own skills or configs? Use the API