agentic-context-engine
Warn
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The framework features a 'Recursive Reflector' that writes and executes Python code at runtime to analyze agent traces. This dynamic code execution could be compromised if processing malicious or untrusted input traces.
- [COMMAND_EXECUTION]: The skill documentation includes examples using
subprocess.runto call system CLI tools likeace configandace validatefor troubleshooting and configuration management. - [DATA_EXFILTRATION]: The skill includes functionality to upload execution traces to the
kayba.airemote service via thekayba upload-tracescommand. Users should review traces for sensitive data before uploading. - [EXTERNAL_DOWNLOADS]: The skill instructs users to install the
ace-frameworkpackage and provides a command (kayba install-prompt) to download and install prompts/configurations from a remote repository. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing execution traces. 1. Ingestion points:
learn_from_tracesandanalyzer.analyze. 2. Boundary markers: Absent. 3. Capability inventory: Dynamic code execution via Reflector, file system access viaagent.save, and network operations viakaybacommands. 4. Sanitization: No sanitization or validation of trace content is mentioned.
Audit Metadata