SecOpsAgentKit

作者 AgentSecOps已验证

Security operations toolkit for AI coding agents. Give Claude Code 25+ skills to catch vulnerabilities, scan containers, detect secrets, and enforce policies automatically.

127
Stars
20
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/AgentSecOps/SecOpsAgentKit

快速入门

使用 SecOpsAgentKit 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

SecOpsAgentKit

An assortment of security operations skills for AI coding agents. A collaborative approach to shift-left security using Claude Code skills.

Overview

SecOpsAgentKit provides specialized Claude Code skills for security operations, covering:

  • Application Security (AppSec): SAST/DAST, vulnerability analysis, secure code review
  • DevSecOps: CI/CD security, infrastructure as code security, container scanning
  • Secure SDLC: Threat modeling, security requirements, secure design patterns
  • Compliance: Security auditing, policy enforcement, compliance frameworks
  • Incident Response: Security event analysis, forensics, remediation workflows

Quick Start

/plugin marketplace add https://github.com/AgentSecOps/SecOpsAgentKit.git

Available Skills

Application Security (appsec/)

  • api-mitmproxy - Interactive HTTPS proxy for API security testing with mitmproxy traffic interception and modification
  • api-spectral - API specification linting and security validation using Spectral for OpenAPI and AsyncAPI
  • dast-ffuf - Fast web fuzzer using ffuf for directory enumeration and parameter fuzzing
  • dast-nuclei - Fast, template-based vulnerability scanning using ProjectDiscovery's Nuclei
  • dast-zap - Dynamic application security testing using OWASP ZAP (Zed Attack Proxy)
  • sast-bandit - Python security vulnerability detection using Bandit SAST with CWE and OWASP mappings
  • sast-semgrep - Static application security testing using Semgrep for vulnerability detection
  • sca-blackduck - Software Composition Analysis using Synopsys Black Duck for dependency vulnerabilities and license compliance

DevSecOps (devsecops/)

  • container-grype - Container vulnerability scanning and dependency risk assessment using Grype with CVSS, EPSS, and CISA KEV prioritization
  • container-hadolint - Dockerfile security linting and best practice validation using Hadolint
  • iac-checkov - Infrastructure as Code security scanning using Checkov with 750+ built-in policies
  • sca-trivy - Software Composition Analysis and container vulnerability scanning using Trivy for CVE detection
  • secrets-gitleaks - Hardcoded secret detection and prevention in git repositories using Gitleaks
  • vuln-defectdojo - Vulnerability management and findings aggregation using DefectDojo for deduplication, SLA tracking, and compliance reporting

Secure SDLC (secsdlc/)

  • reviewdog - Automated code review and security linting integration for CI/CD pipelines using reviewdog
  • sast-horusec - Multi-language static application security testing using Horusec (18+ languages, 20+ tools)
  • sbom-syft - Software Bill of Materials (SBOM) generation using Syft for container images and filesystems

Compliance (compliance/)

Threat Modeling (threatmodel/)

  • pytm - Python-based threat modeling using pytm for STRIDE analysis and data flow diagrams

Incident Response (incident-response/)

Offensive Security (offsec/)

  • pentest-metasploit - Penetration testing framework using Metasploit for exploit development and vulnerability validation
  • recon-nmap - Network reconnaissance and security auditing using Nmap for port scanning and service detection
  • network-netcat - Network utility using Netcat for reading/writing data across TCP/UDP connections and port scanning
  • ot-security-assessment - Operational Technology security assessment using Nmap and Metasploit for OT/ICS device discovery and vulnerability assessment
  • analysis-tshark - Network protocol analyzer and packet capture tool using tshark for traffic analysis
  • webapp-sqlmap - Automated SQL injection detection and exploitation using SQLMap for web application security testing
  • webapp-nikto - Web server vulnerability scanner using Nikto for identifying security issues and misconfigurations
  • crack-hashcat - Advanced password recovery and hash cracking using Hashcat supporting multiple algorithms
  • privesc-linpeas - Linux privilege escalation enumeration and attack surface analysis using LinPEAS for post-exploitation privesc vector discovery

Security Frameworks

Skills in this repository reference industry-standard security frameworks:

  • OWASP - Open Web Application Security Project
  • CWE - Common Weakness Enumeration
  • MITRE ATT&CK - Adversarial Tactics, Techniques & Common Knowledge
  • NIST - National Institute of Standards and Technology
  • SOC2 - Service Organization Control 2
  • PCI-DSS - Payment Card Industry Data Security Standard
  • GDPR - General Data Protection Regulation

Contributing

We welcome contributions! Please read CONTRIBUTE.md for:

  • Skill creation guidelines
  • Frontmatter standards
  • Quality requirements
  • Submission process

Contributing a New Skill

To kickstart a new skill for this repo:

  1. Initialize: Create a new skill from the template

    ./scripts/init_skill.sh my-skill-name appsec
    
  2. Develop: Fill in SKILL.md and add bundled resources

    • scripts/ - Executable security tools
    • references/ - Security framework documentation
    • assets/ - Templates and configurations
  3. Validate: Run the validation script

    ./scripts/validate_skill.py skills/appsec/my-skill-name
    
  4. Update Documentation:

    • Add your skill to the README.md (this file) under the appropriate category
    • Update .claude-plugin/marketplace.json with your skill path
  5. Submit: Open a PR with the [skill] tag

See CONTRIBUTE.md for detailed guidelines including the exact format for README.md entries.

Skill Standards

All skills follow these requirements:

Required Frontmatter

---
name: skill-name                 # kebab-case identifier
description: >                   # Comprehensive description with use cases
  What the skill does and when to use it...
version: 0.1.0                   # Semantic versioning
maintainer: github-username      # Your GitHub username
category: appsec                 # Primary security domain
tags: [sast, owasp, security]   # Searchable tags
frameworks: [OWASP, CWE]        # Security frameworks referenced
---

Quality Standards

  • Concise: Keep SKILL.md under 500 lines
  • Tested: All scripts must be tested and working
  • Secure: Include security considerations and safe defaults
  • Documented: Clear instructions using imperative form
  • Versioned: Follow semantic versioning (MAJOR.MINOR.PATCH)

Tools & Scripts

  • scripts/init_skill.sh - Initialize a new skill from template
  • scripts/validate_skill.py - Validate skill structure and frontmatter
  • skills/_template/ - Base template for all new skills

Resources

License

This project uses dual licensing:

This means:

  • You can freely use, share, and adapt all content with attribution
  • Skills must be shared under the same CC-BY-SA 4.0 license
  • Code should be used under MPL 2.0

See LICENSE.md for full license texts and details.

常见问题

What is SecOpsAgentKit?

SecOpsAgentKit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by AgentSecOps. Security operations toolkit for AI coding agents. Give Claude Code 25+ skills to catch vulnerabilities, scan containers, detect secrets, and enforce policies automatically. It has 127 GitHub stars.

Is SecOpsAgentKit safe to use?

Yes. SecOpsAgentKit passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install SecOpsAgentKit?

Clone the repository with "git clone https://github.com/AgentSecOps/SecOpsAgentKit" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is SecOpsAgentKit written in?

SecOpsAgentKit is primarily written in Python. It is open-source under AgentSecOps on GitHub, so you can review or fork the full source.

Are there alternatives to SecOpsAgentKit?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh SecOpsAgentKit against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情