🛡️ Security Operations & GRC Workflows
Security operations and governance workflows for dependency risk, secrets, CI hardening, agent guardrails, approvals, policy evidence, threat hunting, red-team checks, and audit-ready releases.
Who this is for
- Security engineers, SOC teams, compliance operators, DevSecOps leads, and AI governance owners.
- Teams that need approval gates, policy evidence, supply-chain checks, agent guardrails, and threat-hunting workflows in one operating map.
Jobs covered
- Scan dependency, container, CI, and repository surfaces for release-blocking risk.
- Find secrets, unsafe agent configurations, prompt-injection paths, and MCP attack surfaces before adoption.
- Route risky agent or external actions through approval gates with audit evidence.
- Generate SBOM, signature, vulnerability, event-log, and policy artifacts for compliance review.
Workflow Stacks
- Release security gate: Generate SBOM → scan dependencies and images → verify signatures → audit CI permissions → approve or block release
- Agent governance review: Preflight prompts and tools → apply runtime guardrails → red-team behavior → route risky actions to approval → store policy evidence
- SOC investigation packet: Collect event logs → map Sigma detections → review secrets and repo risk → summarize timeline → handoff remediation
Curated Skills (31)
Scans dependency trees for supply-chain risk before approval or release.
Packages Claude Code security workflows for repeatable security operations instead of ad hoc review prompts.
Audits agent skills, MCP servers, prompts, and tool calls as governed assets with review boundaries.
Adds runtime guardrails around TypeScript agent behavior before unsafe tool calls propagate.
Pins workflow actions and images so CI supply-chain inputs stay reviewable and repeatable.
Routes high-risk coding-agent actions through human approval checkpoints before external effects happen.
Runs adversarial checks against agent workflows for jailbreaks, prompt injection, and policy failures.
Finds repo poisoning and unsafe AI configuration surfaces before agents trust the workspace.
Checks agent specs for prompt-injection risk across prompts, tools, and architecture before rollout.
Turns Windows event logs into Sigma-backed timelines for SOC triage and investigations.
Screens prompts and model outputs for injection, secrets, toxicity, and policy risks in agent pipelines.
Creates a reviewable baseline for repository secret findings instead of burying alerts in noisy scans.
Scans history and code for leaked credentials that need immediate triage.
Audits GitHub Actions workflows for privilege and supply-chain risk before CI becomes an attack path.
Reviews workflow permissions and unpinned actions as a pre-merge CI hardening step.
Targets agent-era CI/CD and permission misconfigurations that normal lint checks miss.
Adds runtime hardening and egress awareness to GitHub Actions jobs.
Prioritizes container image vulnerabilities for remediation rather than dumping raw scanner output.
Scans containers and IaC for vulnerabilities and misconfiguration before deploy.
Generates SBOM evidence for containers and filesystems used in release or audit workflows.
Maps SBOM and container contents to vulnerabilities for release risk review.
Verifies container signatures so release gates can prove artifact origin.
Adds approval gates and policy evidence before agents take external actions.
Checks policy coverage and risky-action guardrails before production agent rollout.
Benchmarks prompt-injection attacks and defenses before agents are trusted with real tools or data.
Runs untrusted agent-generated code and tool calls in local microVM-backed sandboxes for safer review.
Tests model-generated code execution behavior inside a controlled benchmark before teams trust automation outputs.
Adds a safety gate for agent inputs and outputs before risky actions reach users or downstream systems.
Creates reviewable policy receipts for hard-rule workflows where compliance needs evidence, not just logs.
Captures process, file, network, prompt, and report activity from agent runs so SecOps and GRC teams can audit what an agent actually did.
Scans dependencies, containers, SBOMs, licenses, and risk signals before agent-generated or agent-adopted code moves toward production.
| Skill | What it does here | Persona | Install | Stars |
|---|---|---|---|---|
| Scan project dependencies for supply-chain vulnerabilities with MurphySec | Scans dependency trees for supply-chain risk before approval or release. | AppSec engineer | Medium | 1.7k |
| Run Claude Code security operations with SecOpsAgentKit | Packages Claude Code security workflows for repeatable security operations instead of ad hoc review prompts. | Security engineer | Medium | 157 |
| Govern agent skills, MCP servers, prompts, and tool calls with DefenseClaw | Audits agent skills, MCP servers, prompts, and tool calls as governed assets with review boundaries. | AI governance lead | High | 647 |
| Add runtime guardrails to TypeScript agents with VoltAgent | Adds runtime guardrails around TypeScript agent behavior before unsafe tool calls propagate. | Agent platform engineer | Medium | 8.6k |
| Pin CI workflow actions and images with Ratchet | Pins workflow actions and images so CI supply-chain inputs stay reviewable and repeatable. | DevSecOps engineer | Low | 928 |
| Route risky coding-agent work through human approval checkpoints with HumanLayer | Routes high-risk coding-agent actions through human approval checkpoints before external effects happen. | Security operations lead | Medium | 10.7k |
| Red-team agent workflows for jailbreaks, prompt injection, and policy failures with DeepTeam | Runs adversarial checks against agent workflows for jailbreaks, prompt injection, and policy failures. | AI red-team operator | Medium | 1.6k |
| Scan agent repos for repo-poisoning, unsafe AI config files, and MCP attack surfaces with MEDUSA | Finds repo poisoning and unsafe AI configuration surfaces before agents trust the workspace. | AI security engineer | Medium | 256 |
| Preflight agent specs for prompt-injection risk across prompt, tool, and architecture layers with Prompt Hardener | Checks agent specs for prompt-injection risk across prompts, tools, and architecture before rollout. | AI governance reviewer | Medium | 50 |
| Turn Windows event logs into Sigma-backed threat-hunting timelines with Hayabusa | Turns Windows event logs into Sigma-backed timelines for SOC triage and investigations. | SOC analyst | Medium | 3.1k |
| Filter prompts and model outputs for injection, secrets, toxicity, and policy risks with LLM Guard | Screens prompts and model outputs for injection, secrets, toxicity, and policy risks in agent pipelines. | AI safety engineer | Medium | 2.8k |
| Baseline and Review Repository Secret Findings with detect-secrets | Creates a reviewable baseline for repository secret findings instead of burying alerts in noisy scans. | Security reviewer | Low | 4.5k |
| TruffleHog Credential Leak Scanner | Scans history and code for leaked credentials that need immediate triage. | SecOps engineer | Low | 25.3k |
| Audit GitHub Actions for privilege and supply-chain risks with zizmor | Audits GitHub Actions workflows for privilege and supply-chain risk before CI becomes an attack path. | DevSecOps engineer | Low | 4.2k |
| Audit GitHub Actions workflows for insecure permissions and unpinned actions | Reviews workflow permissions and unpinned actions as a pre-merge CI hardening step. | Security reviewer | Low | 4.1k |
| Catch agent-era CI/CD and permission misconfigurations before shipping with Ship Safe | Targets agent-era CI/CD and permission misconfigurations that normal lint checks miss. | Platform security engineer | Medium | 521 |
| Harden-Runner CI/CD Security Agent for GitHub Actions | Adds runtime hardening and egress awareness to GitHub Actions jobs. | DevSecOps engineer | Medium | 1.1k |
| Docker Image Vulnerability Triage | Prioritizes container image vulnerabilities for remediation rather than dumping raw scanner output. | Container security analyst | Medium | 71.5k |
| Trivy Security Scanner for Containers and IaC | Scans containers and IaC for vulnerabilities and misconfiguration before deploy. | Cloud security engineer | Low | 34.5k |
| Syft SBOM Generator for Containers and Filesystems | Generates SBOM evidence for containers and filesystems used in release or audit workflows. | Compliance operator | Low | 8.6k |
| Grype Container and SBOM Vulnerability Scanner | Maps SBOM and container contents to vulnerabilities for release risk review. | Supply-chain security analyst | Low | 12k |
| Sigstore Cosign Container Signature Checker | Verifies container signatures so release gates can prove artifact origin. | Supply-chain security engineer | Medium | 5.8k |
| Put approval gates and audit-ready policy checks between agents and external actions with DashClaw | Adds approval gates and policy evidence before agents take external actions. | AI governance operator | Medium | 241 |
| Verify agent policy coverage and risky-action guardrails before production rollout with Agent Governance Toolkit | Checks policy coverage and risky-action guardrails before production agent rollout. | AI governance lead | Medium | 1.1k |
| Stress-test agent defenses with AgentDojo | Benchmarks prompt-injection attacks and defenses before agents are trusted with real tools or data. | AI security engineer / red-team operator | Medium | 619 |
| Run agent-generated code in local microVM sandboxes with Microsandbox | Runs untrusted agent-generated code and tool calls in local microVM-backed sandboxes for safer review. | AppSec engineer / agent platform operator | High | 6.5k |
| Evaluate model-generated code execution with SandboxFusion | Tests model-generated code execution behavior inside a controlled benchmark before teams trust automation outputs. | AI security engineer / evaluation lead | High | 1k |
| Gate agent inputs and outputs with Superagent safety checks | Adds a safety gate for agent inputs and outputs before risky actions reach users or downstream systems. | GRC automation owner / AI safety reviewer | Medium | 6.6k |
| Emit policy receipts for hard-rule agent skills with Pluribus | Creates reviewable policy receipts for hard-rule workflows where compliance needs evidence, not just logs. | Compliance engineer / policy operations | Medium | 0 |
| Record system-level agent activity with AgentSight | Captures process, file, network, prompt, and report activity from agent runs so SecOps and GRC teams can audit what an agent actually did. | AI security engineer / GRC audit operator | High | 469 |
| Scan agent dependencies and container inputs with OWASP dep-scan | Scans dependencies, containers, SBOMs, licenses, and risk signals before agent-generated or agent-adopted code moves toward production. | AppSec engineer / supply-chain risk reviewer | Medium | 1.3k |
Editorial Notes
- This collection intentionally blends Security, CI/CD, Templates, and Runbooks because security operations span release gates, agent policy, and incident evidence.
- Only one listed SOC seed is included because Hayabusa fills a distinct Windows event-log hunting job; stronger security-reviewed picks dominate the rest.
- Do not frame these as autonomous security fixes; the value is evidence, gates, review, and controlled remediation.
- Keep this workflow/persona based for SecOps, AppSec, SOC, and AI governance; do not make it a renamed Security & Verification category page.