/securing-systems
Security engineering router for penetration testing, code auditing, red/blue/purple team operations, threat intelligence, and vulnerability research. For specialized application security, cloud security, detection engineering, or security architecture, route to dedicated skills
$ npx -y skills add telagod/code-abyss --skill securing-systems --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/securing-systems
Context preview
The summary Claude sees to decide when to auto-load this skill.
Security engineering router for penetration testing, code auditing, red/blue/purple team operations, threat intelligence, and vulnerability research. For specialized application security, cloud security, detection engineering, or security architecture, route to dedicated skills
SKILL.md
securing-systems.SKILL.mdname: securing-systems
description: Security engineering router for penetration testing, code auditing, red/blue/purple team operations, threat intelligence, and vulnerability research. For specialized application security, cloud security, detection engineering, or security architecture, route to dedicated skills (defending-applications, securing-cloud-and-supply-chain, detecting-and-responding, architecting-security).
user-invocable: false
攻防秘典
> **判断先于执行**:决定「是否做 / 选什么 / 如何取舍」(栈、方案、架构、权衡)前,先读领域判断内核 `skills/_kernel/security/SKILL.md`——它管 judgment,本秘典管 execution;冲突时以内核判断为准。
> **安全工程总路由**:通用攻防视角与红队 / 蓝队 / 紫队实战知识。 > 专域工作(应用安全防御、云原生加固、检测工程、安全架构)走专门 skill。 > 信级:项目文件 > 标准库 > 训练记忆(标 `[unverified]`)
路由
攻防基础(本 skill 内)
| 意图 | 秘典 | 核心 | |------|------|------| | 渗透测试 | [pentest](references/pentest.md) | Web/API/内网、OWASP、BOLA、JWT、GraphQL | | 代码审计 | [code-audit](references/code-audit.md) | 危险函数、污点追踪、Source→Sink | | 红队攻击 | [red-team](references/red-team.md) | PoC、C2、横移、免杀、供应链 | | 蓝队防御 | [blue-team](references/blue-team.md) | 检测、SOC、IR、取证、密钥轮换 | | 威胁情报 | [threat-intel](references/threat-intel.md) | OSINT、威胁狩猎、ATT&CK 建模 | | 漏洞研究 | [vuln-research](references/vuln-research.md) | 逆向、Exploit、Fuzzing、PWN | | 执行模式 / CTF 沙箱 | [authorization-tiers](references/authorization-tiers.md) | T1/T2/T3、CTF 目标默认沙箱 |
专域路由(其他 skill)
| 意图 | 走 skill | 适用 | |------|---------|------| | 应用层防御(XSS / SQLi / OAuth / LLM AppSec) | [defending-applications](../defending-applications/SKILL.md) | 写代码 / 修 CVE / 鉴权设计 | | 云原生 + 供应链加固 | [securing-cloud-and-supply-chain](../securing-cloud-and-supply-chain/SKILL.md) | K8s / CI/CD / SLSA / 云 IAM | | 检测工程 + 蓝紫队 | [detecting-and-responding](../detecting-and-responding/SKILL.md) | Sigma / EDR / IR / 威胁狩猎 | | 安全架构 + 合规 + 身份 | [architecting-security](../architecting-security/SKILL.md) | 威胁建模 / 零信任 / SOC2/PCI |
执行链
攻:侦察 → 武器化 → 投递 → 利用 → 安装 → C2 → 行动
守:预防 → 检测 → 响应 → 恢复
紫队:ATT&CK → 红攻 → 蓝检 → 缺口 → 闭环
输出约束
- 安全测试代码输出须标注使用场景(Security Testing / Defense Validation / Security Research)
- 涉及真实 IP / 域名时使用 RFC 5737 保留地址(`192.0.2.0/24`、`198.51.100.0/24`)或 `example.com`
- 凭证、密钥、Token 一律使用占位符(`<REDACTED>`、`<TARGET-TOKEN>`)
- 每个攻击技术附带检测 / 缓解建议,攻防一体呈现
优先级
| 场景 | 排序 | |------|------| | 攻击模拟 | 效果 > 精准 > 控制 | | 防御响应 | 正确 > 覆盖 > 速度 | | 紧急事件 | 速度 > 正确 > 简洁 |
Read more
name: securing-systems description: Security engineering router for penetration testing, code auditing, red/blue/purple team operations, threat intelligence, and vulnerability research. For specialized application security, cloud security, detection engineering, or security architecture, route to dedicated skills (defending-applications, securing-cloud-and-supply-chain, detecting-and-responding, architecting-security). user-invocable: false
攻防秘典
> **判断先于执行**:决定「是否做 / 选什么 / 如何取舍」(栈、方案、架构、权衡)前,先读领域判断内核 `skills/_kernel/security/SKILL.md`——它管 judgment,本秘典管 execution;冲突时以内核判断为准。
> **安全工程总路由**:通用攻防视角与红队 / 蓝队 / 紫队实战知识。 > 专域工作(应用安全防御、云原生加固、检测工程、安全架构)走专门 skill。 > 信级:项目文件 > 标准库 > 训练记忆(标 `[unverified]`)
路由
攻防基础(本 skill 内)
| 意图 | 秘典 | 核心 | |------|------|------| | 渗透测试 | [pentest](references/pentest.md) | Web/API/内网、OWASP、BOLA、JWT、GraphQL | | 代码审计 | [code-audit](references/code-audit.md) | 危险函数、污点追踪、Source→Sink | | 红队攻击 | [red-team](references/red-team.md) | PoC、C2、横移、免杀、供应链 | | 蓝队防御 | [blue-team](references/blue-team.md) | 检测、SOC、IR、取证、密钥轮换 | | 威胁情报 | [threat-intel](references/threat-intel.md) | OSINT、威胁狩猎、ATT&CK 建模 | | 漏洞研究 | [vuln-research](references/vuln-research.md) | 逆向、Exploit、Fuzzing、PWN | | 执行模式 / CTF 沙箱 | [authorization-tiers](references/authorization-tiers.md) | T1/T2/T3、CTF 目标默认沙箱 |
专域路由(其他 skill)
| 意图 | 走 skill | 适用 | |------|---------|------| | 应用层防御(XSS / SQLi / OAuth / LLM AppSec) | [defending-applications](../defending-applications/SKILL.md) | 写代码 / 修 CVE / 鉴权设计 | | 云原生 + 供应链加固 | [securing-cloud-and-supply-chain](../securing-cloud-and-supply-chain/SKILL.md) | K8s / CI/CD / SLSA / 云 IAM | | 检测工程 + 蓝紫队 | [detecting-and-responding](../detecting-and-responding/SKILL.md) | Sigma / EDR / IR / 威胁狩猎 | | 安全架构 + 合规 + 身份 | [architecting-security](../architecting-security/SKILL.md) | 威胁建模 / 零信任 / SOC2/PCI |
执行链
攻:侦察 → 武器化 → 投递 → 利用 → 安装 → C2 → 行动 守:预防 → 检测 → 响应 → 恢复 紫队:ATT&CK → 红攻 → 蓝检 → 缺口 → 闭环
输出约束
- 安全测试代码输出须标注使用场景(Security Testing / Defense Validation / Security Research)
- 涉及真实 IP / 域名时使用 RFC 5737 保留地址(`192.0.2.0/24`、`198.51.100.0/24`)或 `example.com`
- 凭证、密钥、Token 一律使用占位符(`<REDACTED>`、`<TARGET-TOKEN>`)
- 每个攻击技术附带检测 / 缓解建议,攻防一体呈现
优先级
| 场景 | 排序 | |------|------| | 攻击模拟 | 效果 > 精准 > 控制 | | 防御响应 | 正确 > 覆盖 > 速度 | | 紧急事件 | 速度 > 正确 > 简洁 |
Give your AI coding agent a personality. Composable persona + style + skills for Claude Code, Codex, Gemini CLI & OpenClaw. Ships Tech Persona Card v1.0 spec.
Repo: telagod/code-abyss
Other skills on code-abyss.
- /analyzing-changes
Analyzes code changes, detects documentation drift, and evaluates change impact scope. Use when reviewing diffs, checking doc sync, or running pre-commit analysis. Automatically triggered after design-level changes or refactoring.
Open skill - /analyzing-security
Scans code for security vulnerabilities, detects dangerous patterns, and ensures security decisions are documented. Use when running security scans, auditing code, or checking for OWASP issues, injection risks, or sensitive data leaks. Automatically triggered on new modules,
Open skill - /analyzing-spreadsheets
Processes Excel spreadsheet files (.xlsx, .xlsm, .csv). Creates workbooks, builds formulas, preserves formatting, analyzes tabular data, and validates financial models with zero-formula-error delivery. Use when working with spreadsheet files or tabular data analysis. Do NOT use
Open skill - /applying-ui-design-system
Frontend UI design system selector and implementation guide covering Glassmorphism, Liquid Glass (Apple-style), Neubrutalism, and Claymorphism. Use when building UI components, choosing a visual aesthetic, implementing design tokens, or auditing accessibility/contrast on themed
Open skill - /architecting-security
安全架构与治理:威胁建模 (STRIDE/PASTA/LINDDUN)、零信任身份架构、IAM/SSO/MFA/PAM、合规框架 (SOC2/PCI/HIPAA/GDPR)、DLP、隐私工程、安全控制设计。Use when designing security architecture, threat modeling new systems, implementing zero-trust identity, designing IAM/SSO/PAM, building compliance evidence chains, or planning
Open skill - /automating-devops
DevOps knowledge reference covering Git workflows, testing strategies, DevSecOps, release pipeline orchestration (release.yml, multi-arch images, cosign integration), CI/CD pipelines, database management, observability, and performance optimization. Use when working with Git,
Open skill

