insta
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the official CLI installer and setup scripts from the vendor's repository at
raw.githubusercontent.com/InsForge/insta-cli/main/install.shandagents.instacloud.com. These are legitimate resources owned by the skill author used for environment initialization. - [REMOTE_CODE_EXECUTION]: The skill executes the downloaded setup script by piping the output of
curldirectly to the shell (sh). This is the intended installation and upgrade mechanism for theinstatoolset. - [COMMAND_EXECUTION]: The skill makes extensive use of shell commands to drive the
instaCLI, manage project files, and perform data operations. It also utilizes standard utilities likegitfor repository management andpsql/pg_dumpfor database migration and verification. - [INDIRECT_PROMPT_INJECTION]: The skill contains logic for processing untrusted external data, primarily during the migration of applications from other platforms or when deploying service templates from remote GitHub URLs.
- Ingestion points: External data enters the context when the agent connects to third-party database URLs for migrations or clones remote repositories for template deployments.
- Boundary markers: The instructions rely on a robust "approval relay" system where sensitive mutations require an admin to provide a single-use authorization code, ensuring human oversight of the agent's actions.
- Capability inventory: The agent can execute remote commands on compute instances, manage environment secrets, and perform network requests to verify service health.
- Sanitization: The skill emphasizes the use of environment variables and shell pipes to handle sensitive credentials securely, preventing their exposure in command logs or stdout. It also includes the
insta --agent observetool to detect and redacted sensitive information in tool outputs.
Audit Metadata