Back to skill

Security audit

vue-spa-state

Security checks for vulnerabilities and agentic risk

Overview

This skill is a Vue state-management guide with Markdown examples and no hidden execution or privileged behavior.

Installing this should be reasonable for Vue 3 projects using or considering Pinia. Review its conventions before applying broadly, especially its advice about login state, tokens, and persistence, because those choices affect how your app stores authentication state.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.