log-analyzer
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use shell commands such as
grep,tail,awk, anddocker execto perform system-level log analysis and process monitoring. While these are appropriate for the intended use case, they grant the agent significant control over the MikoPBX container environment. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze log data from various sources (nginx, PHP, Asterisk) that reflect external activity. This creates an attack surface where an attacker could trigger specific log entries containing malicious instructions to influence the agent's behavior.
- Ingestion points: Multiple log files including
system/messages,php/error.log, andnginx/access.logthat record untrusted data from network interactions. - Boundary markers: The skill lacks instructions for the agent to use markers or delimiters to separate its instructions from the content of the logs being analyzed.
- Capability inventory: The agent has access to
Bashtools,docker exec, and utility commands likepsandredis-cliwhich could be misused if an indirect injection is successful. - Sanitization: There are no explicit requirements for the agent to sanitize or validate the log content before processing.
Audit Metadata