recon-roofing
Fail
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONDATA_EXFILTRATIONREMOTE_CODE_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill explicitly instructs the agent to search for database credentials within debug logs. Specifically, it uses grep to search for
DB_PASSWORD,DB_USER, andDB_NAMEin the/wp-content/debug.logfile. - [DATA_EXFILTRATION]: The skill targets the discovery and extraction of PII (Personally Identifiable Information). It instructs the agent to identify and download CSV, XLSX, and PDF files from WordPress upload directories that likely contain customer leads (names, addresses, phone numbers). It also uses regex to extract email addresses from logs.
- [COMMAND_EXECUTION]: The skill relies heavily on shell command execution, using
curl,grep, andpython3to interact with external targets. It interpolates target domains directly into these commands, which could lead to command injection if the$TARGETvariable is not properly sanitized. - [REMOTE_CODE_EXECUTION]: The 'Bypass Techniques' section provides instructions for achieving remote code execution on target servers, such as testing PHP shells disguised as PDF files and attempting to upload webshells to insurance document upload endpoints.
- [REMOTE_CODE_EXECUTION]: An automated scanner flagged the pattern of piping
curloutput directly topython3for subdomain discovery. While the embedded script currently focuses on parsing JSON data fromcrt.sh, this execution pattern remains a high-risk vector if the remote source is compromised.
Recommendations
- HIGH: Downloads and executes remote code from: https://crt.sh/?q=%25.$TARGET&output=json - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata