docker-logs
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions direct the agent to execute shell commands (
docker psanddocker logs) to interact with the container environment. It specifically prompts the user for filters that are then incorporated into the command execution. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from container logs, which are untrusted external sources.
- Ingestion points: The output of the
docker logscommand specified in SKILL.md. - Boundary markers: None; the skill does not define delimiters to separate log content from agent instructions.
- Capability inventory: The skill has the ability to execute system commands via the Docker CLI.
- Sanitization: None; there are no instructions to sanitize or filter the log content before it is processed by the agent.
Audit Metadata