Static Scan Results
scanned 1d 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcetools/dkk/claude/hooks/session-start-prime.mjsView file
9*/
L10: import { spawnSync } from "node:child_process";
L11:
High
Child Process
Package source references child process execution.
tools/dkk/claude/hooks/session-start-prime.mjsView on unpkg · L9dist/features/agent/commands/update.jsView file
80else {
L81: const childArgs = buildReExecArgs(opts);
L82: const child = spawnSync(newDkk, ["update", "--post-upgrade", ...childArgs], {
High
Shell
Package source references shell execution.
dist/features/agent/commands/update.jsView on unpkg · L80dist/features/federation/tests/git-fetcher.test.jsView file
123const cliEntry = join(process.cwd(), "src", "cli.ts");
L124: const pullResult = spawnSync("npx", ["tsx", cliEntry, "pull", "--root", LOCAL, "--json"], { encoding: "utf-8" });
L125: if (pullResult.status !== 0) {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/features/federation/tests/git-fetcher.test.jsView on unpkg · L123Findings
3 High3 Medium5 Low
HighChild Processtools/dkk/claude/hooks/session-start-prime.mjs
HighShelldist/features/agent/commands/update.js
HighRuntime Package Installdist/features/federation/tests/git-fetcher.test.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings