vue-expert
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for Vue 3 development patterns, including state management (Pinia), SSR/SSG (Nuxt 3), and hybrid mobile development (Quasar/Capacitor). All provided code snippets are standard implementation examples.
- [COMMAND_EXECUTION]: The skill instructs the agent to run standard development tools such as
vue-tscfor type checking andvitestfor unit testing. These are legitimate operations for a software development assistant. - [EXTERNAL_DOWNLOADS]: The documentation references several well-known and trusted packages from the NPM ecosystem (e.g., Vue, Nuxt, Quasar, Capacitor, Pinia). No suspicious or unknown external sources are used.
- [CREDENTIALS_UNSAFE]: The reference files include examples of environment variable configuration (e.g.,
VITE_API_URL,SENTRY_AUTH_TOKEN,API_SECRET). These are used as placeholders and follow standard security practices for secret management by advising the use of.envfiles andprocess.envrather than hardcoding values.
Audit Metadata