firecrawl-local-dev-loop
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to run
npm install, which fetches dependencies from the NPM registry, a well-known service. The referenced packages, including@firecrawl/sdk,vitest, andtsx, are standard industry tools. - [COMMAND_EXECUTION]: Uses
Bashcapabilities to perform routine development tasks such as copying environment templates (cp .env.example .env.local), installing packages, and starting local development or test runners.
Audit Metadata