Changelog
What we've shipped.
Public preview. Things move fast.
2026-09-11
1.0.0 — Markets
- StellarLock MarketsStellarLock expands from code security into protected market execution for tokenized equities on Solana.
- Verified representationsCurated xStocks registry with exact mint matching across 8 supported underlyings.
- Copycat detectionTicker, name and logo are treated as untrusted metadata; look-alike mints are flagged and blocked.
- Jupiter execution routingSwap API V2 quotes and raw swap instructions, re-composed locally into a versioned transaction.
- Transaction pre-flightInstruction decoding, address lookup table resolution, program allowlist, recipient and intent validation, plus RPC simulation.
- Transaction fingerprintingThe exact audited message is hashed; a mismatch at signing time blocks execution and forces a new pre-flight.
- Live execution pathWallet signing and onchain confirmation are wired end to end, with trade history and Token-2022 scaled amount support.
- RepositioningStellarLock is now the trust layer for onchain markets; the AI code scanner continues as StellarLock Code.
2026-06-17
0.4.0 — Pre-flight
- Pre-flight scanLocal secret detection (AWS, GitHub, OpenAI, Stripe, Slack, JWT, private keys, .env) — runs in your browser before any payload is sent.
- Dependency CVE lookupParses package.json, requirements.txt, Cargo.toml, go.mod and Gemfile.lock; queries the public OSV.dev database for known vulnerabilities.
- SARIF exportDownload any scan as SARIF 2.1.0 for GitHub Code Scanning, VS Code SARIF Viewer, and most security dashboards.
- Honest copyRemoved unverified marketing claims, fake customer logos, and pricing for tiers we don't ship yet.
2026-06-15
0.3.0 — Multi-file
- Multi-file contextUpload several files (or a zip) in a single scan; reasoning runs across all of them.
- Workspace dashboardSidebar layout with Scan, History, and Settings; redesigned with Sora + Manrope typography.
2026-06-10
0.2.0 — Deep Reasoning
- Two enginesSpeed Scan for fast triage; Deep Reasoning for multi-step analysis of complex flows.
- Streaming resultsLive token stream while the model reasons through your code.
2026-06-01
0.1.0 — Public preview
- Initial releasePaste code, get an AI-powered security review with ranked findings and patch suggestions.