claude-arabic
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads installation scripts (
install.shandinstall.ps1) from the author's GitHub repository (github.com/JamalMohafil/claude-arabic-terminal). These resources are used to set up the project locally. - [REMOTE_CODE_EXECUTION]: The installation process involves piping remote scripts directly into shell interpreters (
curl ... | bashon macOS/Linux andirm ... | iexon Windows). While this pattern is commonly used for legitimate developer tools, it executes remote content in the user's shell environment. - [COMMAND_EXECUTION]: The skill uses various shell commands for environment checks (
git --version,node -v,claude --version), verification of installation (ls,command -v), and troubleshooting (chmod). These operations are consistent with the skill's stated purpose of software installation and configuration.
Audit Metadata