You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Risk assessment and mitigation skills for AI-generated code based on the Vibe-Coding Risk Radar framework",
9
+
"version": "1.0.0"
10
+
},
11
+
"plugins": [
12
+
{
13
+
"name": "risk-radar-skills",
14
+
"description": "Assess vibe-coding risk per module and implement mitigation measures. Includes /risk-assess for interactive risk analysis and /risk-mitigate for implementing recommended measures.",
content: `Dieses Framework bietet zwei https://code.claude.com/docs/en/skills[Claude Code Skills], die direkt in Ihrem Projekt arbeiten:
195
+
196
+
*\/risk-assess* — Analysiert Ihr Repository automatisch, erkennt Module (Monorepo, Frontend/Backend etc.), scannt Code-Patterns und fragt gezielt nach Dimensionen, die nicht auto-detektiert werden können. Schreibt eine strukturierte Risikobewertung pro Modul in Ihre \`CLAUDE.md\`.
197
+
198
+
*\/risk-mitigate* — Liest die Risikobewertung aus \`CLAUDE.md\`, erkennt bereits vorhandene Maßnahmen (Linter, CI, SAST etc.) und hilft fehlende Mitigations Schritt für Schritt umzusetzen — von Tool-Installation bis CI-Konfiguration.
content: `This framework provides two https://code.claude.com/docs/en/skills[Claude Code Skills] that work directly in your project:
410
+
411
+
*\/risk-assess* — Automatically analyzes your repository, detects modules (monorepo, frontend/backend, etc.), scans code patterns, and asks targeted questions for dimensions that can't be auto-detected. Writes a structured risk assessment per module to your \`CLAUDE.md\`.
412
+
413
+
*\/risk-mitigate* — Reads the risk assessment from \`CLAUDE.md\`, detects already-present measures (linter, CI, SAST, etc.), and helps implement missing mitigations step by step — from tool installation to CI configuration.
0 commit comments