ai-automation-workflows
Pass
Audited by Gen Agent Trust Hub on May 28, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documents patterns for ingesting external data into model prompts, which presents an inherent surface for indirect injection if processed files contain malicious instructions.
- Ingestion points: The
data_processing.shtemplate reads content from local text files in./data/raw/. - Capability inventory: The skill uses the
beltCLI to run various AI models (openrouter/claude-haiku-45,falai/flux-dev, etc.). - Boundary markers: The templates do not use specific delimiters or instructions to ignore embedded commands in the processed data.
- Sanitization: No sanitization is performed on the file content before it is interpolated into the JSON input for the
beltcommand. - [EXTERNAL_DOWNLOADS]: The documentation references installation scripts and related automation skills hosted on the official GitHub repository for the inference-sh organization.
- [COMMAND_EXECUTION]: The skill provides various Bash and Python templates that perform legitimate automation tasks, such as directory creation, file reading, and executing the
beltCLI tool. - [DATA_EXFILTRATION]: Includes a monitoring template that uses
curlto send error logs to a placeholder webhook URL (your-webhook.com). This is a standard functional pattern for workflow alerting and does not involve the transmission of sensitive system data.
Audit Metadata