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) using numpy to 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.json and theme affinities from affinities.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.py and writing of multiple output files including schedule.json and markdown reports.
  • Sanitization: There is no evidence of validation or sanitization of the content within the ingested JSON files.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 29, 2026, 08:17 AM
Security Audit — agent-trust-hub — conf-schedule-optimization