registry  /  @humanbased/crosscheck  /  1.0.0

@humanbased/crosscheck@1.0.0

AI code review pipeline that turns agent-written PRs into merge-ready patches

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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 67 file(s), 686 KB of source, external domains: api.github.com, claude.ai, github.com, openai.com, smee.io

Source & flagged code

3 flagged · loading source
dist/config/loader.jsView file
1import { readFileSync, writeFileSync, existsSync, mkdirSync } from 'fs'; L2: import { execSync } from 'child_process'; L3: import { createInterface } from 'readline';
High
Child Process

Package source references child process execution.

dist/config/loader.jsView on unpkg · L1
dist/reviewers/conflict-resolve.jsView file
3import { join } from 'path'; L4: import { execa } from 'execa'; L5: import { applyEdit } from './fix.js';
High
Shell

Package source references shell execution.

dist/reviewers/conflict-resolve.jsView on unpkg · L3
dist/commands/init.jsView file
173try { L174: execSync('smee --version', { stdio: 'ignore' }); L175: } ... L177: console.log(chalk.dim('Tip: install smee-client for reliable webhook delivery (events queued while offline):')); L178: console.log(chalk.dim(' npm install -g smee-client')); L179: console.log(chalk.dim(' Then set tunnel: backend: smee in your config.\n'));
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/init.jsView on unpkg · L173

Findings

3 High3 Medium5 Low
HighChild Processdist/config/loader.js
HighShelldist/reviewers/conflict-resolve.js
HighRuntime Package Installdist/commands/init.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings