Open Source
RedPill is fully open source. We believe privacy claims should be verifiable, not just promises. Inspect our code, audit our implementations, and verify our security yourself.Don’t trust, verify. Every component of RedPill is available for public inspection.
Our Repositories
redpill-gateway
TypeScript | MIT LicenseThe TEE-protected API gateway. See exactly how your requests are routed and protected.
redpill-chat
JavaScript | MIT LicenseThe RedPill application. Web and mobile clients with E2E encryption.
redpill-verifier
Python | MIT LicenseCryptographic verification tools. Verify TEE attestation independently.
.github
Organization profile and community guidelines.
What You Can Verify
1. End-to-End Encryption
Inspect the encryption implementation inredpill-chat:
- Key generation and storage
- Message encryption/decryption
- Key exchange protocols
- No backdoors or key escrow
2. TEE Integration
Review how we integrate with TEE inredpill-gateway:
- Attestation verification
- Secure enclave communication
- Key management inside TEE
- Data handling within enclave
3. Data Handling
Confirm our zero-retention claims:- No plaintext storage
- Encryption at every layer
- Secure deletion procedures
- Audit logging (encrypted)
4. API Security
Verify our API protects your data:- Authentication flow
- Request encryption
- Response handling
- Error handling (no data leaks)
How to Audit
Quick Review
Deep Audit
For thorough security review:- Review cryptography - Check all crypto implementations use standard libraries (no custom crypto)
- Trace data flow - Follow user data from input to TEE and back
- Check for leaks - Ensure no plaintext data in logs, errors, or responses
- Verify attestation - Confirm TEE attestation is properly validated
Security Audits
In addition to community review, we commission professional security audits:| Audit | Scope | Status |
|---|---|---|
| Cryptographic review | E2E encryption implementation | Completed |
| TEE integration | Attestation and enclave security | Completed |
| Penetration test | Full application security | Annual |
Contributing
We welcome security contributions:Report Vulnerabilities
Found a security issue? Please report responsibly:- Do not open a public issue
- Email [email protected]
- Include detailed reproduction steps
- We’ll respond within 24 hours
Responsible Disclosure
We have a responsible disclosure program:- No legal action against good-faith researchers
- Credit in security advisories (if desired)
- Bounties for critical vulnerabilities
Code Contributions
Help improve security:- Fork the repository
- Make your changes
- Submit a pull request
- Our team will review
Why Open Source?
Trust through transparency
Trust through transparency
Claims of privacy mean nothing without proof. Open source lets anyone verify our claims are true.
Community security
Community security
More eyes find more bugs. Open source invites the security community to help keep users safe.
No hidden functionality
No hidden functionality
Reproducible builds
Reproducible builds
Verify that the code running in production matches the public source code.
Verify Our Production Code
Want to confirm production matches source?- Check the commit hash in our deployment manifest
- Build from source using our Dockerfile
- Compare with production attestation
View All Repositories
github.com/redpill-ai →