بنقرة واحدة
bwai-security-gate
Run the SkillSpector safety gate on this project's installed skills before merge or release.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the SkillSpector safety gate on this project's installed skills before merge or release.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use before scaffolding a bwai project — runs the full startup-goal workflow then recommends the right boilerplate and outputs the exact bwai new command to run.
Use when acting as a startup CTO for architecture, technical risk, platform direction, codebase boundaries, or engineering strategy.
Use when acting as a startup founding engineer for implementation, tests, debugging, review, and verification.
Use when acting as a startup product manager for discovery, PRDs, issue slicing, roadmap tradeoffs, or customer-value sequencing.
Use when acting as a startup QA lead for acceptance checks, release risk, regression focus, and verification evidence.
Use when coordinating a startup goal across CEO, CTO, product manager, engineering manager, founding engineer, and QA lead role subagents.
| name | bwai-security-gate |
| description | Run the SkillSpector safety gate on this project's installed skills before merge or release. |
Run the SkillSpector gate on every skill installed in this project.
From the project root:
bwai scan-project . --threshold 50 --require-scanner
If SkillSpector is not installed:
uv tool install git+https://github.com/NVIDIA/skillspector.git
safety-reports/ (JSON + SARIF when available)skills.lock updated with scan status per skillDo not merge or release until risk scores are understood and remediated, or the user explicitly accepts the risk with documented rationale.
If skills were edited during delivery, re-scan before closing the workflow.