skills/mxyhi/ok-skills/brainstorming/Gen Agent Trust Hub

brainstorming

Pass

Audited by Gen Agent Trust Hub on Mar 17, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill initiates a local Node.js server via a shell script to provide a browser-based 'Visual Companion' for brainstorming designs. This server handles asset delivery and captures user interaction events.
  • [SAFE]: The server implementation follows security best practices by binding to the loopback interface (127.0.0.1) by default and restricting file access to specific session directories using path.basename() to prevent directory traversal. While the skill ingests structured interaction data from the browser (a potential indirect prompt injection surface), the risk is mitigated by the local scope and the restricted capabilities of the skill itself. No obfuscation, hardcoded credentials, or unauthorized network operations were detected.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 17, 2026, 02:00 AM