solutions-installer
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill clones the solution repository from
https://github.com/Snowflake-Labs/sf-solutions.gitto a local temporary directory. This repository contains the solution manifests, READMEs, and SQL scripts required for installation. - [COMMAND_EXECUTION]: Uses the Bash tool to execute
git clonefor retrieving the remote repository andgit pullfor updates. This is a standard operation for fetching deployment materials from the official vendor. - [REMOTE_CODE_EXECUTION]: The skill reads SQL setup and teardown scripts (
install_scriptsandteardown_scripts) from the cloned repository and executes them using thesnowflake_sql_executetool. This behavior is the primary intended function of the skill and targets an official vendor source. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it ingests and executes SQL scripts from an external repository.
- Ingestion points: SQL scripts and manifest files are fetched from the
Snowflake-Labs/sf-solutionsGitHub repository. - Boundary markers: The skill reads specific scripts defined in a structured
manifest.jsonfile and presents an installation plan for user confirmation before execution. - Capability inventory: The skill uses
snowflake_sql_executeto run database commands andBashfor repository management. - Sanitization: The skill executes the SQL content provided in the repository files directly. Because the source is an official vendor repository, the risk is consistent with standard solution deployment.
Audit Metadata