vale-style-rules
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires running
pnpm run vale <filename>to ensure documentation meets style requirements. This is a standard developer workflow for linting files and resolves issues according to the provided reference guides. - [PROMPT_INJECTION]: The skill involves processing documentation files which could potentially contain malicious instructions, representing an indirect prompt injection surface.
- Ingestion points: The content of the document being edited is passed via the
<filename>argument to the linter. - Boundary markers: No delimiters are specified to isolate document content from the agent's instructions.
- Capability inventory: The agent is instructed to execute shell commands via
pnpm. - Sanitization: There is no evidence of input validation or content sanitization applied to the document data being processed.
Audit Metadata