mistral-upgrade-migration
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_CONTEXT_INJECTION]: The skill uses dynamic context injection (
!npm list,!pip show) at load time to detect existing SDK versions. This provides necessary context for the agent to guide the migration and is a standard use case for developer-centric skills.- [COMMAND_EXECUTION]: The skill utilizes shell commands throughnpmandgittools to perform version checks, install updates, and manage version control branches. These operations are scoped to necessary tools and clearly documented.- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the official Mistral AI SDK via standard package managers. The source for these downloads is the official registry for a well-known service.- [DATA_ACCESS]: The skill includes an automated migration script that reads and modifies project files in thesrc/directory. This is used for applying code transforms (e.g., updating import statements and class constructors) and is a core part of the skill's utility.
Audit Metadata