upgrade-v3
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill employs a variety of CLI tools such as
uv,git,gh, andcurlto automate the migration process, manage the local environment, and verify handler endpoints. These commands are integral to the migration workflow. - [REMOTE_CODE_EXECUTION]: The skill refactors the repository's source code and executes it locally using
pytestand a local application server (atlan app run). It also manages the installation and upgrading of necessary Python packages liketemporalioand theatlan-application-sdkitself. - [CREDENTIALS_UNSAFE]: To verify the migration, the skill instructs the agent to retrieve API credentials from a local
.envfile and use them to test authentication endpoints on the local host. This sensitive data access is restricted to the local development context.
Audit Metadata