What problem does it solve?
Forensic dependency & supply-chain audit v1 (Gestalt-Popper). 18-phase deep analysis of everything
the project TRUSTS from third parties: dependency CVE exposure (direct + transitive), outdated and
abandoned packages, license compliance and contamination, lockfile integrity and reproducible builds,
transitive dependency bloat and duplication, typosquatting / dependency-confusion / namespace-takeover
risk, postinstall and lifecycle script auditing, pinned vs floating version policy, SBOM generation
and completeness, registry trust and provenance, bundle exposure (server deps leaking to client),
monorepo workspace hygiene, plus verdict, fix plan, fix execution, re-audit, and build-integrity
safety gate. Answers "Is the supply chain SAFE?" Score /360. Preamble v1.0 compliant.
Complements /secaudit (which owns RUNTIME exploitation of CVEs) — depaudit owns STATIC supply-chain
hygiene, provenance, licensing, and reproducibility. Audit -> Plan -> Fix -> Re-audit.
Use when user says "/depaudit", "dependency audit", "supply chain audit", "audit dependencies",
"is the supply chain safe", "are my packages safe", "outdated packages", "abandoned dependencies",
"license audit", "license compliance", "lockfile integrity", "reproducible build", "typosquatting",
"dependency confusion", "postinstall scripts", "SBOM", "software bill of materials", "audit deps",
"package audit", "vendor audit", "third-party audit".
Core Features & Use Cases
- End-to-end, multi-ecosystem supply-chain audit covering dependencies, lockfiles, and manifests.
- CVE exposure tracing, license compliance checks, and SBOM generation across direct and transitive deps.
- Drift detection, abandonment risk assessment, and postinstall/script-audit of the dependency tree.
- Reproducible-build verification, provenance checks, and a structured fix-plan for remediation.
Quick Start
Initiate the depaudit workflow on your project to perform a full supply-chain audit and generate a remediation plan.