conf-schedule-optimization
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script (
resources/schedule.py) usingnumpyto perform schedule optimization. The execution is confined to the local environment and processes files provided via command-line arguments. - [PROMPT_INJECTION]: The skill processes external data (events and affinities) which constitutes an attack surface for indirect prompt injection.
- Ingestion points: Reads event data from
events.jsonand theme affinities fromaffinities.json(SKILL.md, Step 1). - Boundary markers: No delimiters or instructions are used to separate data from agent instructions.
- Capability inventory: Subprocess execution of
schedule.pyand writing of multiple output files includingschedule.jsonand markdown reports. - Sanitization: There is no evidence of validation or sanitization of the content within the ingested JSON files.
Audit Metadata