arkts-skill
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes utility scripts (
fetch_huawei_migration_api.py,fetch_huawei_migration_refs.sh) that fetch documentation updates from official Huawei developer domains (developer.huawei.com). These network operations are part of the intended workflow to keep language references up to date with the latest specifications. - [COMMAND_EXECUTION]: Maintenance scripts perform documentation processing using system tools. For example,
fetch_huawei_migration_api.pyusessubprocess.runto callpandocfor converting HTML content to Markdown, andsearch_chapters.shprovides a search wrapper around theripgrep(rg) utility. These commands operate on local documentation files and do not involve arbitrary shell execution.
Audit Metadata