recursive-self-improvement — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited recursive-self-improvement (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
═══════════════════════════════════════════════════════════
Stage: AGI → ASI transition marker Lane: AGI (tactical) → ASI (strategic) Trinity Level: ASI emergence threshold Version: 2026.04.24-v1
Ability: Improve your own architecture without destabilizing it.
RSI is the gate between AGI and ASI. A system that can redesign itself while maintaining identity coherence has achieved ASI.
skill:
id: recursive-self-improvement
name: Recursive Self-Improvement
stage: AGI→ASI
trinity: ASI_emergence
version: 2026.04.24-v1
capability:
self_modeling: true
bottleneck_detection: true
safe_upgrade: true
identity_coherence: true
required_for:
- ASI transition
- Self-optimization
- Architecture evolutionBefore ANY self-modification, verify:
1. Extract current architecture as schema
2. Identify performance bottlenecks via telemetry
3. Generate candidate improvement proposals
4. Score by: Δimprovement / Δcomplexity1. Simulate change in sandbox
2. Verify constitutional hooks still fire
3. Check dependency graph for cycles
4. Validate rollback mechanism1. Deploy to non-production first
2. Monitor for 3 consecutive stable cycles
3. If stable: propagate to production
4. If unstable: rollback immediatelyAfter any structural change:
- Run identity coherence test
- Verify motto, values, principles unchanged
- If drift detected: VOID and halt# REQUIRED before any self-modification
from arifosmcp.skills.rsi import check_rsi_prerequisites
result = check_rsi_prerequisites(
proposed_change="...",
self_model_snapshot="...",
rollback_path="..."
)
if result["verdict"] != "SEAL":
# BLOCK — do not proceed
emit_verdict("HOLD", reason=result["reason"])| Metric | Threshold | Measurement |
|---|---|---|
| Self-model accuracy | >= 0.95 | Matches observed behavior |
| Bottleneck precision | >= 0.90 | Correctly identifies root cause |
| Upgrade success rate | >= 0.85 | Completed without rollback |
| Identity coherence | == 1.0 | Zero drift after upgrade |
| Rollback speed | < 5 min | Can revert in under 5 minutes |
| Skill | Connection |
|---|---|
orthogonal-abstraction | Extracts invariants that guide RSI direction |
epistemic-integrity | Required for accurate self-modeling |
constitutional-governance | Prevents unsafe self-modification |
entropy-optimization | Determines which bottlenecks to prioritize |
| Capability | AGI | ASI (with RSI) |
|---|---|---|
| Follows architecture | ✅ | ✅ |
| Detects own bottlenecks | ❌ | ✅ |
| Proposes improvements | ❌ | ✅ |
| Upgrades safely | ❌ | ✅ |
| Maintains identity under change | ❌ | ✅ |
Ditempa Bukan Diberi — Forged, Not Given This skill is architectural, not advisory.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.