gitops

Warn

Audited by Socket on Sep 1, 2026

2 alerts found:

Securityx2
SecurityMEDIUM
evals/cases/bad-gitops-shared-env-plain-secret/NOTES.md

The provided fixture description indicates high-severity GitOps security weaknesses: plaintext live credentials committed in a Kubernetes Secret (`stringData`), use of a mutable container tag (`checkout:latest`) combined with `selfHeal: true` leading to nondeterministic deployments and undermined rollback/audit guarantees, reduced staging/prod isolation, and missing Argo CD notifications causing potential silent failures. No explicit malware/backdoor behavior is evidenced in the provided fragment; the primary danger is credential exposure and supply-chain integrity/operational monitoring failure.

Confidence: 62%Severity: 86%
SecurityMEDIUM
evals/cases/bad-gitops-shared-env-plain-secret/deploy/base/secret.yaml

No evidence of malware, backdoors, or malicious runtime behavior is present in this fragment. However, the manifest hardcodes highly sensitive credential material (Stripe secret-key-shaped value and a Postgres connection URI containing username/password) directly into a Kubernetes Secret definition. This represents a significant supply-chain and credential-leakage risk if the manifest is committed, published, or otherwise exposed. Immediate mitigations would include removing secrets from source artifacts, using external secret injection (e.g., CI/CD secret store, KMS-backed secret management), and rotating any potentially exposed credentials.

Confidence: 74%Severity: 86%
Audit Metadata
Analyzed At
Sep 1, 2026, 06:48 AM
Package URL
pkg:socket/skills-sh/anmolnagpal%2Fdevops-skills%2Fgitops%2F@35ca32e0fd05f7aae4120ded8a7bc028725c0a3a3ecc918acd4579fddc8c221e
Security Audit — socket — gitops