一键导入
threat-model
AI-specific threat model covering prompt injection, data poisoning, PII leakage, excessive agency, and supply chain risks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AI-specific threat model covering prompt injection, data poisoning, PII leakage, excessive agency, and supply chain risks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit a Google ADK tool file against the five known gotchas (DI params, thin wrappers, _j helper, async-wrap blocking calls, httpx context manager) before they bite in production
After creating an ADR, run the cross-referencing checklist — update README Artifacts table, add Related Decisions section to source proposal, cross-link sibling ADRs to each other
Mid-task durability — dump current state and a next-step file before context fills, so the next session resumes without re-deriving where you were
Generate and verify a pre-demo checklist for an ADK/agent project — env vars, GCP auth, embedding swap, ngrok/Slack wiring, dry-run, tests, real-vs-synthetic data
Scan a project's docs (README, CLAUDE.md, ADRs, runbooks) for inconsistent project naming, scope, or framing — catches the "README says retail, CLAUDE.md still says Kroger" class of bug
Refresh a project's status — derive current state from code/tests/git, regenerate the project's status memory entry and (if requested) a status section in the README
| name | threat-model |
| description | AI-specific threat model covering prompt injection, data poisoning, PII leakage, excessive agency, and supply chain risks |
User runs /threat-model followed by a component or system description.
Run an AI-specific threat model. Cover both traditional security concerns AND AI-specific attack surfaces that standard threat models miss.
Scope: [what's in / out of scope] Trust boundary: [where does untrusted input enter?]
| # | Threat | Category | Likelihood | Impact | Mitigation |
|---|---|---|---|---|---|
| 1 | H/M/L | H/M/L |
What to fix first and why.
What to log, alert on, and review to detect these threats in production.