This directory holds the canonical registry for Arkheionx Vault PoCs.
| File | Purpose |
|---|---|
schema.json |
JSON Schema (draft-07) for a registry entry. |
registry.json |
The registry itself. One entry per PoC. |
The registry is the single source of truth. The README registry table is generated from it. Do not hand-edit the generated surface.
-
Add or update an entry in
registry.json. -
Validate:
python3 scripts/validate_metadata.py
-
Regenerate downstream artifacts:
python3 scripts/generate_registry.py
This rewrites the README's vulnerability registry section.
-
Commit
registry.jsonand the regenerated files together.
See docs/METADATA_SCHEMA.md for the field-by-field specification, allowed enum values, and validation rules.