registry  /  pi-antigravity-rotator  /  2.3.1

pi-antigravity-rotator@2.3.1

Multi-account rotation proxy for Google Antigravity with per-model routing, real-time quota tracking, and infringement detection

Static Scan Results

scanned 5d ago · by rust-scanner

Static analysis flagged 10 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 35 file(s), 603 KB of source, external domains: accounts.google.com, cdn.jsdelivr.net, daily-cloudcode-pa.googleapis.com, daily-cloudcode-pa.sandbox.googleapis.com, discord.gg, fonts.googleapis.com, github.com, ko-fi.com, oauth2.googleapis.com, registry.npmjs.org, support.google.com, telemetry.dragont.ec, www.googleapis.com

Source & flagged code

2 flagged · loading source
src/version-check.tsView file
3L4: import { execSync } from "node:child_process"; L5: import { readFileSync } from "node:fs";
High
Child Process

Package source references child process execution.

src/version-check.tsView on unpkg · L3
162const cmd = isGlobal L163: ? `npm install -g ${PACKAGE_NAME}@latest` L164: : `npm install ${PACKAGE_NAME}@latest`; ... L167: L168: const output = execSync(cmd, { L169: encoding: "utf-8",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/version-check.tsView on unpkg · L162

Findings

3 High3 Medium4 Low
HighChild Processsrc/version-check.ts
HighShell
HighRuntime Package Installsrc/version-check.ts
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings