registry  /  @cyberrant-rantai/rantai  /  1.0.15

@cyberrant-rantai/rantai@1.0.15

RantAI Agent is an AI powered cybersecurity agent that helps users execute real security tasks through intelligent automation and assistance.

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessFilesystem
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 4.56 KB of source, external domains: www.python.org

Source & flagged code

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

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
bin/rantaiagent.jsView file
1#!/usr/bin/env node L2: const { spawnSync } = require('child_process'); L3: const path = require('path');
High
Child Process

Package source references child process execution.

bin/rantaiagent.jsView on unpkg · L1
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 · L1
runtime/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 unpkg

Findings

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