iblai-vibe-agent-voice
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads a configuration template (
iblai.env) and documentation/images from the official ibl.ai GitHub repository (github.com/iblai/vibe). These are trusted resources belonging to the skill author. - [COMMAND_EXECUTION]: The instructions involve standard development commands for project setup and verification, such as
pnpm addfor package installation,pnpm devfor starting a local server, andnpx playwrightfor automated testing. All commands are routine for a Next.js development workflow. - [DATA_EXPOSURE]: The skill mentions an
iblai.envfile containing aTOKEN. It correctly identifies that this file is for platform configuration and instructs the user to manage their own environment variables, which is consistent with standard security practices for handling API credentials during development.
Audit Metadata