commerce-app-review

Fail

Audited by Snyk on Aug 22, 2026

Risk Level: HIGH
Full Analysis

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

  • Third-party content exposure detected (medium risk: 0.30). Outsider-authored free text is ingested from a user-supplied local app directory (e.g., action source, README, YAML files under APP_PATH) where the workflow reads files like app.config.yaml, package.json, web-src/src/, and actions/*/index.js to generate findings (Step 4).

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


HIGH W008: Secret detected in skill content (API keys, tokens, passwords).

  • Secret detected (high risk: 1.00). I flagged two hardcoded credentials found in runtime code. In evals/files/security-issues-app/actions/get-catalog/index.js the constants COMMERCE_API_KEY and COMMERCE_SECRET are literal string values used directly in HTTP request headers (Authorization and X-Secret). They are not placeholders (e.g., YOUR_API_KEY) and are embedded credentials in code, so they meet the definition of secrets to flag. No other files contain similar high-entropy/usable credentials; environment files are empty or placeholders and are ignored.

Issues (3)

W011
MEDIUM

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

W012
MEDIUM

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

W008
HIGH

Secret detected in skill content (API keys, tokens, passwords).

Audit Metadata
Risk Level
HIGH
Analyzed
Aug 22, 2026, 01:43 PM
Issues
3
Security Audit — snyk — commerce-app-review