بنقرة واحدة
security-scan
Run all project security scans (make security) and summarize findings by tool and severity
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run all project security scans (make security) and summarize findings by tool and severity
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run test coverage check and report per-package breakdown highlighting packages below the 72% gate and 80% new-code target
Scaffold a new YAML test fixture and register its path constant in testutil/test_constants.go
Run gremlins mutation testing on a specified Go package, following the same pattern as make test-mutation
Scaffold a new documentation theme following the project's theme registration pattern from CLAUDE.md
| name | security-scan |
| description | Run all project security scans (make security) and summarize findings by tool and severity |
Run make security from the project root. This executes:
govulncheck ./... — Go vulnerability database checkgosec ./... — Go static security analysistrivy fs . --severity HIGH,CRITICAL — filesystem vulnerability scangitleaks detect --source . --verbose — secrets detectionFor each tool, summarize:
Final verdict: