← Home

@knpkv/confluence-to-markdown

Sync Confluence Cloud pages to local GitHub Flavored Markdown files

8
Versions
MIT
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures No source commit

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

konopkov

Keywords

effecteffect-tsconfluencemarkdownsyncatlassiandocumentationcligitversion-control

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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 findings
HIGH Missing gitHead — previous versions had it provenance

This version has no gitHead field linking it to a source commit, but previous versions did. This suggests the publish environment changed. Published by: konopkov.

HIGH dll-hijacking-commands: src/commands/auth.ts:21 semgrep

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 | )

HIGH dll-hijacking-commands: src/internal/openBrowser.ts:39 semgrep

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 |

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.1.0

3 findings
HIGH Missing gitHead — previous versions had it provenance

This version has no gitHead field linking it to a source commit, but previous versions did. This suggests the publish environment changed. Published by: konopkov.

HIGH dll-hijacking-commands: src/internal/openBrowser.ts:39 semgrep

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 |

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.7.0

4 findings
HIGH Missing gitHead — previous versions had it provenance

This version has no gitHead field linking it to a source commit, but previous versions did. This suggests the publish environment changed. Published by: konopkov.

HIGH dll-hijacking-commands: src/ConfluenceAuth.ts:211 semgrep

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(

HIGH dll-hijacking-commands: src/commands/auth.ts:21 semgrep

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 | )

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.