Caveat verdict
wei-devils-advocate
Accesses credentials AND makes external network calls
Adversarial multi-LLM analysis skill using OpenRouter and DashScope; credential access is for user-supplied API keys stored in a local .env file for the declared providers.
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
credential_access
package_install
Findings (6)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl -fsSL https://bun.sh/install | bash
Pipe to bash — executes piped content as shell commands
SKILL.md · code · | bash
Prompt injection — tries to override agent instructions
scripts/agent.ts · prose · downgraded · ignore previous instructions
Possible hardcoded credential
scripts/clients/openai_compliant.ts · prose · downgraded · apiKey: 'your-api-key
Popular HTTP library — network access
package-lock.json · prose · downgraded · axios
Accesses sensitive environment variables
scripts/clients/bailian.ts · prose · downgraded · process.env.BAILIAN_API_KEY
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outpackage_installcredential_access Thanks — recorded.