skills/atrislabs/atris/memory/Gen Agent Trust Hub

memory

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION] (LOW): The skill directs the agent to execute grep commands on the local filesystem. While the scope is limited to the atris/logs/ directory, it involves generating shell commands based on user-provided keywords.
  • [DATA_EXPOSURE] (LOW): The documentation explicitly suggests searching for sensitive terms like 'auth', 'token', and 'credential' in historical logs. While intended for context retrieval, this surface can expose secrets stored in history to the active LLM context.
  • [INDIRECT_PROMPT_INJECTION] (LOW): The skill processes historical log data which acts as an untrusted input source.
  • Ingestion points: Journal files located at atris/logs/YYYY/YYYY-MM-DD.md are read into context via the Read tool and grep output.
  • Boundary markers: Absent. The instructions for sub-agents (e.g., Task(haiku)) interpolate raw log content directly into the task description without delimiters or instructions to ignore embedded commands.
  • Capability inventory: The agent has the ability to read files, execute shell commands (grep), and spawn sub-agents.
  • Sanitization: None provided. Data from logs is used directly to synthesize answers or as input for further reasoning tasks.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:20 PM