Website-Pflichtencheckby Jurono
SecurityCodeMaintenanceTechnicalWebsite

Could You Identify a Vulnerable Website Dependency Today?

Why npm audit alone is not a supply-chain strategy, and how lockfiles, dependency review, and a lightweight SBOM inventory improve incident response.

By Jurono
Updated: July 16, 2026

A new vulnerability is disclosed. Your client asks: Are we affected?

How long would it take to produce a reliable answer? Five minutes, half a day, or until somebody finds the developer who set up the project two years ago?

Modern websites contain far more than code written by the current team. Frameworks, build tools, CMS extensions, SDKs, container base images, and transitive packages form a software supply chain. Without a record of what is actually running, a straightforward security question becomes an inventory exercise under pressure.

The myth: “We already run npm audit”

npm audit is useful. It checks dependencies against known vulnerability data and can provide actionable findings. But one command does not automatically answer the operational questions that matter:

  • Which version is actually deployed in production?
  • Is the affected package only used during development or shipped with the product?
  • Are several applications using different lockfiles?
  • Does the container include a vulnerable operating-system package too?
  • Who decides whether a finding is exploitable in this application?
  • Where is the reason for postponing an update documented?

A scanner provides signals. It does not replace an inventory or a decision process.

We have a lockfile. Is that enough?

A maintained lockfile matters because it records reproducible dependency versions. Blind spots still remain:

  • The lockfile changed, but production is running an older build.
  • Multiple package managers or workspaces are not captured consistently.
  • Container and operating-system packages are missing.
  • Runtime scripts, plugins, or CDN resources are not represented.
  • An update removes one vulnerability while introducing a new transitive dependency.

The unit that ultimately matters is not merely the repository. It is the artifact that was actually released.

What a lightweight dependency inventory should do

Most website and SaaS teams do not need a heavyweight enterprise programme to improve visibility. A small automated process can cover the essentials:

  1. Commit lockfiles consistently. Builds should fail when the expected lockfile is missing or ignored.
  2. Make dependency changes visible in pull requests. GitHub Dependency Review can show newly introduced or changed dependencies and known vulnerabilities during review.
  3. Generate a machine-readable inventory for releases. A Software Bill of Materials, or SBOM, records components and relationships in a standardized format. CISA presents SBOMs as a building block for software supply-chain transparency.
  4. Connect the artifact to its inventory. Store the release ID, commit, image digest, and SBOM together.
  5. Prioritize findings in context. Severity alone is not enough. Consider reachability, public exposure, available exploits, and existing mitigations.
  6. Give exceptions an owner and an expiry date. “Update later” is not a process when nobody is responsible.

Quick check: is the project incident-ready?

Answer these questions for your most important website or application:

  • Can you map the production version to a commit and build?
  • Do you know which lockfile was used for that build?
  • Are new dependencies reviewed explicitly?
  • Do you inventory direct and transitive packages?
  • Are container and system components included?
  • Can you search for a CVE or package and identify affected deployments?
  • Is there a named owner and response target?
  • After remediation, do you verify that the vulnerable component is gone from the released artifact?

Several “no” answers do not necessarily mean you need another security product. They usually mean the connection between source, build, deployment, and ownership is incomplete.

What Website-Pflichtencheck would review

A technical supply-chain review should not stop at counting red alerts. It should examine lockfile discipline, update workflows, dependency review, reproducible builds, container base images, release traceability, scanner configuration, exception handling, and whether a finding can be followed all the way to production.

This is especially relevant after an agency change, in older projects, after a framework migration, or when several websites share internal packages and images.

The important question is not whether your software has dependencies. It is whether you can find and assess them quickly when it matters. If the answer still depends on memory and manual investigation, review the website and its delivery chain before the next critical advisory sets the schedule.

Jurono logo

Jurono

Technical website audits, website fixes, and AI code rescue for small businesses, practices, law firms, and founders in Germany.

Get our free security checklist before you go.

Download free PDF

Want a first signal in 30 seconds? Run the free website quick test.

Get website notes by email

One short technical note every two weeks. No spam, no sales pitch.

Matching offers

Move forward directly

Based on the topics in this article — without a long search.

Manual Website Check

When nobody is sure which scripts, cookie signals, or technical risks are currently running on the site.

249

Manual technical first assessment and clear priorities within two business days.

  • Quickly see whether tracking, cookies, external services, or HTTPS look suspicious
  • Mobile, load time, and technical issues explained in plain language
  • The most important points in a short priority list
Secure Manual Website Check

Technical Website Audit

When the website matters, but nobody knows which visible required areas, technical risks, and fixes actually have priority.

549

Audit, assessment, and concrete action plan within 3-5 business days.

  • Everything from the manual website check, assessed and documented in more depth
  • Concrete findings for cookie, tracking, and external service signals
  • Visible required areas checked technically, without legal advice
Continue with Technical Website Audit

Website Protection & Maintenance

For small businesses without an internal web team that need ongoing technical calm instead of occasional emergencies.

279/month

Monthly technical support after a short onboarding check.

  • Updates and backups supported in a controlled way depending on system access
  • Monthly short check for new technical findings
  • Up to 90 minutes of small changes or fixes per month
A good fit: Website Protection & Maintenance

Get clarity before you commit to fixes.

Start with a technical check. If the findings are minor, you can stop there, hand the report to your existing team, or book targeted fixes later.

Technical audit and implementation, not legal advice. I check visible signals, integrations, and delivery issues; legal texts and binding legal assessments remain the work of lawyers or privacy consultants.

Could You Identify a Vulnerable Website Dependency Today?