cliche-transcendence
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill runs local Deno scripts (
orthogonality-check.tsandentropy.ts) to analyze story elements. These scripts are part of the skill's own package or associated vendor cluster and operate within standard restricted execution environments. - [PROMPT_INJECTION]: Potential surface for indirect prompt injection through processed user-supplied text.
- Ingestion points: Story element descriptions provided as command arguments or interactive inputs in the
orthogonality-check.tsscript. - Boundary markers: No explicit delimiters or safety instructions are used to isolate user-provided content during processing.
- Capability inventory: The skill possesses the capability to modify local project files (
context/output-config.md) and execute scripts via Deno. - Sanitization: User-provided strings are passed to the analysis tools without sanitization or validation to prevent the inclusion of executable instructions.
Audit Metadata