autonomous-scheduler
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns detected. The skill performs localized state management of a task schedule for an AI agent.- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill reads and writes to a local configuration file (
~/.alex/autonomous-scheduler/jobs.json) to persist task data. It does not perform any network operations or exfiltrate data.- [COMMAND_EXECUTION]: The skill implementation uses standard Python libraries for logic and does not invoke any shell commands or external processes, despite thebashrequirement listed in the metadata.- [INDIRECT_PROMPT_INJECTION]: The skill accepts and stores arbitrary strings as task descriptions. While there is no sanitization of this content, the skill lacks the capabilities (like network access or command execution) that would allow this data to be used for an attack within this specific skill.
Audit Metadata