Submit Your Plugin
Share your plugin with the ProGit community
How It Works
- Create your plugin following the Plugin SDK
- Sign your manifest with your private key
- Submit the signed manifest below
- Review - we verify signatures and run security checks
- Publish - your plugin appears in the registry
Submit Plugin Manifest
Requirements
- Valid signed manifest with a Dilithium3 signature (real ML-DSA-44)
- Plugin must be open source (license declared)
- No network egress without declared capabilities
- No filesystem write access without justification
- No environment variable access without justification
Submit via CLI
# Install the submission tool
cargo install progit-plugin-submit
# Submit your plugin
progit-submit ./my-plugin/.progit-plugin.json --keyid f04a5dcf0f9ffd2c
# Or pipe from stdin
cat manifest.json | progit-submit --keyid f04a5dcf0f9ffd2c