Search Documentation
Audited by Socket on Mar 3, 2026
1 alert found:
AnomalyThis 'Search Documentation' skill is consistent with its stated purpose: it takes a user query, optionally a category and limit, and uses an internal documentation search action to retrieve and synthesize answers with citations. I found no download-execute chains, no requests for secrets or broad system permissions, and no external/untrusted endpoints. The main residual risks are platform-level: (1) trust in the internal 'search_docs' implementation and documentation corpus (if those are compromised, synthesized answers could include malicious or misleading content), and (2) processing untrusted documentation content in contexts where the agent has additional write/execute privileges could enable indirect prompt injection. Overall the code is low risk for supply-chain malware, but operators should ensure the platform search and documentation storage are secured and treat synthesized outputs as untrusted when used to trigger downstream actions.