using-agent-relay
Facilitates real-time communication between AI agents using a reliable file-based protocol for efficient task coordination.
Install this skill
Security score
The using-agent-relay skill was audited on Feb 27, 2026 and we found 11 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 51 | cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/msg << 'EOF' |
Access to hidden dotfiles in home directory
| 63 | cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/broadcast << 'EOF' |
Access to hidden dotfiles in home directory
| 74 | cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/reply << 'EOF' |
Access to hidden dotfiles in home directory
| 103 | cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/ack << 'EOF' |
Access to hidden dotfiles in home directory
| 114 | cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/done << 'EOF' |
Access to hidden dotfiles in home directory
| 153 | cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/spawn << 'EOF' |
Access to hidden dotfiles in home directory
| 168 | cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/spawn << 'EOF' |
Access to hidden dotfiles in home directory
| 182 | cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/release << 'EOF' |
Access to hidden dotfiles in home directory
| 206 | cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/status << 'EOF' |
Access to hidden dotfiles in home directory
| 262 | ls -la ~/.agent-relay/outbox/ # Check outbox directories |
Access to hidden dotfiles in home directory
| 273 | | Wrong outbox path | Use `~/.agent-relay/outbox/$AGENT_RELAY_NAME/` | |