shell-tools
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill's documentation and scripts are benign and do not contain malicious patterns or obfuscation.
- [COMMAND_EXECUTION]: Guidance is provided for using standard Unix utilities like
jq,xargs, andparallel. These tools are legitimate and intended for the skill's primary purpose of data processing. - [EXTERNAL_DOWNLOADS]: Demonstration of data ingestion using
curlfromapi.example.comis used neutrally for educational purposes. - [PROMPT_INJECTION]: The processing of external data via shell tools creates an indirect prompt injection surface.
- Ingestion points: API data fetched via
curland file inputs as described inSKILL.md. - Boundary markers: None are explicitly included in the pipeline examples provided.
- Capability inventory: Significant command execution capabilities are available through the documented shell tools.
- Sanitization: Structural parsing with
jqis demonstrated, but no content-level sanitization is provided for data interpreted by the LLM.
Audit Metadata