devsecops

Apply security checks across CI/CD pipelines with GitLeaks, Semgrep, Snyk, Trivy, and cosign.

3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/MayaDispeler/TheOrqestra --skill devsecops-mayadispeler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devsecops
Source: https://github.com/MayaDispeler/TheOrqestra/tree/main/skills/devsecops
Command: npx skills add https://github.com/MayaDispeler/TheOrqestra --skill devsecops-mayadispeler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gitleaks, semgrep, snyk, trivy, cosign, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures security is integrated into every stage of the CI/CD pipeline and developer workflows, mitigating risks and maintaining compliance.

Core Features & Use Cases

  • CI/CD Security: Implements security checks at every stage of the pipeline, from pre-commit to runtime.
  • Secrets Management: Ensures secrets are never stored in Git or environment variables, using secure managers.
  • Container Security: Verifies container images are signed and SBOMs are generated for inventory and response.
  • Use Case: For a software development team, this Skill ensures that every build, deployment, and runtime activity adheres to strict security standards, reducing the risk of vulnerabilities.

Quick Start

Run the devsecops skill to perform a full security scan on your CI pipeline.

Frequently Asked Questions about devsecops

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

FAQPage Schema
How do I integrate security checks into my CI/CD pipeline?

To integrate security into your CI/CD pipeline, embed automated checks at every stage from pre-commit to runtime. This Skill automates secrets management, vulnerability scanning, and SBOM generation directly within your existing development workflows.

What is the best way to prevent secrets from leaking into Git repositories?

The best way to prevent secrets leaking into Git is enforcing secure secrets management. This Skill scans repositories using GitLeaks to detect hardcoded secrets and ensures they are stored only in secure managers, never in Git or environment variables.

How do I generate an SBOM and verify container image signatures?

To generate an SBOM and verify container image signatures, this Skill uses Trivy and Cosign during the build process. It ensures containers are cryptographically signed and generates Software Bills of Materials for accurate inventory tracking.

Do I need Snyk and Semgrep to scan vulnerabilities in my development workflow?

Yes, Snyk and Semgrep are required to scan vulnerabilities in your development workflow. These dependencies provide static analysis and dependency scanning to ensure builds adhere to strict security standards and mitigate risks.

When should I run a full security scan on my CI pipeline?

You should run a full security scan on your CI pipeline during every build and deployment activity. Applying continuous security checks ensures strict compliance and reduces the risk of vulnerabilities reaching production environments.