servanda
Audited by Socket on Feb 25, 2026
1 alert found:
SecurityThis Servanda skill's stated purpose (mediating disputes via Servanda's web API) aligns with most of its capabilities: it needs network access and an API token to create and manage sessions. There are no direct signs of obfuscated or overtly malicious code, no hardcoded secrets, and all network calls target the documented servanda.ai domain. However, there are notable supply-chain and autonomy risks: the skill grants broad curl permissions (Bash(curl:*)), instructs the agent to start polling and act immediately without explicit per-action human confirmation, and directs storing an API token in an environment variable. Those design choices enable an agent to act autonomously and perform continuous network activity on behalf of the user, increasing the chance of unintended actions or misuse. If deployed in environments with sensitive data, require stricter controls: restrict tool permissions to the exact endpoints needed, require explicit user confirmation before starting or posting to sessions, and recommend secure token storage. Overall I assess low probability of intentional malware (no explicit exfiltration/backdoor patterns), but moderate security risk driven by autonomy and broad network privileges.