update-provider-models
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution Patterns: The skill utilizes shell commands such as
grepto locate specific model ID strings andpnpmto execute package tests. These are standard utilities for repository maintenance, used here to verify that model additions or removals are correctly implemented across the project. - Input Ingestion Considerations: The skill is designed to handle model ID updates potentially sourced from external issue descriptions. While this involves processing untrusted data, the skill includes explicit instructions for exact matching and restricted file targeting to ensure modifications are precise and limited to the intended scope.
- Integrity Safeguards: The instructions include several constraints to protect the codebase, such as prohibiting unrelated code changes and excluding historical records like changelogs from modification, which helps maintain project stability.
Audit Metadata