Versioned security assessment

Report ID: SA-F6B42C65

6/30/2026, 12:36:09 AM

firecrawl-scrape security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
firecrawl-scrape
Version
v2
Maintainer
firecrawl
Coverage
1 Files scanned · 69 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

3 confirmed security findings require attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

The static findings are mostly false positives from Markdown code fences, code spans, example URLs, and relative documentation links. The real risk is operational: this skill authorizes a networked Firecrawl CLI to fetch user-provided URLs and optionally write output files, so users should review URLs and output paths before running it.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

1 Files scanned · 69 Lines analyzed

3 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 4 evidence locations

Filesystem access

May read or write local files.

Observed in 4 evidence locations

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 5 evidence locations

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (3)

RISK-001 Medium
Network-Enabled External Command Execution
The skill permits Bash execution of firecrawl and npx firecrawl commands. This is expected for a scraping skill, but it can fetch arbitrary user-provided URLs through an external service.
The allowed-tools block and command examples directly authorize external CLI execution. The purpose is legitimate, but the commands perform network requests against user-provided URLs.
RISK-002 Medium
User-Controlled Output Path
The command examples and option table allow an output path with -o or --output. The examples use .firecrawl paths, but a careless path could overwrite local files.
The file output option is clearly documented, but the examples steer users toward a local .firecrawl directory. The risk depends on the path chosen at runtime.
RISK-003 Medium
Remote Query Mode May Send Page Questions Externally
The --query option asks a question about page content and costs extra Firecrawl credits. This may send the prompt and retrieved page content to the service.
The query feature is explicitly documented, but SKILL.md does not describe its transport or data handling details. The privacy concern is plausible because the skill uses a remote scraping CLI.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (4)
Low
Markdown Backticks Misclassified as Ruby Shell Execution
The reported backtick findings occur inside Markdown code fences or inline command references. They document CLI usage and are not Ruby code execution in this skill file.
The file is Markdown, and the matched backticks delimit examples or option names. No Ruby source file or executable Ruby expression is present.
Low
Example URLs Are Benign Documentation
The hardcoded URL findings use example.com in usage examples. They do not indicate credential exfiltration, tracking, or a suspicious destination.
example.com is a reserved documentation domain and appears only in command examples. No hidden network endpoint or encoded destination is present.
Low
Relative Links Misclassified as Path Traversal
The ../ paths are Markdown links to sibling skill documentation. They are not file reads, writes, or runtime path traversal operations.
The relative paths are link targets in the See also section. They do not execute code or access files at runtime.
Low
Weak Cryptography Findings Are False Positives
The reported weak cryptography locations are front matter text and a Markdown table header. No cryptographic algorithm or hashing operation appears in the file.
The cited lines contain description text and option table formatting. I found no evidence of MD5, SHA1, DES, or another weak cryptographic operation.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable