Compress
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation includes examples of shell commands for validating compression output.
- Evidence:
validation.mdcontains examples such asdiff <(echo "$original") <(echo "$reconstructed")andextract_entitiescommands that use redirection to/tmp/. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it is designed to ingest and reconstruct arbitrary text provided by users or external sources.
- Ingestion points: Input text provided for compression as described in
SKILL.mdandlevels.mdenters the agent context at runtime. - Boundary markers: The skill does not define specific delimiters or "ignore embedded instructions" warnings to isolate the processed text from agent commands.
- Capability inventory: The documentation in
validation.mdsuggests the agent possesses capabilities for shell execution (diff), tool usage (extract_entities), and file system writes. - Sanitization: No evidence of input validation, escaping, or filtering of the source content was found to prevent malicious instructions from being executed during the compression or reconstruction phases.
Audit Metadata