registry  /  ai-squad  /  0.1.0

ai-squad@0.1.0

Interactive CLI to scaffold AI agent infrastructure for new projects

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
ChildProcessFilesystemShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 33.0 KB of source

Source & flagged code

2 flagged · loading source
dist/index.jsView file
804import { mkdir as mkdir2, access as access2 } from "fs/promises"; L805: import { execSync } from "child_process"; L806: async function runWizard() {
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L804
981try { L982: execSync(cmd, { cwd: projectDir, stdio: "pipe" }); L983: console.log(pc2.green(` \u2713 Installed`)); L984: } catch { L985: console.log(pc2.yellow(` \u26A0 Skipped \u2014 npx skills may not be available`)); L986: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L981

Findings

3 High1 Medium4 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings