agentic-soc-platform
Warn
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Dynamic module and playbook loading. The
module_engine.pyandplaybook_loader.pyscripts useimportlib.import_moduleto load and execute Python files from themodules/andplaybooks/directories based on directory listings. This design allows for the execution of arbitrary Python code if malicious files are placed in those directories. - [PROMPT_INJECTION]: Indirect Prompt Injection surface.
- Ingestion points: Security alert data (such as command lines, process names, and user identifiers) received via the
webhook_receiver.pyendpoint is processed by AI agents in theEDRAnalyzermodule. - Boundary markers: None identified. The data is interpolated directly into agent prompts (e.g., 'Extract IOCs from this alert: {state[alert_data]}') without delimiters or instructions to ignore embedded commands.
- Capability inventory: The platform is designed to automate case management, enrich artifacts, and generate security recommendations via the
SIRPClient. - Sanitization: No sanitization or escaping of external alert content is observed before it is sent to the LLM for analysis.
- [EXTERNAL_DOWNLOADS]: The installation process involves cloning a repository from GitHub and downloading several third-party Python dependencies. These are standard operations for deploying this type of platform.
Audit Metadata