speak-local-dev-loop
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard development workflow setup instructions including project structure, mock clients, and unit tests using Vitest. All code samples are transparent and serve legitimate development purposes.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install dependencies via
npm installand system tools likeffmpeg,say, andespeak. These are well-known, legitimate tools required for the audio processing and development tasks described. - [CREDENTIALS_UNSAFE]: The skill includes instructions for managing local secrets using
.env.local(correctly noting it should be git-ignored) and uses safe placeholders liketest-key-for-mocksin environment templates, posing no risk of credential exposure.
Audit Metadata