replay
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
autodialecticsCLI to replay runs, which involves executing shell commands populated with user-suppliedrun_idandpolicy_idparameters. - [EXTERNAL_DOWNLOADS]: The skill documentation instructs the user to install the
autodialecticspackage from a public repository using pip. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface (Category 8) because it interpolates user-provided identifiers directly into shell commands without explicit sanitization.
- Ingestion points:
run_idandpolicy_idvariables provided by the user. - Boundary markers: None identified in the instruction templates.
- Capability inventory: Local shell command execution via the
autodialecticsCLI. - Sanitization: No validation or escaping of the user-provided IDs is mentioned in the skill instructions.
Audit Metadata