Static Scan Results
scanned 15h ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 6 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
Source & flagged code
2 flagged · loading sourcehooks/session-start.mjsView file
77for (const p of [join(SCRIPT_DIR, "resolve.mjs"), join(SCRIPT_DIR, "..", "scripts", "resolve.mjs")]) {
L78: if (existsSync(p)) return import(pathToFileURL(p).href);
L79: }
Medium
Dynamic Require
Package source references dynamic require/import behavior.
hooks/session-start.mjsView on unpkg · L77skills/infrastructure-as-code/references/iac-patterns.mdView file
146patternName = generic_password
severity = medium
line = 146
matchedText = password...123"
Medium
Secret Pattern
Hardcoded password in skills/infrastructure-as-code/references/iac-patterns.md
skills/infrastructure-as-code/references/iac-patterns.mdView on unpkg · L146Findings
3 Medium3 Low
MediumDynamic Requirehooks/session-start.mjs
MediumEnvironment Vars
MediumSecret Patternskills/infrastructure-as-code/references/iac-patterns.md
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem