ai-automation-workflows
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill includes patterns that ingest external data (e.g.,
$(cat $file)indata_processing.sh) and pipe it directly into AI model prompts without sanitization or boundary markers. - Ingestion points:
data_processing.shreads all.txtfiles in a directory. - Boundary markers: Absent. Content is interpolated directly into a JSON prompt string.
- Capability inventory: The skill uses
belt app runto execute various AI models andcurlfor alerting. - Sanitization: None detected.
- [EXTERNAL_DOWNLOADS]: The documentation includes references to external scripts and installation guides from GitHub.
- Evidence:
https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.mdis referenced for installation instructions. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool and provides multiple shell script templates that execute thebeltCLI tool,curl, and file system operations. - Evidence: Extensive use of
belt app run,mkdir, and redirection in provided automation patterns.
Audit Metadata