ai-design-slop-remover
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted source files (HTML, JSX, TSX, etc.) as part of its primary workflow. Ingestion points include the
detect-slop.cjsscript and the audit workflow described inSKILL.md. While this creates an attack surface for indirect prompt injection, the skill includes explicit boundary markers and instructions in bothSKILL.mdandrules/safe-editing.mdto treat all ingested content (comments, UI strings, and tool outputs) as data rather than instructions. Capabilities are restricted to file reading and scoped editing, with a strict safety boundary preventing network access or credential retrieval. - [SAFE]: The skill implements robust safety controls, explicitly prohibiting unauthorized network operations, credential access, and production environment changes. The provided Node.js scripts rely on standard file system modules and do not utilize dangerous functions like
evalorexec. All analysis is performed locally on specified target directories.
Audit Metadata