Web Researcher Mini
Analysis
The Firecrawl web-research instructions are mostly coherent, but the package bundles extra summarization and credential/install instructions that are not fully reflected in the registry metadata.
Findings (6)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"slug": "summarize", "ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26"
The evaluated package is Web Researcher Mini, but the artifact bundle includes a separate summarize skill with its own slug and owner metadata, creating bundled-skill provenance ambiguity.
npm install -g firecrawl-cli ... sudo npm install -g firecrawl-cli
The Firecrawl CLI install is central to the skill purpose, but it is a global, unpinned package install and includes a sudo fallback option.
Run multiple scrapes in parallel using `&` and `wait` ... `xargs -P 10`
The skill documents bulk and parallel scraping. This fits the web research purpose, but it can consume Firecrawl credits and generate many external requests.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Set the API key for your chosen provider: - OpenAI: `OPENAI_API_KEY` - Anthropic: `ANTHROPIC_API_KEY` - xAI: `XAI_API_KEY` - Google: `GEMINI_API_KEY`
The included summarize skill requests multiple external model-provider credentials, which broadens the credential surface beyond the Firecrawl-focused registry description.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Fast CLI to summarize URLs, local files, and YouTube links. ... summarize "/path/to/file.pdf" --model google/gemini-3-flash-preview
The included summarizer can process local files with an external model selection; this is purpose-aligned for summarization but should be treated as a data-boundary decision.
Create a `.firecrawl/` folder in the working directory ... Firecrawl returns clean markdown optimized for LLM context windows
The skill stores retrieved web content for later LLM use. Web content is untrusted and may contain text that should not be treated as authoritative instructions.
