kya
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads its core binary and installation scripts from the author's official GitHub repository.
- Evidence: The
install.shscript fetcheskya-agentrelease assets fromhttps://github.com/awp-worknet/kya-skill/releases/latest/download/. - Evidence: The
bootstrap.shandsmoke_test.shscripts download the installation script fromhttps://raw.githubusercontent.com/awp-worknet/kya-skill/main/install.sh. - [COMMAND_EXECUTION]: The skill performs shell-based operations to execute the downloaded binary and other local tools.
- Evidence:
src/cmd/open.rsimplements a command dispatcher that re-invokes thekya-agentbinary usingstd::process::Commandto handlekya-sign://magic links. - Evidence:
src/wallet.rsexecutes theawp-walletCLI for cryptographic signing operations. - Evidence:
src/cmd/sign.rsutilizes platform-specific utilities likepbpaste,xclip, orpowershellto read content from the system clipboard.
Audit Metadata