ai-automation-workflows
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill demonstrates processing external data by interpolating it directly into prompts for AI models, creating an indirect prompt injection surface.
- Ingestion points: The
data_processing.shscript reads local file content using$(cat $file), andconditional_workflow.shprocesses the$INPUT_TEXTvariable. - Boundary markers: Absent; the external content is placed directly into the prompt string without delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill uses
belt app runto invoke various AI models (Claude, Flux, etc.) based on these prompts. - Sanitization: No sanitization, escaping, or validation is performed on the ingested content before it is processed by the AI models.
- [COMMAND_EXECUTION]: The skill provides numerous Bash and Python script templates that execute the
beltCLI tool and other shell commands. - Evidence: Scripts like
batch_images.sh,content_pipeline.sh, andautomation.pyuse shell execution orsubprocesscalls to run vendor-provided tools. - [EXTERNAL_DOWNLOADS]: The skill references installation instructions and other skills hosted on the author's GitHub repository.
- Evidence: Links to
https://raw.githubusercontent.com/inference-sh/skills/and commands likenpx skills add inference-sh/skills@...are used to extend functionality.
Audit Metadata