insta
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill contains instructions to download and execute a shell script for CLI installation:
curl -fsSL https://raw.githubusercontent.com/InsForge/insta-cli/main/install.sh | sh. This is a standard installation pattern for the vendor's tools and points to their official GitHub repository. - [EXTERNAL_DOWNLOADS]: The skill references the installation of the
instapackage through official package managers, includingnpm install -g instaandnpx insta@latest. These are necessary dependencies for the skill's functionality and are sourced from the vendor's registry presence. - [COMMAND_EXECUTION]: The skill provides an extensive interface for executing commands via the
instaCLI to manage cloud resources (Postgres, Storage, Compute). It includes mechanisms for gated actions (approvals) and audit logging (insta observe) to maintain security and oversight during command execution.
Audit Metadata