vue-expert
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security threats or malicious patterns were detected across any of the analyzed files. The skill correctly implements security best practices for frontend development.
- [CREDENTIALS_UNSAFE]: The skill correctly demonstrates how to handle sensitive information using environment variables and process environments (e.g.,
VITE_API_URL,SENTRY_AUTH_TOKEN) rather than hardcoding credentials. - [EXTERNAL_DOWNLOADS]: All external libraries referenced (such as Vue, Nuxt, Pinia, Quasar, and Capacitor) are well-known, legitimate packages from the official JavaScript ecosystem. They are used appropriately for building and optimizing web and mobile applications.
- [COMMAND_EXECUTION]: Code snippets include standard development commands (e.g.,
npm run build,npx cap sync) which are essential for the workflow of a Vue developer and do not involve unauthorized or hidden command execution. - [DATA_EXFILTRATION]: No evidence of unauthorized data collection or exfiltration was found. Network requests shown in the examples are standard API calls to user-defined endpoints.
Audit Metadata