registry  /  forgeai-agentic-init  /  3.1.0

forgeai-agentic-init@3.1.0

AI project initialization kit for agentic coding workflows.

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 8 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 35 file(s), 141 KB of source, external domains: pypi.org, registry.npmjs.org, registry.yarnpkg.com, rubygems.org

Source & flagged code

2 flagged · loading source
dist/ui/pipe.jsView file
1import { execFileSync } from 'node:child_process'; L2: import fs, { constants } from 'node:fs';
High
Child Process

Package source references child process execution.

dist/ui/pipe.jsView on unpkg · L1
1import { execFileSync } from 'node:child_process'; L2: import fs, { constants } from 'node:fs'; L3: import net from 'node:net'; L4: import readline from 'node:readline'; ... L6: export function getPipePath() { L7: return process.env['FORGEAI_PIPE'] ?? DEFAULT_PIPE; L8: }
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

dist/ui/pipe.jsView on unpkg · L1

Findings

3 High1 Medium4 Low
HighChild Processdist/ui/pipe.js
HighShell
HighSame File Env Network Executiondist/ui/pipe.js
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowUrl Strings