registry  /  lildocs  /  0.1.1

lildocs@0.1.1

A lightweight CLI that turns Markdown docs into a static searchable documentation site.

Static Scan Results

scanned 8d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 8 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 6 file(s), 199 KB of source, external domains: fonts.googleapis.com, github.com, lildocs.local, www.w3.org

Source & flagged code

1 flagged · loading source
dist/cli.mjsView file
994const localThemePath = path.join(options.docsRoot, "theme.ts"); L995: if (await exists(localThemePath)) return { light: validateTheme(await createJiti(pathToFileURL(options.cwd).href).import(localThemePath, { default: true }), localThemePath) }; L996: return {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/cli.mjsView on unpkg · L994

Findings

3 Medium5 Low
MediumDynamic Requiredist/cli.mjs
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License