plan

Warn

Audited by Socket on Aug 10, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
references/legacy/office-hours.md

This fragment shows no direct proof of malware (no exfiltration, backdoor installation, or credential theft). However, it contains a high-sensitivity security pattern: `eval` of stdout from a locally invoked tool (`gstack-slug`), creating an arbitrary command execution sink if that tool or its outputs can be tampered with. Additionally, it writes and prints assembled cached “brain context” from local cache to stdout/UI, which can increase the impact of sensitive-data leakage depending on cache contents. Treat as medium risk and verify/pin/sign the integrity of all `${GSTACK_BIN}` binaries (especially `gstack-slug`) and assess cache content handling/privacy expectations.

Confidence: 62%Severity: 58%
AnomalyLOW
references/legacy/plan-ceo-review.md

No direct evidence of credential theft, exfiltration, or persistence is visible in the provided fragment. However, the use of `eval` on command-substitution output from an external executable is a significant command-execution risk: if GSTACK_BIN/gstack-slug output is attacker-influenced, arbitrary shell execution becomes possible. Additionally, filesystem paths are derived from environment variables without shown sanitization, creating potential for unintended writes/moves that could be used for sabotage. Review and harden by removing eval (or strictly validating/allowlisting stdout), and sanitize/normalize GSTACK_HOME/PROJECT_ID before using them in filesystem operations.

Confidence: 62%Severity: 65%
Audit Metadata
Analyzed At
Aug 10, 2026, 04:18 PM
Package URL
pkg:socket/skills-sh/time-attack%2Fgstack%2Fplan%2F@f6a3d48d915e48c560fb6fe27217a6640bf8b24974c170b2d22e9a00db9b227f
Security Audit — socket — plan