lognorth
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Employs shell commands including
curlfor network requests andjqfor data processing. It uses command substitution ($(date ...)) to calculate relative timestamps for API queries. - [EXTERNAL_DOWNLOADS]: Interacts with a remote API service at a user-defined URL (
$LOGNORTH_URL) to fetch application events and error reports. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data (logs and error messages) from the LogNorth API.
- Ingestion points: Data retrieved from the
/api/v1/agent/eventsand/api/v1/agent/issuesendpoints into the agent context. - Boundary markers: None; the skill does not specify delimiters or instructions to the agent to ignore embedded commands within the log data.
- Capability inventory: The skill includes network access via
curland JSON processing viajq. - Sanitization: No explicit sanitization or filtering of log messages or stack traces is performed before the data is presented to the agent.
Audit Metadata