@ladybugdb/core
An in-process property graph database management system built for query speed and scalability.
Supply chain provenance
Status for the latest visible version.
Maintainers
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| provenance | publisher-changed | AI (provenance): Transition to GitHub Actions publisher with SLSA provenance; consistent with CI/CD automation adoption. | ai | |
| phantom-deps | phantom-dep:apache-arrow | AI (phantom-deps): Declared dep may be used indirectly or in config; phantom-dep heuristic is unreliable for this package. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): env spread is in build/install script to pass env to cmake-js compilation; not exfiltrating secrets. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process used in install.js to invoke cmake-js build; expected for native addon compilation. | ai | |
| typosquat | typosquat.levenshtein:cors | AI (typosquat): @ladybugdb/core is a scoped package for a graph DB; not a typosquat of cors. | ai | |
| phantom-deps | phantom-dep:cmake-js | AI (phantom-deps): cmake-js is invoked via child_process in install.js, not imported directly; stable false positive. | ai | |
| phantom-deps | phantom-dep:node-addon-api | AI (phantom-deps): node-addon-api is a C++ header-only dep used at compile time, not imported in JS; stable false positive. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require loads own package.json to derive sub-package name; not arbitrary module loading. | ai | |
| install-scripts | install-script:install | AI (install-scripts): Native addon fetching prebuilt platform binaries via optional sub-packages; standard pattern. | ai |
Versions (showing 4 of 4)
| Version | Deps | Published |
|---|---|---|
| 0.17.0 | 3 / 3 | |
| 0.16.0 | 2 / 3 | |
| 0.15.4 | 2 / 3 | |
| 0.15.3 | 2 / 3 |
v0.17.0
2 findingsThis version was published by a different npm account than previous versions on 2026-05-29. This could indicate a legitimate maintainer transition or an account compromise.
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.16.0
4 findingsScript: node install.js
Package name '@ladybugdb/core' is 1 edit(s) away from popular package 'cors'.
Spreading entire process.env into an object — may capture all secrets 112 | // Build the Lbug source code 113 | console.log("Building Lbug source code..."); > 114 | const env = { ...process.env }; 115 | if (externalLbugSourceDir) { 116 | env.LBUG_SOURCE_DIR = externalLbugSourceDir;
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.15.4
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.15.3
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.