response-analyzer
Fail
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileObfuscated FileSKILL.md
HIGHObfuscated FileHIGH
SKILL.md
The skill presents a coherent, purpose-aligned pattern: it saves large outputs to temporary files and loads only summaries into the agent context, retrieving full data on demand. This is generally benign with respect to security, as there are no evident credential flows, external network calls, or unverifiable binaries. The main concerns are potential data leakage if summaries are too revealing and reliance on /tmp storage, which may persist or be accessible depending on the environment. Implementing explicit cleanup, optional redaction of sensitive content in summaries, and clear lifecycle management for /tmp data would strengthen the security posture without compromising utility.
Confidence: 98%
Audit Metadata