一键导入
infra-security
Infrastructure security discipline — identity, encryption, secrets, audit. Perimeter/platform counterpart to security-hardening (app-side).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Infrastructure security discipline — identity, encryption, secrets, audit. Perimeter/platform counterpart to security-hardening (app-side).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Context engineering — memory navigation, textual graph traversal, progressive disclosure, recovery. Load when assembling context for a task or when lost.
Implementation-side security discipline — headers, dependencies, secrets, authz. Load for hardening work (sec-ops domain).
Commit conventions, branching, anchors in messages, and the git safety rules. Load for any git operation beyond status/diff.
Anti-generic-AI design discipline — bans, tells, and the slop test. Load for ANY new UI surface or visual redesign. Inspired by Impeccable (Apache 2.0).
Motion & animation discipline — purpose, performance, reduced-motion. Load when work involves animation, transitions or scroll effects.
Microcopy discipline — buttons, errors, empty/loading/success states, alt text. Voice and tone come from the project's memory, not from this skill.
| name | infra-security |
| description | Infrastructure security discipline — identity, encryption, secrets, audit. Perimeter/platform counterpart to security-hardening (app-side). |
Platform-side security. App-side lives in security-hardening (ops/sec); the security gate reviews both. Vendor mechanisms from memory-long §stack.
* "to fix later" (later never comes; the hook-protected configs philosophy applies to IAM too).At rest and in transit are defaults, not features — a resource created without encryption fails review · customer-managed keys where compliance requires (key rotation documented) · TLS termination point is a deliberate, documented choice.
Secret manager references in IaC, never literal values (secret-scan hook is the last line) · state files contain secrets — state access is secret access, scope it accordingly (see state-discipline) · rotation is automated or scheduled, never "when we remember".
Audit logging on, centralized, immutable (write-once storage or separate account) · logs of the security tooling itself are protected from the identities they watch · config drift on security resources = incident, not chore (alert, don't batch).
IAM policy changes · network exposure · encryption/key changes · audit logging changes — full loop + security gate regardless of diff size (mirrors infra instructions rule 5).