iblai-vibe-agent-setting
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to fetch a configuration template ("iblai.env") and brand guidelines from the vendor's official GitHub repository (github.com/iblai/vibe). These are static resources used for local configuration and development.
- [COMMAND_EXECUTION]: The skill includes instructions to run standard development commands using
pnpm,npm, andnpxfor building the project, running tests (Vitest), and capturing screenshots with Playwright. It also usescurlto download a environment file template. - [DATA_EXFILTRATION]: The skill reads application-specific data from
localStorage(such as tenant keys and usernames) to initialize the UI components. This data is handled locally within the application's context and is not transmitted to unauthorized external domains.
Audit Metadata