registry  /  ai-squad  /  0.2.0

ai-squad@0.2.0

Interactive CLI to scaffold AI agent infrastructure for new projects

Static Scan Results

scanned 1h ago · by rust-scanner

Static analysis flagged 9 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
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 33.6 KB of source, external domains: mcp.context7.com, opencode.ai

Source & flagged code

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

Package source references child process execution.

dist/index.jsView on unpkg · L828
1005try { L1006: execSync(cmd, { cwd: projectDir, stdio: "pipe" }); L1007: console.log(pc2.green(` \u2713 Installed`)); L1008: } catch { L1009: console.log(pc2.yellow(` \u26A0 Skipped \u2014 npx skills may not be available`)); L1010: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L1005

Findings

3 High1 Medium5 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
LowUrl Strings