investigating-phishing-email-incident

Fail

Audited by Snyk on Jul 16, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill's example code embeds API keys and an access token directly into request headers and client constructors (e.g., "API-Key": "YOUR_KEY", vt.Client("YOUR_VT_API_KEY"), and f"Bearer {access_token}"), which requires supplying secret values verbatim and therefore poses an exfiltration risk.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.85). The required workflow parses and extracts readable email content from a user-provided .eml phishing sample (outsider-authored email body/headers) and then feeds derived free text (e.g., From, Subject, Received chain, and extracted URLs) into the agent’s generated report/output context.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 16, 2026, 09:09 AM
Issues
2
Security Audit — snyk — investigating-phishing-email-incident