registry  /  @sciagent/cli  /  1.0.68

@sciagent/cli@1.0.68

SciAgent CLI - AI Research Assistant

Static Scan Results

scanned 2h 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
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 35.2 KB of source, external domains: api.github.com, files.pythonhosted.org, gitee.com, mirrors.aliyun.com, mirrors.cloud.tencent.com, pypi.org, pypi.tuna.tsinghua.edu.cn, u250924-adc6-f977430f.westb.seetacloud.com

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
bin/sciagent.jsView file
7L8: const { spawn } = require('child_process'); L9: const path = require('path');
High
Child Process

Package source references child process execution.

bin/sciagent.jsView on unpkg · L7
scripts/postinstall.jsView file
408try { L409: execSync('npm install -g @tencent-ai/codebuddy-code', { L410: stdio: 'inherit',
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

scripts/postinstall.jsView on unpkg · L408

Findings

4 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/sciagent.js
HighShell
HighRuntime Package Installscripts/postinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings