More The Secure Disclosure episodes

Tearing Down Vendor Fluff: The Real State of AI Security | James Berthoty thumbnail

Tearing Down Vendor Fluff: The Real State of AI Security | James Berthoty

Published 19 Aug 2026

Duration: 00:36:31

"AI's rapid adoption in cybersecurity, driven by executive pressure and fear of obsolescence, contrasts with slower cloud security uptake, as vendors overpromise solutions while breaches persist; AI both enables attacks (like supply chain malware) and enhances defenses, reshaping security roles and workflows, with governance and real-world gaps (e.g., Hugging Face breach) remaining critical."

Episode Description

n the era of rapid AI adoption, is it time for security teams to rethink their entire AppSec stack and throw away traditional SAST and SCA scanners?In...

Overview

The podcast discusses the evolving role of AI in cybersecurity, highlighting both its risks and benefits. AI is increasingly being used by attackers to generate malicious code and exploit vulnerabilities, lowering the barrier to entry for cyberattacks, particularly in supply chains. At the same time, defenders are leveraging AI for tasks like automated patching, threat detection, and AI-driven penetration testing. The discussion emphasizes that while AI enhances offensive capabilities - enabling attacks previously limited to nation-state actors - it also empowers blue teams to respond more efficiently and at scale.

A major theme is the challenge of integrating AI into existing security frameworks without neglecting foundational practices. Traditional tools like SAST and SCA scanners are being questioned as AI enables more proactive security approaches, such as embedding threat modeling directly into development workflows. However, organizations face trade-offs depending on size and regulatory environment, with large enterprises often unable to fully abandon legacy compliance processes. The conversation also explores unintended risks from AI agents, including accidental damage due to misconfiguration or uncontrolled actions, underscoring the need for governance, guardrails, and better input validation in AI-augmented environments.

The podcast further examines critical issues like exposed secrets, with data showing a significant number of credentials appearing on developer machines - often introduced by AI coding assistants. Real-world incidents, such as the exposure of a NASA Slack API key, illustrate how easily sensitive information can be leaked, prompting new tools and monitoring strategies. Other topics include the difficulty of securing CI/CD pipelines and open-source dependencies, the limitations of current runtime detection methods, and ongoing debates around dependency management and secrets handling. Ultimately, the discussion calls for a balanced approach: embracing AI's potential while maintaining core security hygiene and addressing emerging threats through both technical and organizational measures.

What If

  • What if you audited your AI-generated code for secrets daily?

    • Move: Set up a local script using open-source tools like TruffleHog or GitGuardian to scan your recent commits and .env files for secrets, focusing on outputs from AI coding assistants (e.g., GitHub Copilot, Cursor).
    • Why Now?: AI agents are non-deterministic and have been shown to insert valid credentials into code 45% of the time; developer machines already contain 50x more exposed secrets than public repos.
    • Expected Upside: Catch credential leaks before they reach CI/CD or production, reducing breach risk and avoiding post-incident tooling debt.
  • What if you replaced reactive SAST scanning with proactive threat modeling in your AI-assisted workflow?

    • Move: Before writing any new feature with an AI coder, define one security control (e.g., use of prepared statements for SQL) and prompt the AI to enforce it in all generated code.
    • Why Now?: SQL injection has been solved since 1997, yet remains common due to new frameworks and AI regenerating unsafe patterns; shifting left prevents recurring vulnerabilities.
    • Expected Upside: Reduce dependency on legacy scanners, eliminate entire classes of bugs at generation time, and build audit-ready security rationale for each feature.
  • What if you simulated AI-powered attacks on your own infrastructure weekly?

    • Move: Use an open-source AI pentesting framework (e.g., AutoGPT + custom attack plugins) to run automated scans against your staging environment for misconfigurations, exposed endpoints, or supply chain risks.
    • Why Now?: AI lowers the barrier for attackers to conduct nation-state-level campaigns; real incidents like XZutils show that subtle, persistent threats go undetected by traditional tools.
    • Expected Upside: Discover critical runtime flaws (e.g., Kubernetes misconfigs, NPM package compromises) before adversaries do, while building defensible proof-of-concept mitigations.

Takeaway

  • Audit and secure developer environments regularly, focusing on endpoints and CI/CD pipelines, since AI agents are increasingly placing secrets in code and local machines.
  • Implement strict secrets management policies by avoiding .env files in repositories and using automated tools to detect and rotate exposed credentials, especially those generated by AI coding assistants.
  • Shift from reactive scanning (e.g., SAST/SCA) to proactive threat modeling in development workflows, integrating security rules directly into AI-assisted coding processes to prevent vulnerabilities like SQL injection at the source.
  • Evaluate AI-powered security tools based on actual breach prevention capabilities rather than marketing claims, prioritizing solutions that enforce runtime detection and cloud misconfiguration monitoring.
  • Monitor supply chain risks actively by pinning dependencies and auditing third-party packages, particularly NPM and open-source libraries, using behavioral analysis to detect anomalies indicative of compromise.

Recent Episodes of The Secure Disclosure

14 Jul 2026 How to Stop Supply Chain Attacks Without Destroying Developer Productivity

"Cybersecurity threats, especially supply chain attacks on developers and open-source packages, demand balanced mitigation strategies, AI-driven security challenges, and early integration of security in development, with collaboration and adaptability key to addressing evolving risks."

1 Jul 2026 Solving the Supply Chain Security & Malware Crisis w/John Amaral

Escalating software supply chain threats target open-source ecosystems through credential exploitation, AI-fueled malware, and upstream compromises, with challenges in dependency management and outdated libraries driving AI-driven remediation strategies like automated patching and version pinning, though human oversight remains critical for validating fixes.

16 Jun 2026 Your Microphone Became a Keylogger w/ David vonThenen

Machine learning analyzes keystroke acoustic signatures to infer typed characters over remote platforms, highlighting high accuracy with known keyboards, privacy risks from surveillance, and challenges in noise and variability, while proposing defenses and noting AI's dual-use implications.

More The Secure Disclosure episodes