More Open Source Security episodes

Abandoned open source with Josh Marpet thumbnail

Abandoned open source with Josh Marpet

Published 20 Jul 2026

Duration: 34:16

"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."

Episode Description

Josh welcomes Josh Marpet for a discussion about abandoned open source packages. Josh Marpet has a foundation called Value Chain Risk Institute that h...

Overview

The podcast discusses critical challenges in vendor risk management and open-source software security. Current practices, such as relying on repetitive and outdated questionnaires, are criticized for being inefficient and ineffective, especially in a rapidly evolving threat landscape. The discussion highlights how AI accelerates the discovery of vulnerabilities, making traditional, slow processes inadequate. A major focus is on the importance of monitoring code repositories for fixes rather than waiting for CVEs, which are often delayed and lack context. The research analyzed thousands of open-source packages across multiple ecosystems, revealing widespread issues with abandoned but still widely used software, misleading versioning, and insufficient definitions for maintenance status.

Further exploration centers on the evolving role of developers, who increasingly assemble software from third-party components, leading to complex dependency chains that expand the attack surface. Tools like SBOM (Software Bill of Materials) and VEX (Vulnerability Exploitability eXchange) are presented as essential for tracking and contextualizing risks. The conversation emphasizes the need for context-aware vulnerability prioritization - distinguishing critical, exploitable flaws from irrelevant ones - especially as compliance standards shift toward risk-based models. Additionally, the discussion touches on emerging efforts to assess maintainer trustworthiness through behavioral analytics and a proposed scoring system (Beacon Score), aiming to improve transparency and security in the software supply chain.

What If

  • What if you treated every open-source dependency as a potential breach vector?

    • Move: Audit your top 10 most-used third-party packages quarterly using SBOM tools (like Syft or Dependency-Track), flag any with no updates in 700+ days, and contact maintainers or fork if needed.
    • Why Now?: With AI enabling exploit generation in under 15 minutes post-patch, and abandoned packages sitting silently in production, the window for passive reliance on community maintenance is closing.
    • Expected Upside: Reduce risk of supply chain compromise by 60%+ in critical systems; avoid being caught in mass exploits targeting unmaintained but widely used libraries.
  • What if you automated vulnerability triage using AI to filter signal from noise?

    • Move: Implement a script that ingests weekly CVE feeds, cross-references them with your SBOM, checks VEX data or reachability, and flags only the ~3 truly critical fixes using LLM-based context evaluation (e.g., "Is this path exploitable?").
    • Why Now?: Over 10,000 patches land weekly, but <0.1% matter to most systems. Manual triage is unsustainable; AI can now parse exploit context faster than human teams.
    • Expected Upside: Cut patch management time by 80%, free up dev hours, and shift focus from noise to actual threats - aligning with FedRAMP 20X-style compliance efficiency.
  • What if you started treating your role as a problem validator instead of a code writer?

    • Move: For your next feature, define the problem in a spec document, generate the code via LLM, then spend 80% of your effort testing, securing, and stress-testing the output (for logic errors, injection risks, dependency health).
    • Why Now?: Developers are now "Legos assemblers" relying on ~17,000 libraries per product. The highest leverage act is no longer coding - it's validation, especially as AI-generated exploits rise in parallel with LLM-written code.
    • Expected Upside: Ship features 2 - 3x faster with higher security confidence, positioning your solo operation to scale output without adding team members.

Takeaway

  • Monitor security fixes in open-source dependencies in real time by tracking version control repositories, not relying solely on delayed CVE disclosures.
  • Implement a Software Bill of Materials (SBOM) for every product to maintain visibility into all third-party components and enable targeted vulnerability response.
  • Use context-aware prioritization (e.g., reachability analysis) to filter the thousands of weekly vulnerabilities down to only those that actually impact your deployed systems.
  • Adopt AI-assisted code review and testing workflows to quickly validate security and correctness of LLM-generated code as development increasingly shifts to AI collaboration.
  • Evaluate and score third-party vendors and open-source maintainers based on activity, update frequency, and behavioral anomalies to proactively manage supply chain risk.

Recent Episodes of Open Source Security

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."

29 Jun 2026 AIBOM, CBOM, and HBOM with Allan Friedman

The evolution of Software Bill of Materials (SBOM) beyond manufacturing into cryptographic, hardware, and AI domains faces challenges in unified integration, compliance, tooling, and dependency tracking, requiring open-source collaboration, standardized frameworks, and adaptive policies to meet industry demands in procurement and risk management.

22 Jun 2026 Packagist and Composer security with Jordi Boggiano

Strategies for securing open-source ecosystems include malware detection via third-party feeds, transparency logs, rapid incident response, blocking malicious downloads, private registry controls, immutable package releases, standardized workflows, MFA enforcement, and technical proposals like artifact validation and build attestation, while addressing challenges like maintainer hacking, AI risks, usability trade-offs, and the need for ecosystem-wide alignment and human verification.

15 Jun 2026 Sustaining Open VSX with Mike and Thabang

Eclipse Foundation's OpenVSX, a VS Code extension repository, surged to 600M monthly downloads, evolved to a commercial model with enterprise SLAs and security teams, while addressing scalability, open-source balance, and funding challenges for AI expansion.

8 Jun 2026 Hacking your CI/CD with Francois Proulx

Critical vulnerabilities in open source CI/CD pipelines, including hijacking and supply chain attacks via social engineering or compromised builds, are highlighted through incidents like TJ Actions and Ultralytics, with mitigation strategies emphasizing secure credentials, externalized workflows, threat modeling, and tools like *Smoked Meat* and *Bagel* to enhance incident response and supply chain security.

More Open Source Security episodes