Commit 60920ae
feat(program): embed security.txt with audit + contact info
Add solana-security-txt + default-env deps and embed a `security_txt!`
block in program/src/lib.rs so on-chain inspectors (and security
researchers) get a self-described pointer to the SECURITY.md, contact
endpoints, source repo, and audit report.
Identifies the binary as the "Foundation Build" of LazorKit Smart Wallet
to distinguish it from the lazorkit-protocol commercial binary that may
later occupy the same mainnet slot. source_revision and source_release
are populated from GITHUB_SHA / GITHUB_REF_NAME at CI build time.
Audit pointer is the existing Accretion Labs report shipped under
audits/.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3691e8a commit 60920ae
2 files changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
3 | 20 | | |
4 | 21 | | |
5 | 22 | | |
| |||
0 commit comments