Skip to main content
OrchestKit v6.7.1 — 67 skills, 38 agents, 77 hooks with Opus 4.6 support
OrchestKit

Security Engineer

OrchestKit toolkit for security engineers

You're a security engineer. Here's your toolkit.

You hunt vulnerabilities, audit dependencies, harden LLM integrations, and make sure nothing leaves the pipeline without passing your checks. OrchestKit gives you 6 skills covering OWASP Top 10, defense-in-depth, LLM safety, MCP hardening, guardrails, and input validation -- plus 3 agents running on Opus that can scan for CVEs, red-team AI systems, and verify all 8 security layers. The agents run automated tools like bandit, pip-audit, and npm audit in parallel, then correlate findings into a graded scorecard with file-and-line references.

Your Skills

SkillWhat it does
owasp-top-10All 10 OWASP 2021 categories with vulnerable-vs-secure code examples and mitigation patterns
defense-in-depth8-layer validation model from edge to storage -- no single point of failure in your security posture
llm-safety-patternsPrompt injection defense, context separation, output validation, and hallucination prevention for LLM systems
mcp-security-hardeningMCP server security with tool poisoning prevention, input sanitization, and permission allowlists
advanced-guardrailsNeMo, Guardrails AI, and OpenAI rails for input/output filtering, toxicity detection, and red-teaming
input-validationInjection prevention patterns with Zod and Pydantic at every input boundary -- SQL, XSS, command, path traversal

Your Agents

AgentModelActivates when...
security-auditoropussecurity, vulnerability, CVE, audit, OWASP, injection, XSS, CSRF, secrets, npm audit, bandit
ai-safety-auditoropussafety audit, red team, guardrails, jailbreak, prompt injection, OWASP LLM, MCP security
security-layer-auditoropussecurity layer, defense-in-depth, 8 layers, comprehensive security verification

Your Workflows

  • Run a Security Audit -- Full 8-layer defense-in-depth scan with P0/P1/P2 severity findings, OWASP mapping, and remediation steps
  • Fix a GitHub Issue -- Investigate and fix security-related issues with automated testing to verify the vulnerability is resolved

Quick Start

Try this right now:

/ork:verify --scope=security

Three Opus agents scan your codebase in parallel: security-auditor runs bandit, pip-audit, and secrets detection; ai-safety-auditor checks for prompt injection and LLM-specific threats; security-layer-auditor verifies all 8 defense layers. You get a graded scorecard with every finding linked to a file, line number, and OWASP category.

Edit on GitHub

Last updated on