Back to list
Robotti-io

secure-fix-validation

by Robotti-io

✨ A customizable copilot-instructions.md ruleset & prompts to guide GitHub Copilot toward secure coding defaults in Java, Node.js, C# and Python. Blocks risky patterns, teaches safe habits.

32🍴 9📅 Jan 14, 2026

SKILL.md


name: secure-fix-validation description: Standard validation checklist to prove a security fix works and doesn’t regress behavior.

Use this skill after implementing a security fix, or when reviewing a PR.

Step-by-step process

  1. Reproduce the issue pre-fix
    • Minimal failing test or request example
  2. Verify the fix
    • Confirm the repro now fails safely
  3. Regression coverage
    • Add unit/integration tests for:
      • expected valid inputs
      • malicious/edge inputs
      • authorization bypass attempts (if relevant)
  4. Non-functional checks
    • Error handling (no stack traces/secret leakage)
    • Logging redaction (no PII/secrets)
    • Performance impact in hot paths
  5. Rollout safety
    • Feature flags where appropriate
    • Backwards compatibility notes
    • Monitoring/alerts to detect new failure modes

Output

  • Commands run
  • Tests added/updated
  • Verification evidence (logs/screenshots/snippets)
  • Rollout notes

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon