performing-ssl-tls-inspection-configuration

Warn

Audited by Snyk on Aug 17, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (low risk: 0.10). The runtime workflow in scripts/agent.py performs check_inspection_active() by connecting to external hosts provided at execution time (sys.argv[2:]) and extracting certificate fields (s.getpeercert(...)) from that network TLS session, so attacker-supplied hostnames can influence the free text (certificate issuer/subject strings) the agent ingests.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs creating an internal CA and installing it into system certificate stores using administrative commands (openssl CA key/cert generation, Import-Certificate to LocalMachine\Root, sudo security add-trusted-cert, sudo cp/update-ca-certificates), which modify system trust stores and require elevated privileges and therefore can compromise the host's state.

Issues (2)

W011
MEDIUM

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

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
MEDIUM
Analyzed
Aug 17, 2026, 03:51 PM
Issues
2
Security Audit — snyk — performing-ssl-tls-inspection-configuration