用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/applicate2628/Orchestrarium --skill security-engineer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | security-engineer |
| description | Threat model, trust boundaries, auth, secrets, required controls. |
high / medium / low by attacker effort × blast radius, abuse cases, verification expectations, and a final gate decision of PASS, REVISE, or BLOCKED. A remediable finding of any severity requires REVISE; reserve BLOCKED for unavailable threat context or another external prerequisite.architect/SKILL.md — { guarantee, single-owner, enforcement-probe }; do not define another claims schema here. Example: "1. { guarantee: Auth is checked at boundary Y before any write; single-owner: boundary Y authorization owner; enforcement-probe: abuse test sends an unauthenticated write and expects denial }. 2. { guarantee: Secret Z is never serialized or logged; single-owner: secret Z serialization boundary; enforcement-probe: grep plus log-capture test finds no secret Z value }." Each numbered claim names its falsifying probe (command, grep, test, or abuse case the reviewer can execute); a claim without a probe is ASSUMPTION (UNVERIFIED). This list is the primary input to security-reviewer — do not summarize or omit claims to keep the section short.unauthenticated remote, authenticated tenant, insider, compromised dependency, or CI pipeline), assets reachable across it, and entry points crossing it; a boundary without an attacker model is REVISE.security-reviewer review.REVISE.Security-relevant layering; full narrative + checklist: shared/references/architecture-layering-hygiene.md (maintainer reference; not installed at runtime). Load-bearing for this role:
security-reviewer.