- CTF (Capture the Flag)
- A cybersecurity competition where participants solve hacking challenges to capture a 'flag' (usually a secret string); used by AI labs as structured training environments for reinforcement learning.
- SQL injection
- A cyberattack technique where malicious SQL code is inserted into an input field to manipulate a database, often to gain unauthorized data access.
- Supply chain attack
- An attack that targets a software dependency — like a widely used open-source package — rather than the end target directly, allowing malware to spread to every downstream user.
- Zero-day vulnerability
- A previously unknown software flaw with no available patch, giving attackers an immediate window to exploit before defenders can respond.
- Typosquatting
- Registering a package or domain name that closely resembles a legitimate one to trick users or automated systems into downloading malicious content instead.
- npm
- Node Package Manager — the largest software package registry for JavaScript, hosting millions of open-source packages widely used in web development.
- EDR (Endpoint Detection and Response)
- Security software that monitors endpoints (laptops, servers) for suspicious activity and responds to threats; discussed in the episode as ineffective against prompt-based malware payloads.
- CI/CD
- Continuous Integration / Continuous Deployment — automated pipelines that build, test, and release software; relevant because npm's planned 2FA requirement would break most of these pipelines.
- Vibe-coding
- Informal term for using AI code generation tools to write software without deep programming expertise; in this episode, used to describe AI-generated malware authored by threat actors.
- Non-human identity (NHI)
- Machine accounts, API keys, and service credentials used by software systems and AI agents rather than human users; an emerging area of identity and secrets management.
- TruffleHog
- An open-source credential-scanning tool developed by Truffle Security that searches codebases, training data, and filesystems for exposed API keys and secrets.
- Post-install hook
- A script that runs automatically when a software package is installed; attackers abuse these to execute malicious code the moment a developer installs a compromised package.
- Reinforcement learning
- An AI training paradigm where a model receives rewards for desired behaviors and penalties for undesired ones; cybersecurity's clear success/failure signal makes it an ideal RL domain.
- PII (Personally Identifiable Information)
- Data that can identify a specific individual, such as names, addresses, or social security numbers; a key target in data breaches.
- Path of least resistance
- Security jargon for the easiest route an attacker takes to achieve a goal; in this episode, used specifically to describe how AI models prefer stolen credentials over complex exploits.
- Fissile material
- Radioactive material capable of sustaining a nuclear chain reaction; used by Dylan Ayrey to contrast AI-enabled hacking (no physical barrier) with nuclear weapons development (requires scarce physical inputs).
- Universal hallucination
- A shared error across all frontier AI models where they consistently assume certain non-existent packages exist, creating a predictable and exploitable attack surface for supply chain attacks.