owasp-check
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates as a checklist-based inspection tool. It uses standard shell commands to collect user input and write results to a temporary file (
/tmp/owasp_check_...md). - [EXTERNAL_DOWNLOADS]: The skill includes reference links to the official OWASP website for educational purposes. No code or scripts are downloaded from these links.
- [COMMAND_EXECUTION]: Local shell execution is limited to basic utilities (
echo,grep,date,read) for report generation and input handling. Variables are double-quoted to handle user input safely within the script blocks.
Audit Metadata