agent-session-monitor

Fail

Audited by Snyk on May 16, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.80). The skill explicitly records and displays complete conversation messages and generates URLs/outputs containing session IDs, so an agent following it may verbatim expose any secrets embedded in user messages or session data even though it doesn't request API keys.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.80). The skill's LogParser in main.py explicitly reads Higress access logs (e.g., /var/log/higress/access.log) and parses the ai_log JSON (containing user messages, question/answer/reasoning and tool_calls), and those untrusted, user-generated fields are consumed by the CLI/webserver (scripts/cli.py and scripts/webserver.py) to display conversation content and compute token/cost metrics—so third-party content is ingested and can materially affect displayed outputs and cost/decision calculations.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
HIGH
Analyzed
May 16, 2026, 03:17 AM
Issues
2
Security Audit — snyk — agent-session-monitor