Luke Hinds

3K posts

Luke Hinds banner
Luke Hinds

Luke Hinds

@decodebytes

Creator of https://t.co/T8htHI7vHB , now building https://t.co/OBABqFvHE2 - the agent security platform.

Bristol Katılım Şubat 2021
749 Takip Edilen3.1K Takipçiler
Luke Hinds retweetledi
Bret Fisher
Bret Fisher@BretFisher·
Streaming tomorrow: Agent Sandboxing with "nono". Co-founder @decodebytes joins me as we dig into how it works, how to restrict single commands, agent harnesses, tool calls, and egress filtering URLs, e.g. blocking GitHub write access. Click "Notify me" on YouTube to ping you when we go live #devsecops #agenticdevops youtube.com/live/qZ2AOZjSm…
YouTube video
YouTube
English
0
1
1
640
Luke Hinds
Luke Hinds@decodebytes·
Interested in Agent Identity - and more importantly, how to bind that identity to an agent's actual behavior? Join the @nolabs_ai team as we showcase nono working natively with the SPIFFE/SPIRE identity protocol. 🔒 Phantom Tokens: Host the Workload API outside the sandbox and inject phantom tokens inside—making credential leaks impossible. 📜 Cryptographic Audit: Log every action with verified identity for a complete "flight recorder" audit trail. 👇 Link to join the webinar luma.com/73tz35ak
English
0
1
1
110
Luke Hinds retweetledi
nolabs
nolabs@nolabs_ai·
We are now officially nolabs, inc! Thanks for all the fish, always further, we wish you luck on all your travels!
English
0
1
0
501
Luke Hinds
Luke Hinds@decodebytes·
We just shipped ephemeral micro sandboxed tool execution! A collaborative effort along side smart folks from Datadog and Okta - the first of its kind, you can set a policy for an individual CLI tool execution - demonstration in the link.. youtube.com/watch?v=ndTM1D…
YouTube video
YouTube
English
1
4
10
794
Luke Hinds
Luke Hinds@decodebytes·
The claude code nono package just passed 50,000 pulls directly into a zero latency sandbox - it is already about to head past 60k. Copied by many, yet rivalled by few - nono pioneered the zero-latency, zero-setup agent sandbox, and continues to innovate and lead the way.
Luke Hinds tweet media
English
1
0
5
332
Luke Hinds
Luke Hinds@decodebytes·
"audit chain is local DSSE+Merkle, not externally anchored (no Sigstore/Fulcio/Rekor despite earlier claim)" - we never claimed it was - sigstore is used for artifact attestation. For the rest, we are a poor fit, we are not providing hardware rooted isolation, we provide fine-grained capability based isolations, something not possible for all the others, who really are microvms wearing a 'I am now an agent sandbox" t-shirts.
English
0
0
0
11
George Fahmy
George Fahmy@kajogo777·
1/9 How do you compare AI agent sandbox security across products? Most “sandboxed” claims hide huge gaps. Strong VM isolation but unrestricted network. Or plaintext API keys sitting in env vars. The Agent Sandbox Taxonomy (AST) maps 29 products against 7 defense layers. Here are June 2026 updates to the scoring... ast.georgebuilds.dev
English
2
1
5
412
Luke Hinds
Luke Hinds@decodebytes·
@elinesterov @ycombinator There are loads of them - but they are all in for a rude awakening what they meet disgruntled hard edge product security teams and CISOs who grill them alive.
English
0
0
1
31
Luke Hinds
Luke Hinds@decodebytes·
I give up with @ycombinator news - seems so petty to let users just flag you without reason.
Luke Hinds tweet media
English
1
0
3
247
Luke Hinds
Luke Hinds@decodebytes·
I am looking forward to the day where we no longer have frenzied hype play out at whatever new way someone has just discovered at passing markdown files into an API
English
0
0
0
142
Luke Hinds
Luke Hinds@decodebytes·
@elinesterov in nono , the agent / sandbox never gets the real credential - it gets a phantom.
English
1
0
1
17
Eli Nesterov
Eli Nesterov@elinesterov·
@decodebytes nah, I want my pin for yubikey. If I need to give SSH/PGP keys to the agent, they won't be in HW, most likely.
English
1
0
0
11
Eli Nesterov
Eli Nesterov@elinesterov·
What is the state-of-the-art signing for agents? I want to distinguish commits made by different agents working autonomously on code, so I can review them via GitHub PRs. Also, how do you communicate? Do you create different users for them? One with different keys?
English
1
0
0
95
Luke Hinds
Luke Hinds@decodebytes·
@elinesterov This is planned work in nono - although I don't have an answer for the yubikey pin - 3d print your finger and put it on one of those pecking bird desk toys? 😀
English
1
0
1
20
Eli Nesterov
Eli Nesterov@elinesterov·
Also, how to make this work with sandboxes? My keys are on yubikey and require PIN entry; that works fine when I babysit the agent, but I want to see them go brrr cosign and sigstore doesn't work because of private repos @decodebytes any ideas?
English
1
0
0
74
Red Hat
Red Hat@RedHat·
Red Hat and @NVIDIA are integrating NVIDIA OpenShell into the full-stack @RedHat_AI platform. The work brings oversight and policy to the infrastructure level, while contributing to the open source OpenShell project to standardize how agents are governed on enterprise platforms. Learn more: red.ht/4wVuG9h
Red Hat tweet media
English
4
23
136
8K
Luke Hinds
Luke Hinds@decodebytes·
Containers share the host kernel by design. For AI agents executing model-generated code, that's a real problem - one kernel exploit reaches the host. New post on Kubefence from @pradipta_kr from @RedHat : stacking Kata Containers + Seccomp + nono into one RuntimeClass. 👇 nono.sh/blog/kubefence…
Luke Hinds tweet media
English
0
2
7
749
Luke Hinds
Luke Hinds@decodebytes·
nono.sh often ends up in comparison articles where its pitched against microVMs, within a very loose rag-tag bunch known as "Agent Sandboxes" - but the truth is, this is like comparing the fly-by-wire limits built into an aircraft control system to an end-of-runway concrete barrier - one governs every control input from within, in real time; the other stops things outside from going wrong when the plane runs out of runway. A microVM guards the host. What happens inside, is not really its concern or duty to protect . If data is exfiltrated to unknown endpoints, destructive tool calls are made, an agent malfunctions and racks up eye-watering LLM api costs, and then deletes your database - you can't really blame the VM. You got what you signed up for - strong, monolithic, isolation. Not internal governance. So nono operates at a completely different point in the security model: inside. It enforces capability-based, fine-grained policy, to intercept sensitive or destructive operations, and it audits what the agent is actually doing with tamper resistant , cryptographic claims (the blackbox recorder!). The question isn't "how contained is the damage" - it's "does the agent get to do this at all, in this particular context." They answer different questions entirely: A VM answers, "if malicious code executes, how do we contain the blast radius from breaching the host and adjacent tenants?" nono answers, "how do I give the agent some authority to use a tool to access AWS credentials and call its APIs, but not allow the same access when its curl using the POST method to send your production credentials in a payload to a public github issue. Docker not long back announced "we launched Docker Sandboxes with a bold goal: to deliver the strongest agent isolation in the market." That's Great! However, it's not really what your AI weary CISO needs to sleep better at night. Instead, it's resolving a problem that's already mostly solved - in a claimed, much stronger way. AI agents aren't highly focused on breaking isolation, something very difficult to achieve; they want to steal keys and cause wreckage from the inside. Want to see what the future malicious agent looks like? Go check out TeamPCP and their recent pursuits - they aren't bypassing hardware-level isolation with a zero-day, they're letting npm install do the job by executing a post-install scripts to exfiltrate your CI tokens. BUT - they also harmonise and are formidable when combined - which is why teams and orgs are now deploying nono directly onto AWS Fargate / Firecracker, and hardened Kubernetes bound images - one holds the perimeter; the other governs what runs inside it. You get to sleep a bit easier at night. If you interested in learning more and working with us to help shape a new approach for a new threat - we are now accepting a limited number of design partners to help us shape the future of AI Agent Security.
English
2
9
37
10.8K
Luke Hinds
Luke Hinds@decodebytes·
Seriously, what is happening at @github - cannot do any work and seriously considering alternatives now.
Luke Hinds tweet media
English
1
3
7
964