Caveat verdict
submit-to-agentbeat
Accesses system credential store AND makes external network calls
The skill manages EVM wallet private keys (with explicit high-risk warnings), registers NFTs on mainnet blockchains (Base/Ethereum/BNB), and executes real financial transactions; despite interaction gates requiring owner confirmation, the scope of autonomous key management and real on-chain spending represents genuine risk.
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 system credential store AND makes external network calls
LLM02 · ASI03
Permission integrity
network_out
package_install
Findings (5)
Data URI with base64 payload — may embed malicious content
reference/erc8004-registration.md · code · data:application/json;base64,
Popular HTTP library — network access
SKILL.md · code · axios
Base64 encoding/decoding
reference/erc8004-registration.md · code · Base64-encode
Accesses system credential store
reference/wallet-setup.md · prose · downgraded · keychain
Accesses sensitive environment variables
reference/x402-integration.md · code · process.env.EVM_PRIVATE_KEY
Permissions & capabilities
No declared permissions — minimal attack surface.
credential_storenetwork_innetwork_outpackage_install Thanks — recorded.