Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 8 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Static reason
One or more suspicious static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/man/renderer.jsView file
9import { convert as adoc_convert } from "asciidoctor";
L10: import { exec } from "child_process";
L11: import os from "os";
High
Child Process
Package source references child process execution.
dist/man/renderer.jsView on unpkg · L9dist/path/pathCommand.jsView file
166return new Promise((resolve, reject) => {
L167: execFile("npx", ["mmdc", "-i", inputFile, "-o", outputFile], (error) => {
L168: if (error) {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/path/pathCommand.jsView on unpkg · L166Findings
3 High1 Medium4 Low
HighChild Processdist/man/renderer.js
HighShell
HighRuntime Package Installdist/path/pathCommand.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings