authenticate-wallet
Fail
Audited by Snyk on May 5, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill asks the agent to obtain and embed 6-digit email OTPs (and potentially user-provided email OTPs) directly into CLI commands (npx awal auth verify ), which requires the LLM to handle and output secret values verbatim, creating an exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill invokes "npx awal@2.8.2" at runtime (fetching and executing the external npm package 'awal@2.8.2' from the npm registry), which is a required dependency that executes remote code.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly for authenticating a "Payments Wallet" via the awal CLI and is described as a prerequisite before "sending, trading, or funding." It exposes wallet-specific commands (balance, address, show) and directly targets a crypto/payment wallet workflow rather than a generic tool. Per the rules, crypto/blockchain wallets are a high-risk, direct financial execution category, so this skill is specifically designed to enable financial operations (authentication for a wallet used to send/trade/fund).
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata