scheduling-poll
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Interacts with
firestore.googleapis.comto create and update poll data. This is an official interaction with a well-known and trusted service. - [COMMAND_EXECUTION]: Uses
curlfor API requests,python3for JSON processing, anddatefor calculating time offsets. These are standard tools used appropriately for the skill's functionality. - [PROMPT_INJECTION]: Ingests user-provided strings for poll titles and dates. While this defines a surface for indirect prompt injection, the risk is minimal as the inputs are formatted into structured JSON payloads for the API.
Audit Metadata