skills/dicklesworthstone/remote_compilation_helper/remote-compilation-helper-setup/Gen Agent Trust Hub
remote-compilation-helper-setup
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to install a local daemon (
rchd) and configure a hook that intercepts AI agent shell commands (likecargo build,gcc,bun test) to redirect them to remote servers. - [EXTERNAL_DOWNLOADS]: Contains instructions to install the Rust toolchain using the
curl | shpattern from the officialsh.rustup.rsdomain, which is a well-known and trusted service. - [REMOTE_CODE_EXECUTION]: The primary purpose of the tool being configured is to execute code on remote workers. The setup guide includes commands for probing workers and installing dependencies on them via SSH.
- [CREDENTIALS_UNSAFE]: The skill requires access to SSH identity files (e.g.,
~/.ssh/id_ed25519) andssh-agentto manage authentication for the remote workers, which is standard practice for SSH-based tools.
Audit Metadata