sssf

Warn

Audited by Socket on Aug 3, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
templates/harness_engineering/subagents.ts

No obvious self-contained malware/backdoor is present in this snippet, and it does not use typical obfuscation or direct eval/code execution. However, it intentionally spawns the `pi` CLI with user-controlled prompts and enables high-privilege agent tools (`read,bash,grep,find,ls`), while also passing the full parent environment (`process.env`) to the child and then relaying the child’s output back into UI messages. This combination creates a meaningful security risk of sensitive data exposure or unintended command/tool execution at the agent layer, especially if prompts are not strongly constrained or if the child’s `read`/`bash` tools can access secrets.

Confidence: 55%Severity: 60%
AnomalyLOW
templates/adws/adw_modules/gates.py

No direct evidence of overt malware (exfiltration, backdoor, reverse shell, destructive actions) exists in the shown code. The primary security risk is the ability to execute a caller-supplied shell command with subprocess.run(..., shell=True); if command is not strictly controlled, it can become command-injection/RCE. Additionally, failure paths record the tail of stdout/stderr into GateReport notes, which may expose secrets. The fragment also appears to end with a likely typo (`return gat`), suggesting incomplete/incorrect implementation; this should be verified, but it does not itself indicate malicious intent.

Confidence: 72%Severity: 58%
Audit Metadata
Analyzed At
Aug 3, 2026, 05:13 PM
Package URL
pkg:socket/skills-sh/disler%2Fsuper-simple-software-factory%2Fsssf%2F@6a8b8afbdd13ec840f01dccbfc1d75f27c74aa1e4e30de369d86fbf28aa63c58
Security Audit — socket — sssf