autocontext-creator
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input data, such as task descriptions, output samples, and rubrics, which are passed as arguments to the
autoctxCLI. This creates an attack surface for indirect prompt injection where malicious instructions in the user-provided data could influence the agent's behavior or the results of the improvement loop. - Ingestion points:
autoctx solve,autoctx judge, andautoctx improvecommand arguments inSKILL.md. - Boundary markers: None present in the instructions.
- Capability inventory: Executes system commands via the
autoctxCLI across multiple instructions inSKILL.md. - Sanitization: None specified in the skill documentation.
- [REMOTE_CODE_EXECUTION]: The skill's functionality is dependent on the external
autoctxcommand-line utility. It instructs the agent to execute this binary on the host system to perform knowledge creation and scoring tasks.
Audit Metadata