Skip to content

CI does not enforce the production dependency audit #307

Description

@PathGao

The current PR workflow installs the lockfile and runs type/behavior/Rust tests, but it does not run npm audit --omit=dev. #305 found production Markdown-rendering vulnerabilities that could therefore re-enter a future lockfile unnoticed.

Add a focused PR-workflow step after npm ci that fails on production dependency advisories. Keep dev-only advisories out of this gate so development tooling does not block runtime security fixes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions