visual-plan
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto download and execute the@agent-native/skillsand@agent-native/corepackages from the npm registry. These are vendor resources provided by the author for skill installation and local plan management. - [COMMAND_EXECUTION]: The skill executes shell commands using the
@agent-native/coreCLI, includingplan local check,plan local serve, andplan local verify. These commands are used to validate and preview MDX plans stored in the local file system. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface due to the processing of untrusted external content.
- Ingestion points: Data enters the context via the
planTextargument in thecreate-visual-plantool and human feedback retrieved through theget-plan-feedbacktool. - Boundary markers: The skill does not provide explicit instructions or delimiters to isolate user-provided plan text or feedback from the agent's instructions.
- Capability inventory: The skill has access to shell execution via
npx, performs network operations to the author's hosted service atplan.agent-native.com, and writes files to the local directory in local-files mode. - Sanitization: While the documentation states that the plan renderer sanitizes HTML output, there is no mention of sanitizing or escaping the input text or feedback comments before they are used to influence the agent's plan generation.
Audit Metadata