Browsing Tag
security
303 posts
Behind the Curtain: APE-QIL QUANTUM SUPREME OCTOPUS and the 3-Tier Sovereign Auth Pipeline
Most API authentication I’ve seen in production follows the same pattern: a single apiKey check at the top…
GuardFall: When Decades-Old Shell Injection Tricks Beat Modern AI Safety Guardrails
10 Out of 11 Coding Agents Failed. Here’s Why That Number Should Concern You. Researchers at Adversa AI…
MII: Machine Identity Intelligence — discover and risk-score IAM roles, OIDC federations, and CI/CD tokens across AWS
Released an open-source tool for a problem I kept hitting: no visibility into machine identities. CyberArk’s 2025 report…
Before you sell an AI connector, map the trust boundary
AI devtool demos are getting very good at the same move: Connect the product to a company’s docs,…
Why Your Browser Should Do the Heavy Lifting: A Guide to Local Data Sanitization
Stop Uploading Your Sensitive Data to Sketchy Websites Just to Trim a File If you have spent more…
Private Set Intersection: Finding What Two Parties Share Without Revealing the Rest
Private Set Intersection, usually shortened to PSI, is a protocol for two parties who each hold a set…
Your Cloud AI Has No Failover. Here’s the Architecture That Does.
Your Cloud AI Has No Failover. Here’s the Architecture That Does. Local models keep closing (or all but…
Gas Optimization That Doesn’t Break Security: Storage, Calldata, and the Traps
Gas optimization is satisfying. You shave a few thousand gas off a function and feel clever. But some…
Stop Fighting Python for Webhooks: Why Node.js is Optimal for Cloud Function Signatures
The Cryptographic Trust Problem (Why Webhooks Are Unforgiving) Webhooks are the nervous system of modern production apps. Whether…
Your agents are isolated. Your shared state isn’t.
I ran three agents on a deploy, each in its own isolated git worktree. None of them could…