registry  /  @encore-os/eos-spec  /  0.9.0

@encore-os/eos-spec@0.9.0

Portable, config-driven spec-pipeline engine + quality harness. One canonical engine consumed as a library (with a client-safe /pure subpath) by every Encore-OS repo.

Static Scan Results

scanned 5d ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStrings
Manifest
NoLicense
scanned 104 file(s), 527 KB of source

Source & flagged code

2 flagged · loading source
dist/lib/exec.jsView file
1import { spawnSync } from 'node:child_process'; L2: export function runScript(args, cwd) {
High
Child Process

Package source references child process execution.

dist/lib/exec.jsView on unpkg · L1
dist/commands/verify-acs.jsView file
42try { L43: execFileSync('bunx', ['vitest', 'run', ...relFiles, '--reporter=json', `--outputFile=${outFile}`], { L44: cwd: repoRoot,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/verify-acs.jsView on unpkg · L42

Findings

3 High3 Medium5 Low
HighChild Processdist/lib/exec.js
HighShell
HighRuntime Package Installdist/commands/verify-acs.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License