registry  /  create-ace-framework  /  2.6.2

create-ace-framework@2.6.2

CLI to scaffold projects with ACE-Framework (AI-assisted Code Engineering)

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 7 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
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 14.1 KB of source, external domains: github.com

Source & flagged code

2 flagged · loading source
bin/ace-framework.jsView file
2L3: const { execSync } = require('child_process'); L4: const fs = require('fs');
High
Child Process

Package source references child process execution.

bin/ace-framework.jsView on unpkg · L2
70// Use degit to download the subfolder L71: execSync(`npx degit ${source} "${targetPath}"`, { stdio: 'inherit' }); L72: log.success(`Successfully downloaded skill to .ace/skills/${skillName}`);
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/ace-framework.jsView on unpkg · L70

Findings

2 High1 Medium4 Low
HighChild Processbin/ace-framework.js
HighRuntime Package Installbin/ace-framework.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings