record-demo
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates and executes
.tapeDSL files using thevhsCLI tool to automate terminal sessions and record output. - [EXTERNAL_DOWNLOADS]: Instructions are provided for the user to install the
vhsutility via Homebrew (brew install vhs) if the dependency is not found. - [PROMPT_INJECTION]: The skill incorporates user-supplied text from
$ARGUMENTSinto the generated tape file without sanitization, creating a surface for indirect prompt injection. \n - Ingestion points: User input provided via the
$ARGUMENTSvariable in SKILL.md. \n - Boundary markers: None; the input is directly interpolated into the tape file template. \n
- Capability inventory: The skill executes the
vhscommand (which runs a shell) and theopencommand. \n - Sanitization: None; the agent is not instructed to validate or escape the provided command description.
Audit Metadata