Static Scan Results
scanned 2h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessFilesystem
UrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node lib/setup.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgbin/rantaiagent.jsView file
1#!/usr/bin/env node
L2: const { spawnSync } = require('child_process');
L3: const path = require('path');
High
1#!/usr/bin/env node
L2: const { spawnSync } = require('child_process');
L3: const path = require('path');
...
L13: console.error(' It seems the postinstall script did not complete successfully.');
L14: console.error(' How to fix: Try reinstalling with `npm install -g rantai`.\n');
L15: process.exit(1);
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/rantaiagent.jsView on unpkg · L1runtime/database.pyView file
•path = runtime/database.py
kind = build_helper
sizeBytes = 1402
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
runtime/database.pyView on unpkgFindings
3 High2 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/rantaiagent.js
HighRuntime Package Installbin/rantaiagent.js
MediumShips Build Helperruntime/database.py
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings