registry  /  @pepps233/mendr  /  0.4.0

@pepps233/mendr@0.4.0

Autonomous pull request review agent CLI.

Static Scan Results

scanned 2h 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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 113 KB of source, external domains: github.com, registry.npmjs.org

Source & flagged code

1 flagged · loading source
dist/cli.jsView file
31// src/cli.ts L32: import { spawn as spawn2 } from "child_process"; L33: import { realpathSync } from "fs"; ... L47: var require2 = createRequire(import.meta.url); L48: var manifest = require2("../package.json"); L49: var promptStateFile = "version-check.json"; ... L87: async function maybePromptForMendrUpgrade(options = {}) { L88: const env = options.env ?? process.env; L89: if (isUpdateCheckDisabled(env)) { ... L92: const input = options.input ?? process.stdin; L93: const output = options.output ?? process.stderr; L94: if (!isInteractive(input, output)) {
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/cli.jsView on unpkg · L31

Findings

1 High2 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/cli.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings