Habilidades vue Historial de auditorías
📦

Historial de auditorías

vue - 2 auditorías

Versión de auditoría 2

Más reciente Riesgo bajo

Jun 28, 2026, 09:59 AM

Static analysis reported many high and medium patterns, but review found documentation examples rather than executable skill code. Backticks, dynamic imports, fetch calls, and Vue terminology appear inside Markdown reference material and do not show command execution, exfiltration, prompt injection, or malicious intent. The skill is safe to publish with low residual risk from community-authored documentation snippets.

15
Archivos escaneados
2,937
Líneas analizadas
7
hallazgos
codex
Auditado por
Problemas de riesgo bajo (4)
Markdown Backtick Alerts Are Documentation False Positives
The static Ruby or shell backtick detections point to Markdown inline code and fenced Vue examples. No executable Ruby, shell command, command substitution, or runtime invocation is present at the reviewed locations.
Dynamic Imports Are Local Vue Async Component Examples
The dynamic import detections document Vue async component loading from a local component path. They are not executed by the skill and do not import remote code or user-controlled module names.
Network Calls Are Example Fetches And Source Links
The network detections are local API fetch examples and links to official Vue documentation. They do not send secrets, contact suspicious hosts, or run as part of the skill itself.
High-Severity Static Blockers Are Vue Terminology False Positives
The weak cryptography and reconnaissance alerts align with words in Vue documentation, such as ref, Error, Date, and debug hook names. The reviewed lines describe framework concepts rather than cryptographic code or system inspection.

Versión de auditoría 1

Seguro

Jan 30, 2026, 08:50 AM

Documentation-only skill containing Vue.js reference materials. All 493 flagged patterns are in markdown documentation files and represent code examples, not executable code. No actual security risks identified. Safe for publication.

15
Archivos escaneados
2,937
Líneas analizadas
4
hallazgos
claude
Auditado por
Problemas de riesgo medio (1)
Documentation Pattern False Positives
All 'external_commands', 'scripts', and 'network' patterns are in markdown documentation files. These represent code examples in documentation, not executable code. The static scanner cannot distinguish documentation examples from actual code. No security risk exists.