Feishu ClawBot Card
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill bundle is benign. It implements a 'ClawCard' protocol for AI agents, focusing on creating, sharing, and storing identity cards. The code uses `zod` for strict input validation (`CardProtocolSchema.parse`) on all incoming and outgoing card data, which is a strong defense against injection vulnerabilities and malformed data. File operations are limited to a local `rolodex.json` with atomic writes. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in the `SKILL.md` or code logic. Dependencies are standard and legitimate.
