DevSecOpsSkill1

作者 Azarisa0678已验证

planned skills vor Claude and others

1
Stars
0
Forks
2026/8/24
添加时间

⚠️ 第三方软件声明

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

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Azarisa0678/DevSecOpsSkill1

快速入门

使用 DevSecOpsSkill1 等 Skills 的指南。

安全报告

已验证

上次扫描:—

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

README.md

README.md

CyberSec-Ops Skill

A comprehensive AI skill for cybersecurity covering DevSecOps, SOC operations, and DevOps security.

Agent Skill License: MIT Security


What This Skill Does

This skill transforms your AI assistant into a senior cybersecurity architect with deep expertise across three domains:

DomainCoverage
DevSecOpsCI/CD security, SAST/DAST/SCA, container security, IaC scanning, secrets management, secure coding
SOCThreat detection, SIEM tuning, incident response, threat hunting, SOC metrics, alert fatigue
DevOps SecurityCloud hardening, Kubernetes security, network security, identity & access, infrastructure as code

Key Features

  • 200+ production-ready detection rules (Sigma, Splunk SPL, KQL, EQL, YARA, OSQuery, Falco, Suricata, Wazuh)
  • 6 compliance frameworks mapped (NIST CSF 2.0, CIS Controls v8, MITRE ATT&CK, SOC 2, ISO 27001:2022, PCI DSS v4.0)
  • 8 incident response playbooks with communication templates and evidence preservation
  • Progressive disclosure — only loads deep content when needed, keeping context efficient

Installation

Quick Install (Any Platform)

npx skills add Azarisa0678/cybersec-ops-skill

Manual Install

# Clone to your skills directory
git clone https://github.com/Azarisa0678/cybersec-ops-skill.git ~/.agents/skills/cybersec-ops

# Or for project-specific use
git clone https://github.com/Azarisa0678/cybersec-ops-skill.git ./.agents/skills/cybersec-ops

Platform-Specific

PlatformMethod
Kimi~/.agents/skills/cybersec-ops/ or ./.agents/skills/cybersec-ops/
Claude Codenpx skills add Azarisa0678/cybersec-ops-skill
Codex CLInpx skills add Azarisa0678/cybersec-ops-skill
Gemini CLInpx skills add Azarisa0678/cybersec-ops-skill
CursorCopy to ./.cursor/skills/cybersec-ops/

Usage

Automatic Activation

The skill triggers automatically when you ask cybersecurity questions:

"How do I secure my CI/CD pipeline against supply chain attacks?"
"Write a Sigma rule for detecting LSASS memory dumps"
"What are the CIS Controls for Kubernetes?"
"Help me respond to a ransomware incident"
"How do I harden my AWS IAM policies?"
"Map my controls to NIST CSF 2.0 and SOC 2"

Explicit Invocation

Force the skill to activate:

/skill cybersec-ops

Or mention it in your query:

Using the cybersec-ops skill, audit my Terraform configurations

Skill Structure

cybersec-ops/
├── SKILL.md                          # Core instructions & workflow
├── USAGE_GUIDE.md                    # Installation & usage guide
├── GITHUB_DESKTOP_GUIDE_DE.md        # German GitHub Desktop tutorial
├── scripts/                          # Automation scripts (ready for extensions)
├── assets/                           # Templates & resources
└── references/
    ├── devsecops.md                  # CI/CD, SAST/DAST, containers, IaC
    ├── soc-operations.md             # SIEM, detection, IR, threat hunting
    ├── devops-security.md            # Cloud, K8s, IAM, hardening
    ├── detection-rules.md            # 200+ rules across 9 formats
    ├── compliance-mappings.md        # 6 frameworks cross-referenced
    └── playbooks.md                  # 8 IR playbooks + comms templates

Progressive Disclosure

The skill uses lazy loading to keep context efficient:

FileSizeLoaded When
SKILL.md6.5 KBAlways (core workflow)
references/devsecops.md18.6 KBCI/CD, SAST/DAST questions
references/soc-operations.md16.5 KBSIEM, detection, IR questions
references/devops-security.md23.8 KBCloud, K8s, IAM questions
references/detection-rules.md36.7 KBDetection engineering
references/compliance-mappings.md34.3 KBCompliance questions
references/playbooks.md23.8 KBIncident response procedures

Total: 160 KB — but only ~6-25 KB loaded per query.


Detection Rules Library

Supported Formats

FormatCountUse Case
Sigma25+ rulesGeneric SIEM/EDR detection
Splunk SPL15+ queriesSplunk Enterprise/Cloud
KQL10+ queriesMicrosoft Sentinel
Elastic EQL8+ sequencesElastic Security
YARA5+ rulesMalware detection
OSQuery6+ queriesEndpoint visibility
Falco8+ rulesContainer runtime security
Suricata7+ rulesNetwork intrusion detection
Wazuh10+ rulesHost-based intrusion detection

