registry  /  domain-knowledge-kit  /  0.5.0

domain-knowledge-kit@0.5.0

Domain Knowledge Pack — YAML + ADR links + deterministic search + generated docs

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 83 file(s), 644 KB of source, external domains: example.com

Source & flagged code

3 flagged · loading source
tools/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 · L9
dist/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 · L80
dist/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 · L123

Findings

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