cold-email-verifier
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/email_verifier.pyusessubprocess.runto call thecheck_if_email_existsCLI tool when inreacher-climode. The inputs for this command (names and domains) are sanitized using regular expressions (re.sub(r"[^\w\s]", "", ...)) before being passed as arguments in a list, mitigating command injection risks. - [EXTERNAL_DOWNLOADS]: The skill makes network requests to
autocomplete.clearbit.comfor company domain resolution andvalidemail.cofor email validation. These are standard operations for the skill's stated purpose of email enrichment and verification. - [DATA_EXFILTRATION]: While the skill sends email permutations to external APIs, this is the intended core functionality. The script does not access sensitive system files or environment variables beyond the required
VALIDEMAIL_API_KEYprovided by the user. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external CSV files. While this creates a potential surface for indirect prompt injection if the agent were to interpret cell contents as instructions, the primary processing is handled via a Python script that treats inputs as data strings and applies sanitization filters.
Audit Metadata