skills/vm0-ai/vm0-skills/calendly/Gen Agent Trust Hub

calendly

Pass

Audited by Gen Agent Trust Hub on Mar 26, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes shell commands (curl and jq) wrapped in bash -c to perform API operations. This is the primary mechanism for retrieving event types, scheduled meetings, and invitee information from Calendly.
  • [DATA_EXFILTRATION]: The skill accesses sensitive scheduling information, including invitee names and email addresses. Analysis confirms that all network traffic is routed exclusively to the official api.calendly.com domain, and authentication is managed via platform-injected environment variables (CALENDLY_TOKEN).
  • [PROMPT_INJECTION]: The skill processes data from an external source (Calendly API), representing an indirect prompt injection surface. Because the skill employs jq to parse structured JSON and extract specific fields, the risk of the agent misinterpreting event data as direct instructions is minimized.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 26, 2026, 05:13 PM