port-scanner
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill executes a local script
scripts/port_scanner.pyto perform TCP port scans. This execution is limited to the tool's core functionality and handles user input via standard argument parsing. - [EXTERNAL_DOWNLOADS] (SAFE): No external dependencies or remote scripts are fetched at runtime. The tool relies entirely on the Python Standard Library (socket, argparse, concurrent.futures).
- [DATA_EXFILTRATION] (SAFE): No evidence of unauthorized data access or transmission was found. Network operations are strictly for testing connectivity to user-defined targets and the results are only printed to the console.
- [SAFE] (SAFE): Detailed analysis of the Python source code confirms it uses standard socket programming practices for its scanning logic. No obfuscation, persistence mechanisms, or privilege escalation attempts were detected.
Audit Metadata