workflow-creator

Warn

Audited by Socket on Aug 3, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/dry-run.mjs

This fragment is a deterministic/sandbox-like harness that dynamically compiles and executes workflow JavaScript loaded from disk (including nested workflows selected by runtime name). While it blocks common nondeterministic APIs and captures console output, it still provides an extremely high-risk primitive for supply-chain attacks: executing arbitrary local .js source via new Function and potentially reading nested modules based on unsanitized name input. No overt malware behavior (network exfiltration, backdoors, crypto mining, file/process modification) is evident in the snippet itself, but the design warrants strict input control and verification of what GLOBALS/HOST_GLOBALS expose.

Confidence: 60%Severity: 68%
AnomalyLOW
assets/examples/dead-code-sweep.js

This module is not overt malware; it primarily orchestrates automated code cleanup by delegating discovery and destructive refactoring actions to an external agent/tooling layer. The main security risk is indirect and integrity-focused: untrusted “Find” outputs (file/symbol/kind strings) are interpolated into “Remove” instructions that command repository edits, potentially amplified by parallel execution. Safety ultimately depends on the external agent/tooling strictly sandboxing filesystem access to the intended worktree, validating/canonicalizing target paths/symbol identifiers, and reliably reverting edits when proof gates fail.

Confidence: 58%Severity: 50%
Audit Metadata
Analyzed At
Aug 3, 2026, 11:18 PM
Package URL
pkg:socket/skills-sh/bsamiee%2Fparametric_forge%2Fworkflow-creator%2F@2d8b0a3a1429401d2be754e0ce2fecf1abe47e90c0de7ff8e25e26900e7885af
Security Audit — socket — workflow-creator