Static Scan Results
scanned 12d ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcesrc/poison-guard.mjsView file
98patternName = private_key_rsa
severity = critical
line = 98
matchedText = // varia...---`
Critical
Critical Secret
Package contains a critical-looking secret pattern.
src/poison-guard.mjsView on unpkg · L9898patternName = private_key_rsa
severity = critical
line = 98
matchedText = // varia...---`
Critical
bin/cmk-weekly-curate.mjsView file
28try {
L29: ({ weeklyCurate } = await import(pathToFileURL(weeklyCurateModulePath).href));
L30: ({ HaikuViaAnthropicApi } = await import(pathToFileURL(compressorModulePath).href));
Medium
Dynamic Require
Package source references dynamic require/import behavior.
bin/cmk-weekly-curate.mjsView on unpkg · L28src/register-crons.mjsView file
4// daily-distill bin wrapper runs at 23:00 local time without users
L5: // learning crontab / launchd / schtasks themselves.
L6: //
...
L30:
L31: import { spawnSync } from 'node:child_process';
L32: import { existsSync, mkdirSync, writeFileSync, unlinkSync } from 'node:fs';
...
L56: export function detectPlatform() {
L57: return process.platform; // 'linux' | 'darwin' | 'win32' (other: bsd etc.)
L58: }
...
L70: function macOsPlistPath(entryName) {
L71: return join(homedir(), 'Library', 'LaunchAgents', `com.cmk.${entryName}.plist`);
L72: }
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
src/register-crons.mjsView on unpkg · L4Findings
2 Critical4 Medium5 Low
CriticalCritical Secretsrc/poison-guard.mjs
CriticalSecret Patternsrc/poison-guard.mjs
MediumDynamic Requirebin/cmk-weekly-curate.mjs
MediumEnvironment Vars
MediumInstall Persistencesrc/register-crons.mjs
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings