@tekir/bodyparser
Multipart form and file upload parsing middleware
Supply chain provenance
Status for the latest visible version.
Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:etc-passwd-access | AI (semgrep): Fired on a comment describing path traversal mitigation, not actual /etc/passwd access. Stable false positive for this package. | ai | |
| typosquat | typosquat.levenshtein:body-parser | AI (typosquat): Scoped @tekir package in its own framework monorepo; name similarity to body-parser is incidental, not impersonation. | ai | |
| typosquat | typosquat.pattern:body-parser | AI (typosquat): Same rationale: @tekir namespace clearly distinguishes this from body-parser; pattern match is a false positive. | ai |
Versions (showing 5 of 5)
| Version | Deps | Published |
|---|---|---|
| 0.1.4 | 2 / 0 | |
| 0.1.3 | 2 / 0 | |
| 0.1.2 | 2 / 0 | |
| 0.1.1 | 2 / 0 | |
| 0.1.0 | 2 / 0 |
v0.1.4
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 95 | // Strip any path separators a user-supplied `tmpFileName()` might 96 | // return so a malicious or buggy hook can't write outside `tmpDir` > 97 | // (`../../etc/passwd`, absolute paths, etc.). We then double-check 98 | // the resolved final path stays under `tmpDirAbs`. 99 | const raw = config?.tmpFileName ? config.tmpFileName() : `${crypto.randomUUID()}.${uploaded.extname}`
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.1.3
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.1.2
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.1.1
3 findingsPackage name '@tekir/bodyparser' is 1 edit(s) away from popular package 'body-parser'.
Package name '@tekir/bodyparser' matches a known typosquatting pattern (hyphen swap, prefix/suffix) of 'body-parser'.
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.