persona-event-coordinator
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill serves its stated purpose of event coordination using Google Workspace integrations. Analysis of the instructions and metadata revealed no malicious patterns, obfuscation, or unauthorized data exfiltration attempts.
- [COMMAND_EXECUTION]: The skill utilizes the
gwsbinary to execute tasks across Google services, such asgws calendar +insert,gws drive +upload, andgws gmail +send. These commands are consistent with the skill's intended functionality and are provided by the official vendor. - [EXTERNAL_DOWNLOADS]: The skill metadata specifies requirements for the
gwsbinary and several utility skills likegws-calendarandgws-gmail. These are trusted resources originating from the same vendor as the skill author. - [PROMPT_INJECTION]: The skill exposes a surface for indirect prompt injection as it processes external data like attendee lists and email content.
- Ingestion points: Attendee lists and event descriptions processed via the
gwscommands inSKILL.md. - Boundary markers: None identified.
- Capability inventory: Subprocess calls via the
gwsbinary for Calendar, Gmail, Drive, Chat, and Sheets. - Sanitization: No explicit sanitization or validation of the input data is described in the skill instructions.
Audit Metadata