portcheck
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes system tools including lsof, ss, awk, and jq via a bash script to inspect system port usage.
- [SAFE]: The skill performs robust sanitization on the port parameter, ensuring it is a numeric value within the valid range of 1 to 65535 using a regular expression and integer comparison before passing it to any shell commands, effectively mitigating the risk of command injection.
Audit Metadata