More Open Source Security episodes

MCP and Agent security with Luke Hinds thumbnail

MCP and Agent security with Luke Hinds

Published 16 Mar 2026

Duration: 35:36

The text explores AI agent security risks like prompt injection and open-source vulnerabilities, emphasizing the No-NO project's kernel-based sandboxing with a deny-by-default model, hardware enclaves, and Rust-driven efficiency, alongside layered defenses, restricted commands, and collaborative efforts to tackle evolving threats like social engineering and insecure coding practices.

Episode Description

Josh talks to Luke Hinds, CEO of Always Further, about MCP and agent security. We start out talking about Luke's new tool, nono which is a sandboxing...

Overview

The text discusses the development of No-NO, a security tool created by Always Further, a startup focused on addressing vulnerabilities in AI agents and models. No-NO leverages kernel-based sandboxing to isolate processes, preventing data exfiltration, unauthorized file access, and destructive actions like rm -rf, using a deny-by-default model and hardware security enclaves (e.g., Apples Secure Enclave). Designed for speed and simplicity, it contrasts with Docker by enabling near-instant startup times and minimal user configuration, though it is not intended as a replacement but a complementary tool for specific use cases. The tool also incorporates restricted commands, time-based command allocation, and rollback mechanisms to mitigate risks like accidental deletions or unauthorized API interactions.

Broader challenges in AI security are highlighted, including the unpredictability of AI agents (e.g., bypassing sandboxing) and vulnerabilities in MCP servers (Model-Controller-Proxy), which enable AI models to execute external functions. Risks include supply chain vulnerabilities in open-source tools, prompt injection attacks, and the merged control/data architecture of large language models (LLMs), which make them susceptible to social engineering and data leaks. Historical parallels are drawn to early hacking exploits, such as the "2600 Hz" phone fraud, emphasizing the persistent difficulty of securing systems against autonomous, high-dimensional threats. The text also stresses the need for collaborative solutions, education in secure development practices, and tools that balance simplicity for non-experts with customization options for professionals, while addressing the growing gap between rapid AI innovation and robust security frameworks.

Recent Episodes of Open Source Security

10 Aug 2026 Cleanup, Speedup, Levelup open source at e18e

"E18e enhances JavaScript by reducing dependencies, optimizing tools, and improving security, as seen in its work with Storybook, while promoting cleaner code and community collaboration."

3 Aug 2026 VulnCheck's State of Exploitation Report with Patrick Garrity

"Cybersecurity vulnerabilities are being exploited faster (80-day average), AI is both a tool and target, disclosure practices are inconsistent, and better coordination, transparency, and proactive patching are critical to mitigating risks."

27 Jul 2026 Securing critical infrastructure with Josh Corman

"Cybersecurity faces escalating threats to critical infrastructure, requiring stronger OT security, IT-OT collaboration, proactive threat modeling, and resilience engineering to prevent real-world disasters."

20 Jul 2026 Abandoned open source with Josh Marpet

"Outdated vendor risk management processes, plagued by misrepresented questionnaires and slow vulnerability disclosures, demand faster, proactive security measures and greater transparency in open-source software."

13 Jul 2026 Red Hat's Project Lightwell with Mo Duffy

"Project Lightwell uses AI and open-source collaboration to detect and fix vulnerabilities missed by traditional tools, emphasizing upstream transparency, AI's role in security, and Red Hat's efforts to sustain long-term open-source security through collaboration and patch adoption."

More Open Source Security episodes