kubernetes

Fail

Audited by Snyk on Mar 18, 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 explicit secret literals (e.g., "secretpass", "password", "ghp_token123") and examples that place secrets verbatim into CLI flags and commands (kubectl create secret --from-literal, helm --set postgresqlPassword=..., argocd login --password, argocd repo add --password), which requires the LLM to handle and output secret values directly and poses an exfiltration risk.

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


MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). The MCP server config invokes "npx -y @modelcontextprotocol/server-kubernetes", which at runtime fetches and executes remote npm package code that the skill relies on to provide MCP tools, so it is a required runtime remote-code dependency.

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
HIGH
Analyzed
Mar 18, 2026, 07:14 AM
Issues
3
Security Audit — snyk — kubernetes