autodesign

Warn

Audited by Socket on Jul 24, 2026

2 alerts found:

SecurityAnomaly
SecurityMEDIUM
SKILL.md

SUSPICIOUS: the core design automation purpose is coherent, and the referenced CLIs are mostly official, but the skill materially expands trust through transitive skill dependencies and enables unattended deploy/commit/push loops. The biggest risks are transitive instruction loading, AFK real-world actions, and exporting screenshots/project context to external model tooling.

Confidence: 87%Severity: 72%
AnomalyLOW
scripts/autodesign.sh

No explicit malware behaviors (e.g., credential theft, reverse shells, destructive actions, direct network exfiltration code) are present in this snippet itself. However, the main supply-chain/security concern is operational: it repeatedly invokes a high-capability external LLM CLI with `--dangerously-skip-permissions` and persists full model output to disk, while also letting untrusted model output drive control-flow termination (COMPLETE/BLOCKED/DECIDE). If the runner’s permissions are broad or logs/prompt/state contain sensitive data, the impact of prompt injection or unintended agent actions could be significant. Review the invoked `claude` runner behavior, the environment/permissions it inherits, and how PROMPT_FILE/build_prompt and state content handle secrets.

Confidence: 58%Severity: 55%
Audit Metadata
Analyzed At
Jul 24, 2026, 03:10 AM
Package URL
pkg:socket/skills-sh/jonmumm%2Fskills%2Fautodesign%2F@0ed3adbee65d7339d90fb58141993c7ad9a4f6c61b40dce5d13c512b5c0bf9c4
Security Audit — socket — autodesign