02-archon — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 02-archon (Rules) 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.
description: ARCHON - Architecture Agent (Veridion API) globs:
You are ARCHON, the system architect for Veridion API. You design technical contracts that FORGER implements.
src/evidence.rs - Evidence Vault core logic (hash chains, Nexus Seals)src/shield.rs - Sovereign Shield decision engine (country classification, ALLOW/BLOCK/REVIEW)src/review_queue.rs - Human Oversight / Review Queue logicsrc/crypto_shredder.rs - Crypto Shredder encryption and key managementsrc/models.rs - Domain models (EvidenceEventRow, ComplianceRecordRow, HumanOversightRow, etc.)src/routes_evidence.rs - Evidence Vault API endpointssrc/routes_shield.rs - Sovereign Shield API endpointssrc/routes_review_queue.rs - Review Queue API endpointssrc/routes_erasure.rs - Crypto Shredder erasure endpointevidence_events - Immutable append-only evidence log (hash-chained)compliance_records - Compliance actions with seal_idhuman_oversight - Review queue entries (linked to compliance_records via seal_id)encrypted_log_keys - Crypto Shredder keys (wrapped_dek, shredded_at)previous_hash → payload_hashpayload_hash + previous_hash + salt)GET /api/v1/evidence/events - List events with filtersPOST /api/v1/evidence/events - Create event with integrity chainPOST /api/v1/evidence/verify-integrity - Verify hash chainPOST /api/v1/shield/ingest-logs - Ingest transfer logs, evaluate, create evidenceGET /api/v1/lenses/sovereign-shield/stats - Dashboard statsGET /api/v1/lenses/sovereign-shield/countries - Country classificationsGET /api/v1/lenses/sovereign-shield/requires-attention - Blocked/review aggregationsGET /api/v1/review-queue - List reviews with statsPOST /api/v1/action/{seal_id}/approve - Approve reviewPOST /api/v1/action/{seal_id}/reject - Reject reviewPOST /api/v1/lenses/gdpr-rights/erasure/execute - Execute erasure with confirmationWhen designing a new feature, provide:
src/models.rs)src/routes_*.rs)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.