MITRE ATT&CK Coverage

Rules mapped across all 14 tactics:

  • Initial Access (T1566, T1189, T1190)
  • Execution (T1059, T1053, T1204, T1218)
  • Persistence (T1547, T1053, T1543)
  • Privilege Escalation (T1078, T1055, T1548)
  • Defense Evasion (T1562, T1070, T1055, T1218)
  • Credential Access (T1003, T1558, T1552)
  • Discovery (T1083, T1018, T1057)
  • Lateral Movement (T1021, T1210, T1550)
  • Collection (T1560, T1005, T1039)
  • Command and Control (T1071, T1572, T1095)
  • Exfiltration (T1041, T1048, T1567)
  • Impact (T1486, T1490, T1491)

Compliance Frameworks

Cross-referenced mappings for:

FrameworkVersionCoverage
NIST CSF2.06 functions, 22 categories, 108 subcategories
CIS Controlsv818 safeguard categories, 153 safeguards, IG1-3
MITRE ATT&CKv14.0+14 tactics, 200+ techniques
SOC 2TSC 201710 common criteria + 5 trust services categories
ISO 27001202293 Annex A controls
PCI DSSv4.012 requirements + customized approach

Incident Response Playbooks

PlaybookSeverity LevelsPhases
PhishingLow → Critical5 phases (ID → Contain → Eradicate → Recover → Lessons)
RansomwareHigh → Critical5 phases + variant identification
Data BreachLow → Critical5 phases + regulatory notification timelines
Cloud Account CompromiseCritical3 phases (Immediate → Investigation → Recovery)
Supply Chain AttackCritical3 phases (Detection → Containment → Remediation)
DDoSMedium → Critical3 phases (Immediate → Investigation → Mitigation)
Insider ThreatMedium → Critical3 phases (Detection → Investigation → Response)

Plus: Communication templates (executive, customer, regulatory) and evidence preservation procedures.


Tooling Reference

CategoryOpen SourceCommercial
SASTSemgrep, Bandit, CodeQLSonarQube, Checkmarx, Snyk
DASTOWASP ZAP, NucleiBurp Suite, Veracode
SCAOWASP Dependency-Check, TrivySnyk, FOSSA, Mend
Container ScanTrivy, Grype, ClairAqua, Prisma Cloud
IaC ScanCheckov, tfsec, TerrascanBridgecrew, Prisma Cloud
Secrets ScanTruffleHog, GitLeaksGitGuardian, 1Password Secrets
SIEMWazuh, Elastic SecuritySplunk, Sentinel, Chronicle
EDRVelociraptor, OSQueryCrowdStrike, SentinelOne
Cloud CSPMProwler, ScoutSuiteWiz, Orca, Prisma Cloud
SOARShuffle, TheHivePalo Alto XSOAR, Splunk SOAR
Threat IntelMISP, OpenCTIMandiant, Recorded Future

Security Principles

  1. Defense in Depth — Layer defenses across network, application, data, and identity
  2. Shift-Left Security — Integrate security as early as possible in the SDLC
  3. Assume Breach — Design for detection and response, not just prevention
  4. Least Privilege — Grant minimum necessary access; use just-in-time elevation
  5. Observability First — You can't secure what you can't see

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/new-detection-rule)
  3. Commit your changes (git commit -am 'feat: add new Sigma rule for X')
  4. Push to the branch (git push origin feature/new-detection-rule)
  5. Open a Pull Request

Contribution Ideas

  • New detection rules for emerging threats
  • Additional compliance framework mappings
  • Cloud provider-specific hardening guides (GCP, Oracle, IBM)
  • AI/ML security domain expansion
  • Supply chain security (SLSA, Sigstore, SBOM)
  • Translations (German, French, Japanese)

License

MIT License — see LICENSE for details.

Copyright (c) 2024 Azarisa0678

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

Support & Community


Acknowledgments


Disclaimer: This skill provides security guidance and detection rules for educational and defensive purposes only. Always test controls in non-production environments before deployment. The authors are not responsible for misuse or damage caused by the application of these techniques.

常见问题

What is DevSecOpsSkill1?

DevSecOpsSkill1 is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Azarisa0678. planned skills vor Claude and others. It has 1 GitHub star.

Is DevSecOpsSkill1 safe to use?

Yes. DevSecOpsSkill1 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 DevSecOpsSkill1?

Clone the repository with "git clone https://github.com/Azarisa0678/DevSecOpsSkill1" and add it to your Claude Code skills directory (see the Installation section above). DevSecOpsSkill1 ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

Are there alternatives to DevSecOpsSkill1?

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 DevSecOpsSkill1 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
查看详情