flux
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user input in the form of problem statements and strategic questions.
- Ingestion points: User-provided strings are ingested via the
problem_statementandtaskfields inSKILL.mdandreference/collaboration-packets.md. - Boundary markers: The system uses structured prompt skeletons with clear headers (e.g., # Role, # Target, # Constraints) to delimit instructions from data.
- Capability inventory: The skill can invoke sub-agents via platform CLI tools (
codex exec,agy) and generate structured output (JSON/Markdown). - Sanitization: The skill relies on sub-agent grounding steps and structured JSON schema validation to prevent malformed or malicious data from affecting downstream processes.
- [COMMAND_EXECUTION]: The skill utilizes platform-specific CLI tools for its multi-engine functionality (
multirecipe). - Evidence:
reference/tri-engine-reframe.mddescribes executingcodex exec --full-autoandagy -pwith specific flags. These are recognized platform utilities for multi-LLM orchestration and do not involve arbitrary shell injection from untrusted sources. - [SAFE]: The skill explicitly forbids the generation of implementation code in its
Boundariessection inSKILL.md, mitigating risks associated with automated code creation.
Audit Metadata