@knpkv/confluence-to-markdown
Sync Confluence Cloud pages to local GitHub Flavored Markdown files
Supply chain provenance
Status for the latest visible version.
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
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| dependencies | unvetted-dep:@knpkv/atlassian-common | AI (dependencies): Same-publisher monorepo sibling package, not a third-party unknown dep. | ai | |
| semgrep | semgrep:dll-hijacking-commands | AI (semgrep): Standard cross-platform URL-open fallback (open/xdg-open/rundll32), not hijacking. | ai | |
| phantom-deps | phantom-dep:ajv | AI (phantom-deps): Used indirectly via config/schema validation, not a concern. | ai | |
| phantom-deps | phantom-dep:rehype-remark | AI (phantom-deps): Used via unified pipeline config, not direct import; stable false positive for this package. | ai | |
| phantom-deps | phantom-dep:remark-rehype | AI (phantom-deps): Used via unified pipeline config, not direct import; stable false positive for this package. | ai |
Versions (showing 8 of 8)
| Version | Deps | Published |
|---|---|---|
| 2.0.0 | 10 / 6 | |
| 1.1.0 | 10 / 6 | |
| 0.7.0 | 9 / 6 | |
| 0.6.0 | 10 / 5 | |
| 0.5.0 | 13 / 5 | |
| 0.4.2 | 13 / 5 | |
| 0.4.1 | 13 / 5 | |
| 0.2.0 | 12 / 5 |
v2.0.0
4 findingsThis version has no gitHead field linking it to a source commit, but previous versions did. This suggests the publish environment changed. Published by: konopkov.
DLL side-loading command detected — potential DLL hijacking 19 | return run(ChildProcess.make("open", [url])).pipe( 20 | Effect.catchIf(() => true, () => run(ChildProcess.make("xdg-open", [url]))), > 21 | Effect.catchIf(() => true, () => run(ChildProcess.make("rundll32.exe", ["url.dll,FileProtocolHandler", url]))), 22 | Effect.asVoid 23 | )
DLL side-loading command detected — potential DLL hijacking 37 | run("open", [url]).pipe( 38 | Effect.catch(() => run("xdg-open", [url])), > 39 | Effect.catch(() => run("rundll32.exe", ["url.dll,FileProtocolHandler", url])) 40 | ) 41 |
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v1.1.0
3 findingsThis version has no gitHead field linking it to a source commit, but previous versions did. This suggests the publish environment changed. Published by: konopkov.
DLL side-loading command detected — potential DLL hijacking 37 | run("open", [url]).pipe( 38 | Effect.catch(() => run("xdg-open", [url])), > 39 | Effect.catch(() => run("rundll32.exe", ["url.dll,FileProtocolHandler", url])) 40 | ) 41 |
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.7.0
4 findingsThis version has no gitHead field linking it to a source commit, but previous versions did. This suggests the publish environment changed. Published by: konopkov.
DLL side-loading command detected — potential DLL hijacking 209 | yield* run(ChildProcess.make("open", [url])).pipe( 210 | Effect.catchIf(() => true, () => run(ChildProcess.make("xdg-open", [url]))), > 211 | Effect.catchIf(() => true, () => run(ChildProcess.make("rundll32.exe", ["url.dll,FileProtocolHandler", url]))) 212 | ) 213 | }).pipe(
DLL side-loading command detected — potential DLL hijacking 19 | return run(ChildProcess.make("open", [url])).pipe( 20 | Effect.catchIf(() => true, () => run(ChildProcess.make("xdg-open", [url]))), > 21 | Effect.catchIf(() => true, () => run(ChildProcess.make("rundll32.exe", ["url.dll,FileProtocolHandler", url]))), 22 | Effect.asVoid 23 | )
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.