time
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the standard system
datecommand to retrieve current time and date information. This is a routine operation for time-related functionality. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied timezone arguments (e.g., UTC offsets or IANA names) to set the
TZenvironment variable. The instructions include specific logic for parsing and mapping these inputs (such as inverting signs for POSIX compatibility), which provides a structure for safe handling of user input before it is used in the command execution.
Audit Metadata