Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the system
lp,lpstat, andcancelutilities to manage print jobs. Thescripts/printBash script is well-structured and uses shell arrays (LP_OPTS+=(...)) to safely pass arguments to thelpcommand, which prevents command injection vulnerabilities from user-supplied file names or printer options. It also usesset -euo pipefailfor robust error handling.
Audit Metadata