pp-firecrawl
Fail
Audited by Snyk on May 23, 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 explicitly shows a command that embeds an access token verbatim (firecrawl-pp-cli auth set-token YOUR_TOKEN_HERE), which would require an agent to accept and output the secret value directly if used that way.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The SKILL.md Command Reference and Direct Use sections explicitly describe commands that fetch and scrape arbitrary URLs (e.g., "scrape", "batch scrape-and-extract-from-urls", "crawl urls"), so the agent will ingest untrusted public web content which it may read/interpret and use to drive subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill requires installing and running remote code as a required dependency (e.g., via "npx -y @mvanhorn/printing-press install firecrawl --cli-only" or "go install github.com/mvanhorn/printing-press-library/library/developer-tools/firecrawl/cmd/firecrawl-pp-cli@latest"), which fetches and installs code that will be executed locally and thus presents a runtime external-code execution risk.
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