一键导入
safetydeck
Generate local-first security checklist action plans from reviewed JSON profiles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate local-first security checklist action plans from reviewed JSON profiles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | safetydeck |
| description | Generate local-first security checklist action plans from reviewed JSON profiles. |
| version | 0.1.0 |
| targets | ["codex","claude","openclaw","agents"] |
| tags | ["security","checklist","planning","local-first"] |
Use this skill when an agent needs to turn a local security profile and checklist template into a reviewable Markdown action plan.
Do not include secrets, tokens, backup codes, private keys, customer records, or live credentials in profile or template files.
safetydeck inspect --profile <profile.json> --template <template.json> previews plan counts and top items.safetydeck generate --profile <profile.json> --template <template.json> --output <plan.md> writes a Markdown tracker.safetydeck init --output <dir> creates starter local profile and template files.inspect is read-only. generate writes only the requested Markdown output. init writes starter files under the requested directory. Safetydeck does not scan live accounts, call external services, collect credentials, mutate security settings, publish reports, or verify account state.
Ask for explicit approval before sharing generated plans outside the local workspace, converting accepted-risk items into permanent policy, or adding any future live-account scanner. Treat the generated plan as a prompt for human review, not as proof that settings are secure.
safetydeck inspect --profile examples/profiles/team-app.json --template examples/templates/startup-baseline.json
safetydeck generate --profile examples/profiles/solo-founder.json --template examples/templates/startup-baseline.json --output tmp/security-plan.md
Run the local release checks before recommending the skill:
npm run check
npm test
npm run smoke
npm run package:smoke