registry  /  dirextalk-deployer  /  0.1.34

dirextalk-deployer@0.1.34

Versioned Dirextalk deployer agent skill and portable deployment orchestration tools.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 56.4 KB of source, external domains: api.github.com, github.com

Source & flagged code

3 flagged · loading source
bin/dirextalk-deployer.mjsView file
1#!/usr/bin/env node L2: import { spawnSync } from "node:child_process"; L3: import { createRequire } from "node:module";
High
Child Process

Package source references child process execution.

bin/dirextalk-deployer.mjsView on unpkg · L1
353latestVersion, L354: updateCommand: `npm install -g ${packageName}@latest` L355: }; ... L358: function runNpmUpdateAndChildInstall({ agent, scope, target, options, freshness }) { L359: const installResult = spawnSync("npm", ["install", "-g", `${packageName}@latest`], { L360: stdio: "inherit",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/dirextalk-deployer.mjsView on unpkg · L353
scripts/adopt-legacy-node.shView file
path = scripts/adopt-legacy-node.sh kind = build_helper sizeBytes = 3803 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/adopt-legacy-node.shView on unpkg

Findings

3 High3 Medium3 Low
HighChild Processbin/dirextalk-deployer.mjs
HighShell
HighRuntime Package Installbin/dirextalk-deployer.mjs
MediumEnvironment Vars
MediumShips Build Helperscripts/adopt-legacy-node.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings