veltra-directives

Pass

Audited by Gen Agent Trust Hub on Apr 23, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill contains implementations for UI-focused Vue directives. The provided code (vFocus, vClickOutside, vRipple) follows standard web development practices for DOM manipulation and event management.
  • [SAFE]: Event listeners for global events (like mousedown and click in vClickOutside) are properly managed with registration and unregistration logic in the lifecycle hooks (mounted/unmounted), preventing memory leaks or unexpected behavior.
  • [SAFE]: Dependency usage is limited to internal project scopes (@veltra/utils, @veltra/styles) and standard Vue framework types. No malicious third-party packages or remote scripts were detected.
  • [SAFE]: The skill uses local build commands (bun run sync-skills) documented for maintenance purposes, which is consistent with the project's structure as a documentation and source-sharing skill.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 23, 2026, 02:22 PM