Security Center
Security Center lives under Security in the dashboard. Admins with policies:manage see open npm vulnerabilities across published applications, grouped by app, prioritized by severity, and refreshed as new advisories appear.What it shows

The table lists only apps that need attention. Apps with no open vulnerabilities are left out, so an empty table means your published fleet is clean. Each listed app carries one of two statuses:
For Unresolved apps, use Fix with Clark or Unpublish. For Needs review, treat the app as unverified: commit a lockfile (or otherwise pin exact versions) and republish so Superblocks can match advisories against real installed versions.
Search by app name, package, or CVE / advisory ID. Filter by severity. A Low confidence badge marks findings where Superblocks could not pin an exact version (for example, no lockfile, so the minimum of the declared range was used).
What is scanned
- Scope: Published applications with a deployed commit
- Packages: Dependencies from the deployed commit (
package.jsonplus lockfile-resolved versions when available) - Ecosystem: npm
- Advisory source: OSV npm feed
- Detector: Superblocks Package Scanner
Fix with Clark
From Security Center, click Fix with Clark on an app or an individual advisory:- The app opens in the editor with a pre-built remediation prompt
- Clark upgrades vulnerable packages to safe versions and keeps the app building
- Publish (or redeploy) so the deployed package index updates
- Security Center reflects the remediated packages on the next scan

