vuex-vue2
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): The skill contains only instructional documentation and code templates. No attempts to override agent behavior or bypass safety constraints were identified.
- [DATA_EXFILTRATION] (SAFE): No hardcoded credentials, sensitive file paths, or unauthorized data exfiltration patterns were found. Network calls in examples (e.g.,
fetch('/api/users')) use relative paths or placeholders typical for development environments. - [REMOTE_CODE_EXECUTION] (SAFE): No remote script execution patterns (like
curl | bash) were detected. The use of the unpkg CDN for the Vuex library is a standard and safe practice for frontend documentation. - [OBFUSCATION] (SAFE): All content is in clear text. No Base64 encoding, zero-width characters, or homoglyph-based evasion techniques were detected.
- [COMMAND_EXECUTION] (SAFE): Command examples are limited to standard package manager installations (
npm install,yarn add) for the Vuex library.
Audit Metadata