prose-style
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Executes local Deno scripts (
scripts/prose-check.tsandscripts/rhythm.ts) to perform text analysis. These operations are restricted to read-only filesystem access for the target text files. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it processes external text files for analysis.
- Ingestion points:
scripts/prose-check.tsandscripts/rhythm.tsread local files viaDeno.readTextFile. - Boundary markers: Missing delimiters or instructions to isolate processed text from the agent's logic.
- Capability inventory: Command execution (Deno runtime), file reading, and file writing (persistent output).
- Sanitization: Input text is analyzed via regular expressions without prior sanitization.
Audit Metadata