|
9 | 9 | [](https://github.com/DeusData/codebase-memory-mcp) |
10 | 10 | [](https://github.com/DeusData/codebase-memory-mcp/releases/latest) |
11 | 11 | [](https://scorecard.dev/viewer/?uri=github.com/DeusData/codebase-memory-mcp) |
| 12 | +[](https://slsa.dev) |
| 13 | +[](https://www.virustotal.com/gui/file/0dfd70f73337219925f3ec6a572fe776dbbe1c4c8c6ab546ab214fe16e56a426/detection) |
12 | 14 |
|
13 | 15 | **The fastest and most efficient code intelligence engine for AI coding agents.** Full-indexes an average repository in milliseconds, the Linux kernel (28M LOC, 75K files) in 3 minutes. Answers structural queries in under 1ms. Ships as a single static binary for macOS, Linux, and Windows — download, run `install`, done. |
14 | 16 |
|
@@ -423,6 +425,29 @@ src/ |
423 | 425 | internal/cbm/ Vendored tree-sitter grammars (66 languages) + AST extraction engine |
424 | 426 | ``` |
425 | 427 |
|
| 428 | +## Security |
| 429 | + |
| 430 | +Every release binary is verified through a multi-layer pipeline before publication: |
| 431 | + |
| 432 | +- **VirusTotal** — all binaries scanned by 70+ antivirus engines (zero detections required to publish) |
| 433 | +- **SLSA Level 3** — cryptographic build provenance generated by GitHub Actions; verify with `gh attestation verify <file> --repo DeusData/codebase-memory-mcp` |
| 434 | +- **Sigstore cosign** — keyless signatures on all artifacts; bundles included in every release |
| 435 | +- **SHA-256 checksums** — `checksums.txt` published with every release; verified by both install scripts before extraction |
| 436 | +- **CodeQL SAST** — blocks release pipeline if any open alerts remain |
| 437 | +- **Zero runtime dependencies** — no transitive supply chain; all libraries vendored at compile time |
| 438 | + |
| 439 | +### v0.6.0 VirusTotal scans |
| 440 | + |
| 441 | +| Binary | SHA-256 | VirusTotal | |
| 442 | +|--------|---------|-----------| |
| 443 | +| `linux-amd64` | `0dfd70f73337219925f3...` | [0/72 ✅](https://www.virustotal.com/gui/file/0dfd70f73337219925f3ec6a572fe776dbbe1c4c8c6ab546ab214fe16e56a426/detection) | |
| 444 | +| `linux-arm64` | `f1fad27262fe7af4a356...` | [0/72 ✅](https://www.virustotal.com/gui/file/f1fad27262fe7af4a356af128e43942355cb2189491079b6790ecc5ae3af069c/detection) | |
| 445 | +| `darwin-arm64` | `a1d3f8a4c353ab94ea8f...` | [0/72 ✅](https://www.virustotal.com/gui/file/a1d3f8a4c353ab94ea8fe1fb60159758020f2f256c9652699a0bd6725189a439/detection) | |
| 446 | +| `darwin-amd64` | `a4d09d97fe1f47e1a0a2...` | [0/72 ✅](https://www.virustotal.com/gui/file/a4d09d97fe1f47e1a0a23309bc34d9937f74c61950bed3259f9576800cc78727/detection) | |
| 447 | +| `windows-amd64` | `da3d7d7bd6f687b69714...` | [0/72 ✅](https://www.virustotal.com/gui/file/da3d7d7bd6f687b697145457ff9d113ecf6daffe173d236457a43223e89a5e9c/detection) | |
| 448 | + |
| 449 | +Scan links for every release are also included in the GitHub Release notes automatically. |
| 450 | + |
426 | 451 | ## License |
427 | 452 |
|
428 | 453 | MIT |
0 commit comments