vue-expert
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference guide for Vue 3 development. Analysis across all threat categories (prompt injection, data exfiltration, obfuscation, etc.) yielded no malicious findings.
- [EXTERNAL_DOWNLOADS]: The documentation references standard industry tools and libraries (e.g., Quasar, Capacitor, Pinia, Sentry). All installation commands and library references are consistent with legitimate frontend development workflows.
- [CREDENTIALS_UNSAFE]: The skill demonstrates best practices for secret management in the
references/build-tooling.mdandreferences/nuxt.mdfiles by recommending the use of environment variables (process.env.SENTRY_AUTH_TOKEN,process.env.API_SECRET) instead of hardcoding sensitive credentials. - [COMMAND_EXECUTION]: Provides standard developer commands for project initialization and maintenance (e.g.,
npm init quasar,npx cap sync). These commands are provided as educational examples for the user to execute in their own development environment.
Audit Metadata