원클릭으로
demos-security-run
Run MCP security preflight and documented fallbacks for blit386-demos security workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run MCP security preflight and documented fallbacks for blit386-demos security workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold a new blit386-demos demo file with the correct next NNN slug, the standard demo class pattern, and beginner-friendly comments. Use when the user wants to add, create, or scaffold a new demo or example, or says 'make a demo for X' or 'add a demo that shows Y'.
Create a pull request with automatic quality checks, a conventional commit, and the gh CLI. Use when the user wants to open a PR or push a branch for review.
Comprehensive pre-push review combining automated checks, a security audit, AI code analysis, and a PR-ready summary. Use before pushing significant changes or opening a pull request.
Run all quality checks (format, lint, spellcheck, knip, docs:links, build) before committing or pushing. Use when the user wants to verify the code is ready to commit or run every check at once.
Review the current changes against project rules, conventions, and quality standards. Use when the user asks to review changes, check the diff before committing, or look over recent edits.
Run cspell across the project, fix typos, and add legitimate words to the dictionary. Use when the user wants to spellcheck, fix spelling, or resolve cspell failures.
| name | demos-security-run |
| description | Run MCP security preflight and documented fallbacks for blit386-demos security workflows. |
Same deterministic security workflow as the library repo, with demos-specific paths. Canonical runbook and script live
in blit386.
/demos-security-run
MCP preflight (required)
pnpm run security:mcp-preflight -- \
--mcps-dir "<cursor-project-mcps-path>" \
--repo-root . \
--allow-fallback \
--output-json security-reports/mcp-preflight-latest.json
Or via the library script:
node ../blit386/scripts/security/mcp-preflight.mjs \
--mcps-dir "<cursor-project-mcps-path>" \
--repo-root . \
--allow-fallback \
--output-json security-reports/mcp-preflight-latest.json
Repo-native checks
pnpm run security:auditpnpm audit --prod --audit-level=moderatepnpm audit --dev --audit-level=moderatepnpm run preflightpnpm run build (after dependency/toolchain changes)MCP scans – only when corresponding servers are healthy (see library runbook).
Report – use template in blit386/docs/security/security-runbook.md.
pnpm run security:mcp-preflight -- \
--mcps-dir "<cursor-project-mcps-path>" \
--repo-root . \
--governance-only \
--include-user-config \
--output-json security-reports/mcp-governance-$(date +%Y-%m).json