Caveat verdict

verdikta-bounties-onboarding

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

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.

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

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

Pattern match high

Possible hardcoded credential

scripts/funding_check.js · prose · downgraded · token:', linkAddr); console.log(

Coarse signal — prose, single-step high

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.

Pattern match medium

Dynamic import() — loads module at runtime

SKILL.md · prose · downgraded · import (`

Pattern match medium

References child_process — can spawn system processes

scripts/onboard.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

scripts/onboard.js · prose · downgraded · spawn(

Pattern match low

Accesses sensitive environment variables

scripts/_lib.js · prose · downgraded · process.env.VERDIKTA_KEY

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API