to-tickets
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEDYNAMIC_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DYNAMIC_EXECUTION]: The script
scripts/finalize_batch.pyand the test filetests/test_finalize_batch.pymodifysys.pathat runtime to include directories from sibling skills (ticket-autopilotandllm-wiki). This allows the skill to dynamically load modules from computed paths relative to its own location. - [COMMAND_EXECUTION]: Instructions in
SKILL.mddirect the agent to execute shell commands viapython3 -Bto run internal scripts for ticket emission and batch finalization. Additionally, the test suitetests/test_finalize_batch.pyusessubprocess.runto executegitcommands and verify CLI behavior. - [INDIRECT_PROMPT_INJECTION]: The skill ingests external specification documents (specs) from the filesystem to generate work tickets. These documents represent an untrusted input surface that could potentially contain malicious instructions intended to manipulate the agent's output or logic during the ticket-slicing process.
- Ingestion points: Specification files are read from the project's documentation directories.
- Capability inventory: The skill uses shell execution to run Python scripts that modify the filesystem and synchronize data.
- Boundary markers: The skill does not explicitly define or enforce markers to isolate instructions within the ingested specs.
- Sanitization: There is no evidence of sanitization or filtering applied to the content of the specs before they are processed by the agent.
Audit Metadata