tech-stack-teardown
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runto calldigfor DNS analysis andcurlfor website source inspection. These calls use list-based arguments, which prevents shell injection vulnerabilities.\n- [EXTERNAL_DOWNLOADS]: The skill installs therequestsandpython-dotenvpackages from the standard Python Package Index (PyPI).\n- [DATA_EXFILTRATION]: Domain names are sent to external services including DNS blacklists and the Apify API. This is the intended behavior of the reconnaissance tool and is clearly documented.\n- [SAFE]: Secret management is handled correctly by instructing users to use.envfiles for the Apify API token instead of hardcoding credentials.
Audit Metadata