personal-assistant
Warn
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
run_shell_commandto execute system scheduling utilities such asschtaskson Windows andatorcronon Unix-based systems to manage user reminders. - [COMMAND_EXECUTION]: The skill attempts to execute a local Python script at
scripts/calendar.pyviarun_shell_commandto facilitate agenda synchronization. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to the processing of untrusted data from external sources.
- Ingestion points: The agent reads and processes email content for categorization and drafting, and fetches external web content using
google_web_searchandweb_fetch. - Boundary markers: There are no instructions providing clear delimiters or directives to ignore embedded commands in the processed external text.
- Capability inventory: The skill has access to powerful tools including
run_shell_commandfor system-level execution andsave_memoryfor persistent state storage. - Sanitization: The skill instructions do not specify any validation, filtering, or sanitization of the data retrieved from external communications or web searches.
Audit Metadata