Static Scan Results
scanned 2d ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcescripts/setup-archon.shView file
417patternName = generic_password
severity = medium
line = 417
matchedText = escaped_...}")"
Medium
Secret Pattern
Package contains a possible secret pattern.
scripts/setup-archon.shView on unpkg · L417•path = scripts/setup-archon.sh
kind = build_helper
sizeBytes = 14995
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/setup-archon.shView on unpkgdist/review.jsView file
55const resolvedPath = path.isAbsolute(adapterModulePath) ? adapterModulePath : path.resolve(cwd, adapterModulePath);
L56: const adapterModule = await import(pathToFileURL(resolvedPath).href);
L57: const availableBackends = adapterModule.reviewIdentityAdapters && typeof adapterModule.reviewIdentityAdapters === "object" && !Array.isArray(adapterModule.reviewIdentityAdapters) ?...
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/review.jsView on unpkg · L55dist/runtime/repo-markdown-indexer.jsView file
183sourceAnchor: section.sourceAnchor,
L184: metadata: buildArtifactMetadata(input.relativePath, chunkIndex),
L185: createdAt: (/* @__PURE__ */ new Date()).toISOString()
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/runtime/repo-markdown-indexer.jsView on unpkg · L183Findings
6 Medium6 Low
MediumSecret Patternscripts/setup-archon.sh
MediumDynamic Requiredist/review.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperscripts/setup-archon.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/runtime/repo-markdown-indexer.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings