registry  /  kalamu  /  0.3.0

kalamu@0.3.0

Repo-local outliner for turning developer thoughts into agent-ready tasks

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessCryptoFilesystemNetworkShell
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 534 KB of source, external domains: 127.0.0.1, developer.mozilla.org, developers.cloudflare.com, hono.dev, svelte.dev, www.w3.org

Source & flagged code

3 flagged · loading source
dist/index.jsView file
1207var EventEmitter = __require("events").EventEmitter; L1208: var childProcess = __require("child_process"); L1209: var path = __require("path");
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L1207
2060} L2061: const execArgv = process2.execArgv ?? []; L2062: if (execArgv.includes("-e") || execArgv.includes("--eval") || execArgv.includes("-p") || execArgv.includes("--print")) {
High
Shell

Package source references shell execution.

dist/index.jsView on unpkg · L2060
11730console.log(`Handing off to skills.sh (npx skills add ${SKILL_REPO}) \u2014 it will ask which agents to install for.`); L11731: const result = spawnSync("npx", ["skills", "add", SKILL_REPO], { stdio: "inherit" }); L11732: if (result.error) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L11730

Findings

3 High2 Medium4 Low
HighChild Processdist/index.js
HighShelldist/index.js
HighRuntime Package Installdist/index.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings