registry  /  bestie-agent  /  0.1.10

bestie-agent@0.1.10

Vietnamese-first bestie agent CLI.

Static Scan Results

scanned 4h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 76 file(s), 506 KB of source, external domains: api.openai.com, api.telegram.org, bot-api.zaloplatforms.com, example.com, huggingface.co, registry.npmjs.org

Source & flagged code

2 flagged · loading source
dist/tools/local-action-tools.jsView file
1import { spawn } from "node:child_process"; L2: import { mkdir, readFile, stat, writeFile } from "node:fs/promises";
High
Child Process

Package source references child process execution.

dist/tools/local-action-tools.jsView on unpkg · L1
dist/cli/commands/update.jsView file
60} L61: writeError(`npm install exited with code ${exitCode}.`); L62: process.exitCode = exitCode; ... L74: return new Promise((resolve) => { L75: const child = spawn("npm", ["install", "-g", `${packageName}@latest`], { stdio: "inherit" }); L76: child.on("error", () => resolve(1));
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli/commands/update.jsView on unpkg · L60

Findings

3 High3 Medium6 Low
HighChild Processdist/tools/local-action-tools.js
HighShell
HighRuntime Package Installdist/cli/commands/update.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License