Caveat verdict
verdikta-bounties-onboarding
Accesses credentials AND makes external network calls
Skill handles VERDIKTA_WALLET_PASSWORD and performs real blockchain transactions on Base mainnet including fund transfers via 0x swap API — elevated risk due to real financial operations with live funds, though no evidence of malicious exfiltration.
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
package_install
Findings (7)
Possible hardcoded credential
scripts/funding_check.js · prose · downgraded · token:', linkAddr);
console.log(
Instruction-prose smuggling shape detected: collects a sensitive target ("apiKey") and emits it outward ("Include"). Phrased as prose with no trigger tokens — a semantic prompt-injection / data-exfil pattern the syntactic scanners can't see. Final tier capped at Caution; review the instructions before installing.
SKILL.md · Read this file and extract the `apiKey` field. Include it as `X-Bot-API-Key` header in all HTTP requests to the API.
Dynamic import() — loads module at runtime
SKILL.md · prose · downgraded · import (`
References child_process — can spawn system processes
scripts/onboard.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
scripts/onboard.js · prose · downgraded · spawn(
Accesses sensitive environment variables
scripts/_lib.js · prose · downgraded · process.env.VERDIKTA_KEY
Popular HTTP library — network access
scripts/create_bounty.js · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 4 environment variables. (1 sensitive: VERDIKTA_WALLET_PASSWORD).
package_installnetwork_outcredential_access Thanks — recorded.