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.ts and scripts/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.ts and scripts/rhythm.ts read local files via Deno.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
Risk Level
SAFE
Analyzed
Feb 25, 2026, 05:35 PM