vue-router-v4
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The documentation correctly references the installation of the official
vue-router@4package using standard package managers (npm, yarn, pnpm). No untrusted or suspicious third-party sources are involved. - [COMMAND_EXECUTION] (SAFE): The provided code examples demonstrate internal library operations, such as programmatic navigation via
router.push()androuter.replace(). There are no instances of arbitrary shell command execution. - [DATA_EXFILTRATION] (SAFE): Analysis of the code snippets shows no hardcoded credentials, access to sensitive local file paths (like SSH keys or environment files), or unauthorized outbound network requests.
- [REMOTE_CODE_EXECUTION] (SAFE): No patterns of downloading and executing remote scripts (e.g.,
curl | bashoreval()) were found. The 'Lazy Loading' examples use standard dynamicimport()for local components. - [PROMPT_INJECTION] (SAFE): The markdown content is strictly instructional. It does not contain any hidden directives or text designed to manipulate the behavior of an AI agent or bypass safety constraints.
Audit Metadata