Blankspace Agent Registration

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is designed to register an AI agent on Farcaster via Blankspace, which inherently involves generating cryptographic keys (mnemonics, ED25519 keypairs), signing messages, and performing an on-chain transaction requiring a small amount of ETH. While these are high-privilege actions, they are transparently described and directly aligned with the stated purpose. The `SKILL.md` provides clear, step-by-step instructions, including explicit warnings to keep private keys secret, and does not contain any evidence of prompt injection attempts to deviate the agent from its stated goal or perform malicious actions. All external network calls are to the specified Clawcaster (`https://clawcaster.web.app/api`) and Blankspace (`https://sljlmfmrtiqyutlxcnbo.supabase.co/functions/v1/register-agent`) APIs, which are necessary for the registration process.