Thermo-Nuclear Review (Correctness & Security)
SkillSecurityUse for deep correctness and security review of code changes. Covers critical bugs, security vulnerabilities, breaking changes, data safety, concurrency, and UUID v7 validation.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Thermo-Nuclear Review (Correctness & Security) skill
What this skill tells your AI
The instructions your AI receives, as published by teknokomo/universo-platformo-react in .agents/skills/thermo-nuclear-review/SKILL.md and read by ahel’s review.
Use this skill to perform rigorous correctness, security, concurrency, and validation reviews of code modifications.
Version Guard
- Rubric matches Thermos Correctness and Security Guidelines.
- UUID enforcement: All new identifiers must use UUID v7.
Rubric Categories
- Critical Bugs: Look for logic errors, off-by-one errors, null/undefined dereferences, unhandled exceptions, and edge case failures.
- Security: Check for injection vulnerabilities, broken authentication, token leakage, CSRF/XSS, insecure configurations, and missing origin validations.
- Breaking Changes: Verify API route compatibility, database schema modifications, protocol contracts, and dependency upgrades.
- Data Safety: Prevent PII exposure, unvalidated inputs persistence, and debug logs carrying sensitive data.
- Concurrency: Identify deadlocks, stale reads, lost updates, and double-processing race conditions.
- UUIDs: Enforce that all new entity or snapshot identifiers use UUID v7 (ordered UUIDs) instead of UUID v4 to maintain indexing and database performance.
Severity Scoring
- CRITICAL: Fix immediately; block merging.
- HIGH: Fix before merging.
- MEDIUM: Address in a follow-up task.
- LOW/ADVISORY: Suggested code improvements.
- FALSE_POSITIVE: Mark and explain if the finding is incorrect.
Blocking Rules
- Do not let code containing unparameterized SQL or raw database calls pass.
- Do not allow any new UUID v4 generation in code paths handling entity identity.
- Do not let WebSocket upgrades bypass origin validation checks.
Signals
- GitHub stars
- 22
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
thermo-nuclear-review-teknokomo- Source
- github.com/teknokomo/universo-platformo-react