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 curl for network requests and jq for 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/events and /api/v1/agent/issues endpoints 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 curl and JSON processing via jq.
  • Sanitization: No explicit sanitization or filtering of log messages or stack traces is performed before the data is presented to the agent.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 3, 2026, 04:41 AM