nodent-runtime
Runtime component of nodent
5
Versions
MIT
License
Yes
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
matatbread
Keywords
nodentruntimeasuncawaites7
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| install-scripts | install-script:install | AI (install-scripts): install script runs 'node build.js', a standard compile step for this async/await transpiler runtime. No network access or shell injection involved. | ai | |
| semgrep | semgrep:new-function-constructor | AI (semgrep): new Function() is a core, expected pattern in nodent-runtime — it is a transpiler runtime that must dynamically construct async/await polyfill functions by design. | ai |