registry  /  aiki-cli  /  0.3.2

aiki-cli@0.3.2

Local-first AI model council for code review and idea stress-testing using Claude Code, Codex, and Gemini/Antigravity CLIs. No API keys.

Static Scan Results

scanned 8h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 80 file(s), 684 KB of source, external domains: registry.npmjs.org

Source & flagged code

1 flagged · loading source
dist/orchestration/url-sources.jsView file
1import { createHash } from 'node:crypto'; L2: import { lookup } from 'node:dns/promises'; L3: import { isIP } from 'node:net'; ... L23: } L24: function isPrivateAddress(address) { L25: if (address === '::' || address === '::1') ... L95: const reader = response.body.getReader(); L96: const decoder = new TextDecoder(); L97: let bytes = 0;
High
Cloud Metadata Access

Source reaches cloud instance metadata or link-local credential endpoints.

dist/orchestration/url-sources.jsView on unpkg · L1

Findings

1 High2 Medium5 Low
HighCloud Metadata Accessdist/orchestration/url-sources.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings