tickets
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions and examples for using the
tkticket management CLI tool. All commands are standard usage for task tracking (e.g.,tk ls,tk show,tk start,tk close). - [SAFE]: The skill contains explicit safety warnings regarding shell input. It instructs the agent to avoid inlining complex text in shell quotes to prevent accidental command injection or shell interpretation issues, recommending the use of stdin with single-quoted heredocs (
<<'EOF') instead. This is a security best practice for CLI-based agents.
Audit Metadata