LICENSE
README.md
pyproject.toml
setup.py
depshieldx/__init__.py
depshieldx/artifact_analysis.py
depshieldx/cache.py
depshieldx/input_sources.py
depshieldx/npm_lockfiles.py
depshieldx/npm_registry.py
depshieldx/provenance.py
depshieldx/receipts.py
depshieldx/resolver.py
depshieldx/routing.py
depshieldx/runtime.py
depshieldx/sandbox.py
depshieldx/sandbox_wrapper.py
depshieldx/sandbox_wrapper_npm.js
depshieldx/scanner.py
depshieldx/trivy.py
depshieldx.egg-info/PKG-INFO
depshieldx.egg-info/SOURCES.txt
depshieldx.egg-info/dependency_links.txt
depshieldx.egg-info/entry_points.txt
depshieldx.egg-info/requires.txt
depshieldx.egg-info/top_level.txt
depshieldx/cli/__init__.py
depshieldx/cli/__main__.py
depshieldx/cli/app.py
depshieldx/cli/engine.py
depshieldx/cli/output.py
depshieldx/cli/prerequisites.py
depshieldx/cli/report.py
depshieldx/cli/commands/__init__.py
depshieldx/cli/commands/install.py
depshieldx/cli/commands/receipts.py
depshieldx/cli/commands/routing.py
depshieldx/cli/commands/scan.py
depshieldx/cli/commands/ui.py
depshieldx/cli/commands/uninstall.py
depshieldx/docker/npm_sandbox.Dockerfile
depshieldx/ecosystems/__init__.py
depshieldx/ecosystems/base.py
depshieldx/ecosystems/npm.py
depshieldx/ecosystems/pypi.py
depshieldx/ecosystems/registry.py
depshieldx/intelligence/__init__.py
depshieldx/intelligence/cisa_kev.py
depshieldx/intelligence/common.py
depshieldx/intelligence/deps_dev.py
depshieldx/intelligence/github_advisories.py
depshieldx/intelligence/local_feed.py
depshieldx/intelligence/models.py
depshieldx/intelligence/orchestrator.py
depshieldx/intelligence/osv.py
depshieldx/presentation/__init__.py
depshieldx/presentation/web/__init__.py
depshieldx/presentation/web/payloads.py
depshieldx/presentation/web/server.py
depshieldx/presentation/web/templates/dashboard.html
tests/test_artifact_analysis.py
tests/test_cache.py
tests/test_cli.py
tests/test_cli_npm_dispatch.py
tests/test_cli_npm_routing.py
tests/test_cve_sources.py
tests/test_ecosystems_npm.py
tests/test_fixture_packages.py
tests/test_input_sources.py
tests/test_npm_lockfiles.py
tests/test_npm_registry.py
tests/test_provenance.py
tests/test_receipts.py
tests/test_report_schema.py
tests/test_resolver_and_typosquat.py
tests/test_routing.py
tests/test_runtime.py
tests/test_sandbox.py
tests/test_scanner.py
tests/test_threat_intel.py
tests/test_trivy.py
tests/test_ui.py