@kernlang/review-python 0.2.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,22 @@
1
+ # @kernlang/review-python
2
+
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2523ee7: KERN 3.0 — security hardening, self-review clean, 68+ review rules
8
+
9
+ - **kern review**: 68+ rules across 10 layers — base, React, Next.js, Vue, Express, security (v1-v4), dead logic, null safety, concept rules, taint tracking
10
+ - **OWASP LLM01**: 10 prompt injection detection rules — indirect injection, output execution, system prompt leakage, RAG poisoning, tool manipulation
11
+ - **Taint tracking**: source-to-sink analysis on KERN IR with cross-file tracking
12
+ - **Suppression engine**: `// kern-ignore` and `// kern-ignore-next-line` directives
13
+ - **Self-review clean**: 148 files pass kern review — command injection fixed, regex-dos hardened, null safety guards, error handling improved
14
+ - **Evolve v4**: 13 commands, target-specific codegen, interactive review
15
+ - **Transpilers**: `'use client'` auto-detection for generated components with event handlers
16
+ - **Code quality**: bounded regex quantifiers, sanitized exec inputs, LLM output validation
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [2523ee7]
21
+ - @kernlang/core@3.0.0
22
+ - @kernlang/review@3.0.0