plant-seed

Pass

Audited by Gen Agent Trust Hub on Apr 1, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implements a secure storage pattern by directing all data to a local directory (.seeds/) that the instructions explicitly state should be gitignored. This prevents personal notes or project insights from being accidentally leaked to shared version control systems.
  • [COMMAND_EXECUTION]: The skill uses the Bash tool for benign filesystem operations, such as creating storage directories (mkdir -p .seeds/archived). These commands are static and do not incorporate unvalidated user input directly into shell execution.
  • [SAFE]: The use of the Grep tool is restricted to searching for local 'breadcrumbs' (related files) using keywords extracted from the user's input. This facilitates project navigation without exposing the system to external network risks or unauthorized data access.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 1, 2026, 05:55 AM