ai-setup

Fail

Audited by Snyk on May 16, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt explicitly asks the user to "paste your key here" and shows the agent validating and inserting the OpenRouter API key into config files and example curl headers, which requires the LLM to receive and output the secret value verbatim (high exfiltration risk).

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.80). The skill explicitly configures and uses third-party model endpoints (OpenRouter via https://openrouter.ai as shown in "Step 1.2: OpenRouter Setup" and adds an "openrouter" provider to ~/.pi/agent/models.json) and instructs downloading remote models via Ollama ("ollama pull ..."), meaning the agent will fetch and consume untrusted external model outputs as part of its runtime workflow.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
HIGH
Analyzed
May 16, 2026, 07:14 PM
Issues
3
Security Audit — snyk — ai-setup