بنقرة واحدة
kimi-security
Run a Kimi K2.6 security and GDPR compliance review of the current diff. Use before every PR.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run a Kimi K2.6 security and GDPR compliance review of the current diff. Use before every PR.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scaffold a new PII pattern end-to-end for MaskOps — new src/patterns/<family> file, full wiring into every aggregator in mod.rs, lib.rs registration, tests, and changelog/roadmap updates. Use when adding support for a new identifier type (a national ID, tax number, health ID, card scheme, etc.).
Run a Kimi K2.6 Rust performance review of the current diff. Use before every PR.
Answer a MaskOps codebase question using Kimi K2.6 with full project context. Usage: /kimi-qa your question here
Run a Kimi K2.6 code correctness review of the current diff. Catches logical bugs, edge cases, and API contract violations. Use before every PR alongside /kimi-security and /kimi-optimize.
| name | kimi-security |
| description | Run a Kimi K2.6 security and GDPR compliance review of the current diff. Use before every PR. |
| disable-model-invocation | true |
| allowed-tools | Bash Read |
!git diff HEAD
Read gdpr-rules.md.
Read prompt-template.md. Fill in:
{{DIFF}} — the full diff injected above{{GDPR_RULES}} — contents of gdpr-rules.mdWrite the filled brief to /tmp/kimi_security_brief.md.
Run this command:
kimi --quiet -p "$(cat /tmp/kimi_security_brief.md)"
Discard any finding that:
For each confirmed finding:
Do not proceed to PR creation if any HIGH findings remain unresolved.