registry  /  @rockdev/cli  /  0.1.1

@rockdev/cli@0.1.1

CLI para gerar bases de projeto Rock

Static Scan Results

scanned 7d ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicenseWildcardDependency
scanned 64 file(s), 273 KB of source, external domains: biomejs.dev, github.com, json.schemastore.org, turborepo.com

Source & flagged code

3 flagged · loading source
dist/shared/process/index.jsView file
1import { spawn } from 'node:child_process'; L2: export async function execa(command, args, options) {
High
Child Process

Package source references child process execution.

dist/shared/process/index.jsView on unpkg · L1
1import { spawn } from 'node:child_process'; L2: export async function execa(command, args, options) { L3: await new Promise((resolve, reject) => {
High
Shell

Package source references shell execution.

dist/shared/process/index.jsView on unpkg · L1
dist/scaffold/install.jsView file
1import { execa } from '../shared/process/index.js'; L2: export async function installProjectDependencies(targetDir, packageManager) { ... L7: export function buildRecommendedSkillCommands(skills) { L8: return skills.map((recommendedSkill) => `npx skills add ${recommendedSkill.repository} --skill ${recommendedSkill.skill}`); L9: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/scaffold/install.jsView on unpkg · L1

Findings

3 High4 Medium5 Low
HighChild Processdist/shared/process/index.js
HighShelldist/shared/process/index.js
HighRuntime Package Installdist/scaffold/install.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License