registry  /  dependabot-agent  /  0.1.3

dependabot-agent@0.1.3

On-demand CLI agent that reconciles npm/pnpm dependency overrides with GitHub Dependabot alerts

Static Scan Results

scanned 7d ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 17 file(s), 57.9 KB of source, external domains: api.github.com, registry.npmjs.org

Source & flagged code

2 flagged · loading source
dist/util.jsView file
1import { execSync } from "node:child_process"; L2: /**
High
Child Process

Package source references child process execution.

dist/util.jsView on unpkg · L1
dist/package-manager/npm.jsView file
74log(`📦 Running npm install ${specs} in ${cwd}...`); L75: execSync(`npm install ${specs}`, { cwd, stdio: "inherit" }); L76: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/package-manager/npm.jsView on unpkg · L74

Findings

3 High3 Medium6 Low
HighChild Processdist/util.js
HighShell
HighRuntime Package Installdist/package-manager/npm.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License