Supply-chain integrity · Shipped
2026-05-28
~7 min read
Watermarks + signed attestations for protected JavaScript
HMAC-SHA256 watermarks that survive every obfuscation transform, Ed25519-signed release attestations with two-stage verify, pre-flight quota gates, bulk forensic scanner. Cross-language verified across Node, Python, and .NET. Wire format is open. Six lines of GitHub Action YAML covers the whole stack.
Read article ›
JSO AI · Phase 1 shipped
2026-05-21
~6 min read
JSO AI preview surface is live
Four endpoints, three browser previews, a Prometheus exporter, JSON Schema, ten language client snippets, and an RSS feed. None of it spends an LLM token yet — the entire wire envelope, observability stack, and customer tooling are stable, locked, and ready for the 2026-Q3 LLM-backed GA to slot in behind.
Read article ›
Maximum Mode · VM Bytecode
2026-04-26
~8 min read
VM-based protection in Maximum mode
JSO ships real bytecode virtualization in Maximum mode. Selected hot functions compile to opcodes; a per-build VM interpreter executes them at runtime. The design tradeoffs and why it’s opt-in per function rather than whole-bundle default.
Read article ›
Anti-LLM Research
2026-04-25
~9 min read
Can ChatGPT, Claude, or Copilot reverse-engineer obfuscated JavaScript?
A direct technical answer for 2026. What today’s AI assistants can actually deobfuscate, where they break down structurally, and why per-build polymorphic decoders defeat the pattern-matching approach LLMs rely on.
Read article ›