secure-deployment-review

Review container deployments for security across images, Kubernetes, and CI/CD.

Updated May 11, 2026
One-click install
npx skills add https://github.com/resultakak/argos --skill secure-deployment-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secure-deployment-review
Source: https://github.com/resultakak/argos/tree/main/skills/secure-deployment-review
Command: npx skills add https://github.com/resultakak/argos --skill secure-deployment-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Container images, Kubernetes configurations, CI/CD pipelines, and runtime environments often harbor security weaknesses that can lead to incidents in production if left unchecked.

Core Features & Use Cases

  • Image CVE scanning with Trivy/Grype, SBOM generation (syft), pinned base images, non-root runtimes, and SBOM storage.
  • Kubernetes hardening including PodSecurity standards, NetworkPolicy by default-deny with explicit allowances, and RBAC least privilege.
  • Secret management and rotation procedures, with detection of hard-coded credentials and secret scanning.
  • CI/CD security practices: secret scope, artifact signing, provenance, and branch protections.
  • Runtime hygiene including runtime policies, PII redaction in logs, and controlled egress.

Quick Start

Run a secure deployment review for a new service by auditing image CVEs, Kubernetes configurations, and secret management.

Frequently Asked Questions about secure-deployment-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a Kubernetes security review for a new service rollout?

A Kubernetes security review for a new service rollout audits image CVEs with Trivy or Grype, enforces PodSecurity standards, applies default-deny NetworkPolicies, and verifies RBAC least privilege.

What is included in an end-to-end container deployment security audit?

An end-to-end container deployment security audit includes image CVE scanning and SBOM generation, Kubernetes PodSecurity and NetworkPolicy enforcement, secret management, artifact provenance, and runtime log redaction.

How do I check for hard-coded secrets and manage credential rotation in Kubernetes?

You check for hard-coded secrets and manage credential rotation in Kubernetes by running secret scanning procedures that detect exposed credentials and enforce controlled secret scope and rotation policies.

Does this deployment security review support post-incident hardening and quarterly audits?

Yes, this deployment security review supports post-incident hardening and quarterly audits by evaluating runtime policies, controlled egress, PII redaction in logs, and CI/CD artifact signing and provenance.

How do I generate and store an SBOM for container images in a CI/CD pipeline?

You generate and store an SBOM for container images in a CI/CD pipeline by using syft to create the SBOM, pinning base images, and enforcing artifact signing and branch protections.

What is the best way to enforce least privilege RBAC and default-deny network policies?

The best way to enforce least privilege RBAC and default-deny network policies is to apply Kubernetes PodSecurity standards with explicit network allowances and verify secret scopes within CI/CD pipelines.