whatsapp-agent
Warn
Audited by Gen Agent Trust Hub on Jun 1, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill instructs the agent to read the Vercel CLI authentication token from the local filesystem path
~/Library/Application Support/com.vercel.cli/auth.jsonto facilitate API-based deployment. - [COMMAND_EXECUTION]: Automated setup involves multiple shell commands and API requests using
curlandnpxto Vercel, Kapso, and Maton for provisioning infrastructure and webhooks. - [PROMPT_INJECTION]: The skill creates an automated bot susceptible to indirect prompt injection from external WhatsApp messages or the public test endpoint.
- Ingestion points: User-provided message content via the webhook in
templates/app/api/whatsapp/webhook/route.tsand the test endpoint intemplates/app/api/test/route.ts. - Boundary markers: Absent. The system instructions in
templates/lib/prompts.tslack delimiters or specific instructions to separate untrusted user input from core system instructions. - Capability inventory: Integrated tools in
templates/lib/tools.tsallow for the creation, modification, and deletion of Google Calendar events and Zoom meetings. - Sanitization: External input is passed directly to the model without filtering, escaping, or validation.
Audit Metadata