email-deliverability-audit
Fail
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Vulnerability in
scripts/check-domain-auth.tswhere thedigfunction interpolates variables directly into a shell command usingexecSync. An attacker can inject arbitrary shell commands via the--domainsor--dkim-selectorCLI arguments, or by providing malicious domain data in the input CSV (which may originate from the Smartlead API).\n- [DATA_EXFILTRATION]: The command injection vulnerability inscripts/check-domain-auth.tscan be exploited to exfiltrate sensitive local data (such as environment variables, SSH keys, or AWS credentials) to an external server using standard network tools likecurlorwget.\n- [PROMPT_INJECTION]: Vulnerable to Indirect Prompt Injection (Category 8).\n - Ingestion points:
scripts/audit-inboxes.tsandscripts/audit-performance.tsingest untrusted data (inbox metadata, tags, and campaign names) from the Smartlead API.\n - Boundary markers: Absent. There are no delimiters or instructions to ignore embedded commands when processing or reporting this data.\n
- Capability inventory: The skill possesses powerful capabilities, including shell command execution via
execSyncin the DNS audit script.\n - Sanitization: No validation or escaping is performed on external data before it is used in terminal operations or synthesized into reports.
Recommendations
- AI detected serious security threats
Audit Metadata