invoice

Fail

Audited by Snyk on Jun 28, 2026

Risk Level: HIGH
Full Analysis

HIGH W008: Secret detected in skill content (API keys, tokens, passwords).

  • Secret detected (high risk: 1.00). I scanned the invoice HTML for hardcoded credentials per the secret definition and protocol.

Findings:

  • The document contains explicit bank payment credentials that are usable for ACH/wire transfers:
  • Routing (ACH): 084-001-122
  • Routing (Wire): 026-073-150
  • Account: 9847-2210-3318 These are literal, specific payment routing/account numbers and appear to be real/usable financial credentials, so I treat them as secrets (they provide direct ability to direct payments).

Ignored items and why:

  • EIN 87-1234567 — an identifier (not an access credential per the provided secret definition).
  • Email addresses (billing@sable.studio, ap@northwind.com), invoice/PO numbers, pay link, and other textual/sample values — these are not high-entropy access secrets or are normal public contact/identifier fields.
  • No API keys, private key blocks, or high-entropy tokens were present.

Conclusion: the bank routing and account numbers are hardcoded, actionable payment credentials and should be treated as secrets.

Issues (1)

W008
HIGH

Secret detected in skill content (API keys, tokens, passwords).

Audit Metadata
Risk Level
HIGH
Analyzed
Jun 28, 2026, 12:08 PM
Issues
1
Security Audit — snyk — invoice