registry  /  @kurokeita/git-clean-up  /  2.1.1

@kurokeita/git-clean-up@2.1.1

Interactive CLI tool to clean up local git branches

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
EnvironmentVarsFilesystemShell
Supply chain
UrlStrings
Manifest
CopyleftLicense
scanned 24 file(s), 202 KB of source, external domains: github.com, registry.npmjs.org

Source & flagged code

2 flagged · loading source
dist/index.jsView file
8// src/cleanup-executor.ts L9: import { execa } from "execa"; L10: var CleanupExecutor = class {
High
Shell

Package source references shell execution.

dist/index.jsView on unpkg · L8
src/version.tsView file
77export async function installUpdate(): Promise<{ command: string }> { L78: const command = `pnpm install -g ${PACKAGE_NAME}@latest` L79: L80: await execa("pnpm", ["install", "-g", `${PACKAGE_NAME}@latest`], { L81: stdio: "ignore",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/version.tsView on unpkg · L77

Findings

2 High1 Medium5 Low
HighShelldist/index.js
HighRuntime Package Installsrc/version.ts
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowUrl Strings
LowCopyleft License