github-vesting
Warn
Audited by Snyk on Jul 5, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly calls https://api.proofofdev.xyz at runtime (e.g., POST /api/agent/lock) which returns transactions[] that the agent must validate and then submit to https://api.bankr.bot/wallet/submit to execute on-chain actions, so remote responses directly control executable transactions and are required for the skill.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly implements on-chain token operations and transaction submission. It directs the agent to lock any ERC‑20 on Base, call POST https://api.proofofdev.xyz/api/agent/lock, validate resulting transactions, and then submit those transactions via the Bankr wallet API (POST https://api.bankr.bot/wallet/submit) including approve and lock transactions and waiting for confirmation. It also references wallet signing (POST /wallet/sign personal_sign) and requires a confirm-lock call after on‑chain lock. These are specific crypto transaction/payment operations (sending/approving/locking tokens) — not generic tooling — so the skill grants direct financial execution authority.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata