meta-skill-importer
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The PowerShell script
scripts/import_skill.ps1performs agit cloneoperation to download content from remote repositories provided via theRepoUrlparameter. The documentation provides examples targeting official, well-known repositories from Google Gemini. - [COMMAND_EXECUTION]: The skill executes the
gitcommand-line utility and various PowerShell file system cmdlets (Move-Item,Remove-Item,Test-Path) to automate the cloning and placement of external skill files. These operations are restricted to the local file system and are consistent with the skill's stated purpose as an importer tool.
Audit Metadata