registry  /  gurtcli  /  1.1.5

gurtcli@1.1.5

A coding agent in your terminal. Type what you want. It does the rest.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessCryptoFilesystemNetwork
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 12.5 KB of source, external domains: github.com

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node install.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node install.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
install.jsView file
1#!/usr/bin/env node L2: const https = require("https"); L3: const fs = require("fs"); ... L5: const crypto = require("crypto"); L6: const { execSync } = require("child_process"); L7: const os = require("os"); L8: L9: const pkg = require("./package.json"); L10: const version = pkg.version; ... L22: L23: const goos = platformMap[process.platform]; L24: const goarch = archMap[process.arch];
High
Install Named Payload File

Install-named source file stages remote content through filesystem writes and execution.

install.jsView on unpkg · L1
bin/gurtcliView file
path = bin/gurtcli kind = native_binary sizeBytes = 10420066 magicHex = [redacted]
Medium
Ships Native Binary

Package ships native binary artifacts.

bin/gurtcliView on unpkg

Findings

2 High4 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighInstall Named Payload Fileinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumShips Native Binarybin/gurtcli
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings