We take the security of this command-line tool and the cryptographic integrity of the Creduent Protocol seriously.
Only the latest release of Creduent CLI is actively supported with security patches and enhancements.
| Version | Supported |
|---|---|
| 1.x | Yes |
| < 1.0.0 | No |
Creduent CLI implements strict safety and cryptographic validation measures:
- Decentralized Verification: The
verifycommand performs signature checking locally on your machine using built-in, secure system libraries, rather than trusting a remote server's assertion. - Safe Private Keys handling: When invoking
creduent init, the generated private key is saved with secure local file permissions and automatically recommended for exclusion from version control.
If you discover a security vulnerability within the Creduent CLI (e.g., local signature bypasses, insecure key storage, or remote code execution risks), please report it responsibly:
- Do NOT open a public GitHub issue detailing the vulnerability.
- Email your findings and a proof-of-concept (PoC) directly to the maintainers or security contacts at
security@idevsec.com. - Allow the maintainers time to analyze, reproduce, and release a patch before disclosing details publicly.