fireflies-local-dev-loop
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill instructions or provided code snippets. The skill adheres to development best practices for managing environment variables and project dependencies.
- [EXTERNAL_DOWNLOADS]: The skill includes instructions to run
npm installto set up project dependencies. This is a standard and safe operation when developing Node.js applications and relies on the official NPM registry. - [COMMAND_EXECUTION]: The skill specifies the use of
Bash(npm:*)andBash(pnpm:*)tools to execute development commands such as dependency installation and running a local watch server (npm run dev). These commands are appropriately scoped to the project's local development lifecycle.
Audit Metadata