deepagents-thread-inspector

Pass

Audited by Gen Agent Trust Hub on Jul 22, 2026

Risk Level: SAFE
Full Analysis
  • Environment Bootstrapping: The skill includes logic to ensure it runs within a Python environment that has the necessary dependencies (such as langgraph) installed. It programmatically identifies the path of the dcode or deepagents-code CLI tool on the local system and may re-execute itself using that environment's Python interpreter. This allows the skill to reliably process conversation data regardless of the initial execution context.\n- Read-Only Database Interaction: The tool accesses local conversation data stored in a SQLite database. It establishes connections using the mode=ro (read-only) parameter, which is a recommended security practice to prevent unintended modifications or deletions of session data during inspection.\n- Secure Data Handling: The script reconstructs conversation history by deserializing database records using established libraries. It includes explicit instructions for the agent to synthesize this information carefully, warning against the exposure of credentials, tokens, or personal data that might be contained within the local session records.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 22, 2026, 08:31 AM
Security Audit — agent-trust-hub — deepagents-thread-inspector