Evidence

Every Softinel pipeline run, published and signed.

One canonical model. Every artifact below is a real pipeline output from a real codebase — findings pinned to file:line, verdict derived from a policy set, entire pack signed with Ed25519 against the key published at /.well-known/jwks.json. Anyone can verify.

3 artifacts published
Reproduce every artifact from source
git clone https://github.com/abokenan444/svp-platform cd svp-platform go run ./tools/build-evidence -all # Every artifact under apps/web/public/evidence/ should be byte-identical # to what softinel.com publishes (modulo timestamps and signatures). diff -q apps/web/public/evidence/sample-1/verdict.json \ <(curl -sS https://softinel.com/evidence/sample-1/verdict.json)