This site is private. Enter the password to continue.
Package your files, attach the audit report, and submit to the Ark registry for review. Packages are live within 24-48h of approval.
ark publish [--dry-run] [--tag <tag>] ark.json in the current directoryaudit-report.json) with score ≥ 60ark login)$ ark publish Reading ark.json... ✓ Manifest valid (my-agent@1.0.0) Verifying audit report... ✓ audit-report.json found (score: 85, hash verified) Creating archive... ✓ my-agent-1.0.0.tar.gz (18.3 KB) Uploading to registry... ✓ Submitted Package: my-agent@1.0.0 Status: pending_review ID: pkg_7f3a2b19c4 We'll email you at jane@example.com when your package is approved. Review typically takes 24-48h.
Validate everything without actually submitting. Useful to catch issues before committing.
$ ark publish --dry-run ✓ Manifest valid ✓ Audit report valid (score: 85) ✓ Archive would be: 18.3 KB → Dry run complete. Nothing submitted.
Bump the version field in ark.json, re-run the audit, then publish again. Each version goes through review independently.
{
"name": "my-agent",
"version": "1.1.0", ← bump this
...
} $ ark audit --full --save $ ark publish
Everything in the current directory, except:
.gitignorenode_modules/.git/audit-report.json (attached separately).arkignore (same syntax as .gitignore)