원클릭으로
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