Context-Inappropriate Capability
High
- Confidence
- 97% confidence
- Finding
- The skill explicitly instructs extracting commands from tutorial tape files and executing each locally via `timeout 5s bash -c "$cmd"`. Because tape files are content inputs rather than trusted code, this creates an arbitrary command execution path during validation, allowing a crafted tape to run destructive shell commands, exfiltrate data, or modify the host environment. In the context of a tutorial-update skill, executing embedded commands may feel functionally related, but doing so without strict allowlisting or sandboxing makes the behavior substantially more dangerous.
