oslog
Warn
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
/usr/bin/logutility to interact with system logs. - Evidence:
SKILL.mdcontains commands like/usr/bin/log show,/usr/bin/log stream, and/usr/bin/log collect. - The
log collectcommand is explicitly prefixed withsudo, requiring elevated permissions to bundle system logs into a.logarchive. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the content of the logs it processes.
- Ingestion points: Log messages retrieved from the system log store or
.logarchivefiles via/usr/bin/log show(SKILL.md). - Boundary markers: No delimiters or instructions are provided to the agent to treat log message content as untrusted data.
- Capability inventory: The skill can execute various shell commands including
/usr/bin/log,grep, andsort(SKILL.md). - Sanitization: No escaping or validation is performed on the log data before it is ingested into the agent context.
Audit Metadata