aiox-master
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local script via Node.js during its activation protocol to generate a greeting message.
- Evidence:
node .aiox-core/development/scripts/generate-greeting.js aiox-masterinSKILL.md. - [PROMPT_INJECTION]: The skill creates an indirect prompt injection surface by instructing the agent to load external files as its primary source of truth and persona definition.
- Ingestion points:
.aiox-core/development/agents/aiox-master.mdand.codex/agents/aiox-master.mdreferenced inSKILL.md. - Boundary markers: Absent; the files are loaded directly into the context as instructions.
- Capability inventory: Subprocess execution via
nodeand a custom command system (*create,*modify, etc.). - Sanitization: The skill does not describe any validation or escaping for the content loaded from the referenced files.
Audit Metadata