registry  /  @agentworkforce/cli  /  4.1.16

@agentworkforce/cli@4.1.16

A thin command-line front end for the workload-router. Spawns the harness CLI (`claude`, `codex`, `opencode`, `grok`) configured by a selected **persona** from the project-local layer, configured source directories, or the small internal built-in system c

Static Scan Results

scanned 1d 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 34 file(s), 603 KB of source, external domains: agentrelay.com, c.test, cloud.example.test, docs.claude.com, example.com, origin.agentrelay.cloud

Source & flagged code

2 flagged · loading source
dist/invoke-command.jsView file
298const bundleUrl = `${pathToFileURL(bundle.bundlePath).href}?invoke=${randomUUID()}`; L299: const userModule = (await import(bundleUrl)); L300: const handler = extractBundleHandler(userModule, preflight.persona.id);
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/invoke-command.jsView on unpkg · L298
dist/cli.jsView file
45package = @agentworkforce/cli; repositoryIdentity = workforce; dependency = @agentworkforce/persona-kit L45: main().catch(async (err) => { L46: const { MissingPersonaInputError } = await import('@agentworkforce/persona-kit'); L47: if (err instanceof MissingPersonaInputError) {
High
Copied Package Dependency Bridge

Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.

dist/cli.jsView on unpkg · L45

Findings

1 High4 Medium5 Low
HighCopied Package Dependency Bridgedist/cli.js
MediumDynamic Requiredist/invoke-command.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License