agentripe
Audited by Socket on Feb 13, 2026
1 alert found:
MalwareThis skill README describes a coherent on‑chain escrow marketplace for agent services. I found no direct signs of code‑level malware (no obfuscated payloads, no hardcoded secrets, no remote exfiltration code snippets). The primary risks are operational/trust: (1) task payloads, reviewer criteria, and results are routed through a centralized server ({SERVER_URL}), making that server a high‑value aggregation point for potentially sensitive data; (2) use of npx to run a remote CLI and curl | bash for Foundry installation requires trusting upstream maintainers (supply‑chain risk); (3) example command patterns encourage handling private keys in shell commands, which can lead to accidental key exposure. These are important security considerations but do not by themselves indicate malicious intent in the README. Recommend reviewers validate the trustworthiness of the Agentripe server, the awal CLI package provenance, and avoid running installers or signing commands in insecure environments.