pp-sea-airport-parking
Fail
Audited by Snyk on Jul 14, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill instructs agents to replay playbook steps by substituting Playbook.slots_resolved entries (the recall example includes a "token" field) and references stored secrets in credentials.toml, which forces the LLM to handle and potentially emit secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). The required runtime workflow runs the CLI in
--agentmode, which fetches live content fromreservesea.portseattle.org(public web page/HTTP responses) and returns it as JSON to the agent, so outsider-authored free text can enter the LLM context via the CLI’s stdout/JSON results.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill instructs installing required binaries by fetching and running remote Go modules (e.g., go install github.com/mvanhorn/printing-press-library/library/travel/sea-airport-parking/cmd/sea-airport-parking-pp-cli@latest), which executes remote code during install and is required for the skill to run.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata