ima-copilot
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/install_ima_skill.shfetches the official IMA skill package directly from Tencent's distribution servers atapp-dl.ima.qq.com. - [REMOTE_CODE_EXECUTION]: The installation process downloads a ZIP archive from the vendor's official domain and installs its contents globally using the standard
vercel-labs/skillsdistribution mechanism vianpx skills add. - [COMMAND_EXECUTION]: The skill utilizes system utilities including
curl,unzip, andnpxfor installation and management. It also provides maintenance instructions inreferences/known_issues.mdthat guide the agent through repairing the upstream skill's files with explicit user consent checkpoints. - [CREDENTIALS_UNSAFE]: The skill implements secure credential management by instructing the agent to store API keys in the standard user configuration path (
~/.config/ima/) with restricted filesystem permissions (600). - [DATA_EXFILTRATION]: The search functionality in
scripts/search_fanout.pytransmits search queries to the official IMA OpenAPI atima.qq.com/openapito retrieve knowledge base hits as intended by the skill's primary function.
Audit Metadata