Software Supply Chain Security in the AI Era

DevSecOps Live - Practical DevSecOps

09 September 2026

Discussion on DevSecOps Live by Practical DevSecOps on software supply chain security in the AI era β€” how AI-generated code, LLM-assisted development, and expanding dependency trees reshape the way teams need to think about securing their build pipelines and software supply chain.

Key Topics

AI Generated Summary

AI Generated Content Disclaimer

Note: This summary is AI-generated and may contain inaccuracies, errors, or omissions. If you spot any issues, please contact the site owner for corrections. Errors or omissions are unintended.

Anant Shrivastava, information security professional and founder of Cyfinoid Research, joined host Martin on DevSecOps Live β€” Practical DevSecOps’ monthly practitioner webinar β€” to talk about software supply chain security in the AI era. The discussion opens with the uncomfortable irony that the security tools we recommend to builders are themselves getting hacked (Trivy, and before it CCleaner), moves through why open source developers’ unguarded desktops have become the attackers’ preferred entry point, and then examines what AI systems like Mythos genuinely change about vulnerability discovery and exploitation. Anant’s recurring thread is that basics still win: least privilege, outbound firewalls, dependency gateways, reduced attack surface, and β€” above all β€” automated verification suites, which become the deciding capability once AI collapses the “attackers don’t have time to exploit everything” assumption that risk acceptance was built on.

Summary

The easiest target right now is the stuff which we don’t care for and that’s the developer’s desktop… If you see the origination point of it, a token gets leaked either at a developer’s machine or a token gets leaked inside a CI/CD system in a log. β€” Anant Shrivastava

Trusting Dependencies: Philosophy and Practical Firewalls

Least Privilege Beyond the Laptop

Mythos and AI-Driven Vulnerability Discovery

All offensive problems are technical in nature. All defensive problems are political in nature. β€” Halvar Flake, Black Hat Asia 2017, quoted by Anant

“Every Bug Is Exploitable”: Attack Surface and the Open Source Trade-off

SBOM and SLSA: A Beginner’s Tour

Advice for Vibe Coders

Q&A: Risk Acceptance After Mythos

Key Takeaways