Caveat verdict

windfall-inference

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

OpenAI-compatible LLM inference gateway routing requests to energy-efficient providers using a user-obtained API key; operates as a transparent drop-in inference endpoint.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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
80
transparency
80
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (9)

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

deploy/setup.sh · prose · downgraded · curl -fsSL https://deb.nodesource.com/setup_22.x | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

deploy/setup.sh · prose · downgraded · | bash

Pattern match high

Possible hardcoded credential

src/index.ts · prose · downgraded · apiKey: 'Create at POST /api/keys — 25-100 free requests based on onchain identi

Pattern match medium

apt-get install — installs system packages

deploy/setup.sh · prose · downgraded · apt-get install

Pattern match medium

Uses exec() — may execute shell commands

src/services/api-keys.ts · prose · downgraded · exec(

Pattern match medium

Dynamic import() — loads module at runtime

tailwind.config.js · prose · downgraded · import('

Pattern match low

Accesses sensitive environment variables

scripts/acp-negative-test.ts · prose · downgraded · process.env.ACP_WALLET_KEY

Pattern match low

Opens WebSocket connection

scripts/graduate.ts · prose · downgraded · WebSocket

Pattern match low

Base64 encoding/decoding

src/services/x402.ts · prose · downgraded · base64-encode

Why the tier is capped

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

Permissions & capabilities

Requires 1 environment variable. (1 sensitive: WINDFALL_API_KEY).

network_out

Is this flag fair?

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