This site is private. Enter the password to continue.
Certify your package's audit score and lock its price. The seal is a registry-issued token that proves your package was audited and priced before submission.
ark seal After running ark audit --full --save, the seal command reads your local audit-report.json, verifies the content hash, and requests a seal token from the registry.
The seal is stored in the registry's audit_seals table and consumed when your package passes review after ark publish.
ark audit --full --saveark login$ ark seal Reading audit-report.json... Package: my-agent@1.0.0 — Score: 85/100 (Certified) Price range: $49 — $65 ? Choose your price: $55 ✓ Seal issued by registry ✓ Token stored in audit-report.json ✓ Price certified: $55
$ ark seal Package: daily-recap@1.0.0 — Score: 72/100 (Basic) This is a free package. ✓ Seal issued (free) ✓ Token stored in audit-report.json
| Stage | Seal status |
|---|---|
| ark audit --full | No seal yet |
| ark seal | Issued — stored in registry + local report |
| ark publish | Attached to submission |
| Review passes | Consumed — price written to package record |
| Review fails | Not consumed — reusable after fix |