karukia-mcp 3.0.5 → 3.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -14
- package/dist/index.js +3373 -3764
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**The complete AI-assisted development methodology, delivered via MCP.**
|
|
4
4
|
|
|
5
|
-
**Latest: v3.0.5** — 26 tools, 19 skills,
|
|
5
|
+
**Latest: v3.0.5** — 26 tools, 19 skills, 1797+ checkpoints across 11 audit dimensions.
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
```
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
AI methodology for highly regulated industries · Made in Guadeloupe 🇬🇵
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
26 tools, 19 skills,
|
|
18
|
+
26 tools, 19 skills, 1797+ checkpoints across 11 audit dimensions. Works with any AI platform (Claude Code, Cursor, Windsurf, Copilot...) through the Model Context Protocol.
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
@@ -41,7 +41,7 @@ You: "Run a security audit"
|
|
|
41
41
|
|
|
42
42
|
```
|
|
43
43
|
SECURITY → Neo (445 pts) "Is my code secure?"
|
|
44
|
-
QUALITY →
|
|
44
|
+
QUALITY → Certix (369 pts) "Is my app well-built?"
|
|
45
45
|
OFFENSIVE → Viper (245+ tests) "How would a hacker break in?"
|
|
46
46
|
TS → ts_quality (118) "Is my TypeScript clean?"
|
|
47
47
|
CSS → css_quality (55) "Is my design system maintainable?"
|
|
@@ -155,8 +155,8 @@ Each skill returns a complete prompt that transforms your AI into a specialist.
|
|
|
155
155
|
| `neo` | Security Auditor | Defensive audit against 6 frameworks (OWASP, HDS, ISO 27001, SOC 2, PCI-DSS, HIPAA) |
|
|
156
156
|
| `viper` | Pentest Brigade | Offensive testing with 16 agents, CVSS v4 scoring, MITRE ATT&CK mapping |
|
|
157
157
|
| `jeffrey` | Full-Stack Architect | Feature implementation with TDD and security validation |
|
|
158
|
-
| `opo` | Quality Validator | Web quality against
|
|
159
|
-
| `
|
|
158
|
+
| `opo` | Quality Validator | Web quality against 369 Certix rules |
|
|
159
|
+
| `audit_certix` | Quality Auditor | Deep Certix compliance audit with 5 profile checklists |
|
|
160
160
|
| `ebios_rm_audit` | Risk Analyst | EBIOS Risk Manager methodology (ANSSI) — formal risk analysis |
|
|
161
161
|
| `security_hardening` | Hardening Planner | Security improvement chantiers |
|
|
162
162
|
| `doc_refactor` | Doc Auditor | Documentation accuracy audit vs actual code |
|
|
@@ -171,7 +171,7 @@ Each skill returns a complete prompt that transforms your AI into a specialist.
|
|
|
171
171
|
| `test_coverage` | 68 | Test inventory — frontend/backend coverage quality |
|
|
172
172
|
| `perf` | 90 | Performance — frontend, backend, build/bundle |
|
|
173
173
|
| `debt` | 55 | Technical debt — dead code, dependency health, code smells |
|
|
174
|
-
| `karukia_scan` |
|
|
174
|
+
| `karukia_scan` | 1797+ | **Global scan** — all 11 dimensions in parallel |
|
|
175
175
|
| `audit_expert_hds` | 200+ | Expert HDS 2.0/ISO 27001 — 8 domains, certification readiness |
|
|
176
176
|
| `change_report` | — | Change management report (ISO 27001 A.8.32) |
|
|
177
177
|
|
|
@@ -179,7 +179,7 @@ Each skill returns a complete prompt that transforms your AI into a specialist.
|
|
|
179
179
|
|
|
180
180
|
| Tool | Description |
|
|
181
181
|
|------|-------------|
|
|
182
|
-
| `list_checklists` | Browse all
|
|
182
|
+
| `list_checklists` | Browse all 22 checklists by category |
|
|
183
183
|
| `suggest_checklists` | Describe your project — get a prioritized audit plan |
|
|
184
184
|
| `generate_report` | Compile audit results into a scored Markdown report |
|
|
185
185
|
|
|
@@ -193,7 +193,7 @@ Each skill returns a complete prompt that transforms your AI into a specialist.
|
|
|
193
193
|
|
|
194
194
|
---
|
|
195
195
|
|
|
196
|
-
##
|
|
196
|
+
## 22 Checklists
|
|
197
197
|
|
|
198
198
|
### Defensive Security (Neo) — 6 checklists, 445 controls
|
|
199
199
|
|
|
@@ -206,11 +206,9 @@ Each skill returns a complete prompt that transforms your AI into a specialist.
|
|
|
206
206
|
| **PCI-DSS v4.0** | 97 | Payment processing |
|
|
207
207
|
| **HIPAA** | 67 | Health data, US |
|
|
208
208
|
|
|
209
|
-
### Web Quality (
|
|
209
|
+
### Web Quality (Certix) — 5 checklists, 369 rules
|
|
210
210
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
Based on [Opquast](https://www.opquast.com/) — the French web quality reference used by 15,000+ professionals.
|
|
211
|
+
Five profile-based checklists covering all aspects of web quality: DEV (development), UX (user experience), CONT (content), OPS (operations), and JUR (legal/compliance).
|
|
214
212
|
|
|
215
213
|
### Offensive Security (Viper) — 4 checklists, 245+ tests
|
|
216
214
|
|
|
@@ -285,7 +283,7 @@ Built from the experience of securing a healthcare SaaS application for HDS 2.0
|
|
|
285
283
|
KARUKIA is a structured AI-assisted development methodology built around three principles:
|
|
286
284
|
|
|
287
285
|
1. **Separation of concerns** — Security, quality, and implementation are separate disciplines handled by separate AI personas.
|
|
288
|
-
2. **Formal checkpoints over gut feeling** —
|
|
286
|
+
2. **Formal checkpoints over gut feeling** — 1797+ documented checkpoints beat "I think it's fine."
|
|
289
287
|
3. **Defense in depth** — Defensive audit first, quality validation second, offensive testing last.
|
|
290
288
|
|
|
291
289
|
Built from real-world experience securing a healthcare SaaS application to HDS 2.0 / ISO 27001 standards.
|
|
@@ -320,7 +318,7 @@ If your company or consulting firm uses KARUKIA for production work or deploys i
|
|
|
320
318
|
| **Business** | 12 000 | Up to 50 developers |
|
|
321
319
|
| **Enterprise** | 20 000 | Unlimited developers + priority support |
|
|
322
320
|
|
|
323
|
-
All plans include: full access to all 26 tools, 19 skills,
|
|
321
|
+
All plans include: full access to all 26 tools, 19 skills, 1797+ checkpoints across 11 audit dimensions, and all updates for the license duration. Annual license, renewable.
|
|
324
322
|
|
|
325
323
|
**Contact:** contact@karukia.com
|
|
326
324
|
|