|
88 | 88 | **Developer:** [Chad Fryer](https://www.linkedin.com/in/c-fryer/) |
89 | 89 |
|
90 | 90 | **Contribute:** This project is open source! [View on GitHub](https://github.com/grcengineering/gigachad-grc) to contribute improvements, report issues, or fork for your organization. |
| 91 | + |
| 92 | +## Corsair |
| 93 | + |
| 94 | +<div style="background: linear-gradient(135deg, #0A0E17 0%, #0B0B0B 55%, #CFA24A 100%); color: white; padding: 30px; border-radius: 12px; margin: 20px 0;"> |
| 95 | + <h3 style="color: white; margin-top: 0;">Cryptographic Compliance Proof Infrastructure</h3> |
| 96 | + <p style="font-size: 16px; margin-bottom: 20px;">Open-source protocol that turns security tool output into verifiable compliance proofs (CPOEs). Sign once, verify anywhere — no trust |
| 97 | +center account required.</p> |
| 98 | + <div style="display: flex; gap: 15px; flex-wrap: wrap;"> |
| 99 | + <a href="https://grcorsair.com" target="_blank" rel="noopener noreferrer" style="background: white; color: #0A0E17; padding: 12px 32px; border-radius: 6px; text-decoration: none; |
| 100 | +font-weight: 600; font-size: 16px; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0,0,0,0.1);" onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 4px |
| 101 | +12px rgba(207,162,74,0.35)';" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 2px 8px rgba(0,0,0,0.1)';">Launch Corsair 🏴☠️</a> |
| 102 | + </div> |
| 103 | +</div> |
| 104 | + |
| 105 | +**Features:** |
| 106 | + |
| 107 | +- **CPOE Proof Format**: Ed25519-signed JWT‑VCs that any verifier can check |
| 108 | +- **trust.txt Discovery**: Machine-readable compliance proof discovery endpoint |
| 109 | +- **SCITT Transparency Log**: Opt‑in timestamped proof registration |
| 110 | +- **Diffable Posture**: `corsair diff` shows regressions and improvements over time |
| 111 | +- **Agent‑Native**: OIDC keyless signing + `/onboard` for machine setup |
| 112 | + |
| 113 | +**Developer:** [Ayoub Fandi](https://www.linkedin.com/in/ayoubfandi/) |
| 114 | + |
| 115 | +**Contribute:** This project is open source! [View on GitHub](https://github.com/grcorsair/corsair) to contribute improvements, report issues, or fork for your organization. |
0 commit comments