registry  /  syrax-audit  /  1.1.1

syrax-audit@1.1.1

Herramienta CLI oficial de Syrax para auditar tu código y obtener prompts de reparación de IA.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 10 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
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 24.7 KB of source, external domains: syrax-analyzer.moisesvalero.es

Source & flagged code

3 flagged · loading source
bin/index.jsView file
4import path from 'path'; L5: import { execSync } from 'child_process'; L6: import prompts from 'prompts';
High
Child Process

Package source references child process execution.

bin/index.jsView on unpkg · L4
212launchedProcess = spawn(startCommand, [], { L213: shell: true, L214: stdio: 'pipe'
High
Shell

Package source references shell execution.

bin/index.jsView on unpkg · L212
422const installCmd = L423: packageManager === 'pnpm' ? 'pnpm add -D husky' : 'npm install --save-dev husky'; L424: execSync(installCmd, { stdio: 'ignore' }); L425: execSync('npx husky init', { stdio: 'ignore' });
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/index.jsView on unpkg · L422

Findings

3 High3 Medium4 Low
HighChild Processbin/index.js
HighShellbin/index.js
HighRuntime Package Installbin/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings