skills/jeremylongshore/claude-code-plugins-plus-skills/mistral-upgrade-migration/Gen Agent Trust Hub
mistral-upgrade-migration
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Uses standard development tools including npm, pip, and git for version management and package installation. These operations are appropriate for the skill's stated purpose.
- [EXTERNAL_DOWNLOADS]: Downloads the official @mistralai/mistralai package from npm and mistralai from PyPI. These are well-known libraries from the official SDK provider.
- [COMMAND_EXECUTION]: Generates a migration script (scripts/migrate-mistral.ts) that uses filesystem and globbing modules to automate search-and-replace transformations on local project files.
- [DATA_EXFILTRATION]: References the use of environment variables for API keys during integration tests, which follows standard security practices for credential management in development environments.
Audit Metadata