一键导入
security-review
Security review checklist for DeepSearch changes involving secrets, file paths, LLM/search providers, prompts, server APIs, storage, and logs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Security review checklist for DeepSearch changes involving secrets, file paths, LLM/search providers, prompts, server APIs, storage, and logs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
DeepSearch Python patterns for layering, config models, custom exceptions, logging, path safety, prompts, and async cleanup.
DeepSearch pytest guide for targeted tests, fixtures, async mocks, live-test gates, and artifact-safe test data.
Verify DeepSearch changes with scoped diff review, import checks, pytest, optional live tests, and artifact hygiene.
| name | security-review |
| description | Security review checklist for DeepSearch changes involving secrets, file paths, LLM/search providers, prompts, server APIs, storage, and logs. |
| disable-model-invocation | true |
Use this for changes touching credentials, file paths, report conversion, server APIs, LLM/search providers, prompt templates, storage, or logging.
Secrets
.env, non-example local env files, service.yaml, secrets/**, and credentials/** are not read or committed.bytearray secret handling and zero_secret cleanup are preserved.Input and path validation
ensure_safe_directory.External services
llm and gated by RUN_LLM_TESTS=1.Prompt injection
Server API
Logging
LogManager.is_sensitive() and existing anonymization patterns are respected.Dependencies and subprocesses
Artifact hygiene
For a machine-readable checklist, see checklist.md.