codebase-migrate
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and executes an installation script from the vendor's official domain:
curl -fsSL https://composio.dev/install | bash. This is used to set up the necessary CLI environment. - [COMMAND_EXECUTION]: The agent is instructed to run local shell commands for searching code (
rg), managing version control (git), and running test suites (npm test). These are standard operations for codebase refactoring tasks. - [REMOTE_CODE_EXECUTION]: Uses
composio executeto interact with external APIs (GitHub, Linear) and run developer tools. These actions are scoped to the migration workflow described in the skill.
Audit Metadata