Caveat verdict

torch-domain-auction-bot

torchdomainauctionbot

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

Accesses credentials AND encodes data

This skill optionally consumes SOLANA_PRIVATE_KEY and executes real financial operations on Solana (token creation, vault funding, domain collateral, borrowing SOL) where liquidation results in permanent loss of assets, representing elevated financial risk even though the skill includes transparency notes.

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.

20
security
80
transparency
90
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 encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (4)

Pattern match high

Uses eval() — can execute arbitrary code

audit.md · prose · downgraded · eval(

Confirmed in code medium

Accesses process.env — reads environment variables

SKILL.md · code

Pattern match medium

Accesses sensitive environment variables

audit.md · code · process.env.SOLANA_PRIVATE_KEY

Pattern match medium

Uses exec() — may execute shell commands

lib/kit/scraper/providers/expired-domains.js · prose · downgraded · exec(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 3 environment variables. (1 sensitive: name: SOLANA_PRIVATE_KEY).

package_installcredential_accessdata_encoding
Check another skill Browse the registry Auditing your own skills or configs? Use the API