kanban
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION] (MEDIUM): The skill implements an HTTP server that supports binding to all network interfaces (
--host 0.0.0.0). - Evidence:
SKILL.mdinstructions promote using--host 0.0.0.0for remote access. - Evidence: The architecture defines a
/file/*route for serving local files and an/api/plansroute for exposing parsed data. - Risk: If an attacker is on the same local network, they can access the dashboard and potentially read sensitive files served by the skill without authentication.
- [COMMAND_EXECUTION] (LOW): The skill executes a local Node.js server and manages background processes via PIDs.
- Evidence:
server.cjsandprocess-mgr.cjsare used to manage the server lifecycle. - Mitigation: The skill utilizes standard Node.js practices for a local tool, but users should be aware of the background processes.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill requires
gray-matterfrom the standard npm registry. - Evidence:
package.jsonlistsgray-matteras a dependency. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill parses and renders content from local markdown files (
plan.md). - Evidence:
plan-scanner.cjsandplan-parser.cjsingest untrusted data from the workspace. - Sanitization: Not explicitly detailed in the provided architectural overview, which may allow malicious markdown to influence the dashboard UI (Category 8 surface).
Audit Metadata