vue-expert
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate developer documentation and code templates for the Vue 3 ecosystem. It strictly follows modern best practices, such as advocating for the Composition API and
<script setup>syntax. - [DATA_EXPOSURE]: While the skill mentions environment variables and API URLs, these are used in standard configuration patterns (e.g., Vite and Nuxt config). Sensitive tokens like
SENTRY_AUTH_TOKENare correctly referenced as environment variables rather than being hardcoded. - [COMMAND_EXECUTION]: The skill includes standard package management and CLI commands (e.g.,
npm install,npx cap sync,vue-tsc) necessary for setting up and validating Vue projects. There are no attempts to execute arbitrary shell commands or perform privilege escalation. - [INDIRECT_PROMPT_INJECTION]: The skill documents common data ingestion patterns like
useFetchandfetchfor web applications. These represent standard functional surfaces for web development and do not introduce instructions that could manipulate the agent's internal behavior.
Audit Metadata