registry  /  @two-tech-dev/pxml  /  0.16.0

@two-tech-dev/pxml@0.16.0

XML DSL and compiler for AI-driven project building

Static Scan Results

scanned 3h 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
ChildProcessEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsMinifiedUrlStrings
Manifest
NoLicense
scanned 18 file(s), 5.83 MB of source, external domains: api.example.com, reactflow.dev, reactjs.org, www.w3.org

Source & flagged code

2 flagged · loading source
dist/index.jsView file
4import { PxmlParser, validateProject, PxmlManifest, PxmlCache, PxmlCodegen, PxmlRunner, getTestFilePath, FileWriter, DependencyGraph, runFixLoop, runBuildLoop, syncEditorSchema, ad... L5: import { execSync } from 'child_process'; L6: import * as fs from 'fs';
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L4
358console.log(colors.cyan(colors.bold(`\nRunning tests...`))); L359: const testCmd = `npx vitest run ${testTarget}`; L360: let batchPassed = false; L361: try { L362: execSync(testCmd, { stdio: 'pipe', cwd }); L363: batchPassed = true;
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L358

Findings

3 High3 Medium5 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License