ai-automation-workflows
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto download and install additional components from theinference-shorganization.\n- [DATA_EXFILTRATION]: Thedata_processing.shtemplate reads local file content usingcatand transmits the data to remote services for AI analysis via theinfshCLI.\n- [COMMAND_EXECUTION]: The skill provides documentation for establishing persistence through systemcrontaband demonstrates the use ofsubprocess.runin Python to execute CLI commands.\n- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface where external file content is interpolated into AI prompts without sanitization.\n - Ingestion points:
data_processing.sh(reading files from./data/raw/).\n - Boundary markers: Absent; file content is concatenated directly into the JSON prompt string.\n
- Capability inventory: Remote AI model execution via
infsh; local file system read access.\n - Sanitization: Absent; content is interpolated directly into shell-executed JSON strings.
Audit Metadata