digital-garden-cultivator
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill includes instructions to bypass git pre-commit hooks using the command
SKIP=... git commitin the troubleshooting section ofSKILL.md. This encourages bypassing established security and quality validation filters. - [PROMPT_INJECTION]: The skill exposes an indirect prompt injection surface through its data processing workflow. Ingestion points: The skill reads external data from
garden.jsonfiles via thegarden_metrics.pyscript. Boundary markers: No delimiters or explicit instructions are provided to the agent to ignore potentially malicious content within the JSON files. Capability inventory: The skill performs shell command execution viapython scripts/garden_metrics.py. Sanitization: No evidence of input validation or escaping for the data content is described in the provided files. - [COMMAND_EXECUTION]: The skill executes a local Python script
garden_metrics.pyusing paths provided in the command line.
Audit Metadata