registry  /  i-repo  /  2.24.0

i-repo@2.24.0

Modern CLI for ConMas i-Reporter - Built for humans and AI

Static Scan Results

scanned 4h ago · by rust-scanner

Static analysis flagged 14 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 141 file(s), 823 KB of source, external domains: your-server.example.com

Source & flagged code

6 flagged · loading source
dist/i18n/locales/en.jsView file
41patternName = generic_password severity = medium line = 41 matchedText = password...d:",
Medium
Secret Pattern

Package contains a possible secret pattern.

dist/i18n/locales/en.jsView on unpkg · L41
dist/ink/screens/UpdateCheckScreen.jsView file
3import { Box, Text, useInput } from "ink"; L4: import { exec } from "node:child_process"; L5: import { colors, icons } from "../theme.js";
High
Child Process

Package source references child process execution.

dist/ink/screens/UpdateCheckScreen.jsView on unpkg · L3
dist/plugins/dispatch.jsView file
362// Windows .cmd/.bat shims (e.g. npm-installed plugins) cannot be executed L363: // directly by spawn() — Node requires cmd.exe for batch files. We invoke L364: // cmd.exe explicitly with an argv list (NOT shell:true) so Node performs the
High
Shell

Package source references shell execution.

dist/plugins/dispatch.jsView on unpkg · L362
scripts/check-adc.mjsView file
494conformTenant("elastic", "elastic", ["--url", url, "--index", tIndex], ["--url", url, "--index", tIndex]); L495: } finally { await fetch(`${url}/${tIndex}`, { method: "DELETE" }).catch(() => {}); } L496: } catch (e) { ng("elastic ハーネス例外", String(e?.message || e)); } ... L503: console.log("\n[bigquery] C3〜C9(opt-in)"); L504: const bqProject = process.env.GEMBA_ADC_BQ_PROJECT; L505: const bqDataset = process.env.GEMBA_ADC_BQ_DATASET; ... L507: const bqUp = !FAST && bqProject && bqDataset && L508: spawnSync("bq", ["version"], { encoding: "utf8" }).status === 0; L509: if (bqUp) {
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

scripts/check-adc.mjsView on unpkg · L494
matchType = previous_version_dangerous_delta matchedPackage = i-repo@2.22.0 matchedIdentity = npm:aS1yZXBv:2.22.0 similarity = 0.950 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

scripts/check-adc.mjsView on unpkg
plugins/install.shView file
path = plugins/install.sh kind = build_helper sizeBytes = 4000 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

plugins/install.shView on unpkg

Findings

4 High5 Medium5 Low
HighChild Processdist/ink/screens/UpdateCheckScreen.js
HighShelldist/plugins/dispatch.js
HighSame File Env Network Executionscripts/check-adc.mjs
HighPrevious Version Dangerous Deltascripts/check-adc.mjs
MediumSecret Patterndist/i18n/locales/en.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperplugins/install.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings