implementing-zero-trust-with-hashicorp-boundary
Fail
Audited by Snyk on Apr 11, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt includes literal secret values and instructs embedding credentials directly in configuration (inline AEAD keys, a DB URL with plain password, and secrets_json/aws keys), which requires the LLM to reproduce secret values verbatim and is therefore high-risk.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The prompt includes explicit sudo install commands and instructions to create and modify system configuration files under /etc and start services (e.g., installing Boundary, writing /etc/boundary/*.hcl, initializing the database), which require elevated privileges and change the host's state.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata