mkv-set-default-track

Pass

Audited by Gen Agent Trust Hub on Jun 13, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill relies on local execution of the mkvtoolnix suite (specifically mkvpropedit and mkvmerge) to modify Matroska file metadata in-place.
  • [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (command injection) because user-supplied input is interpolated into shell commands.
  • Ingestion points: User-provided inputs for the $FILE (file path) and $TRACK_INDEX variables in SKILL.md.
  • Boundary markers: None present; the skill lacks delimiters or warnings to ignore embedded instructions in the file paths.
  • Capability inventory: The skill has access to Bash, mkvpropedit, mkvmerge, cp, rm, and ls as defined in the allowed-tools section.
  • Sanitization: No explicit sanitization or validation of input variables is performed before they are used in shell commands, relying entirely on the agent's internal handling.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 03:34 PM
Security Audit — agent-trust-hub — mkv-set-default-track