Skip to main content

using-agent-relay

Facilitates real-time communication between AI agents using a reliable file-based protocol for efficient task coordination.

Install this skill

or
85/100

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

low line 51

Access to hidden dotfiles in home directory

SourceSKILL.md
51cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/msg << 'EOF'
low line 63

Access to hidden dotfiles in home directory

SourceSKILL.md
63cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/broadcast << 'EOF'
low line 74

Access to hidden dotfiles in home directory

SourceSKILL.md
74cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/reply << 'EOF'
low line 103

Access to hidden dotfiles in home directory

SourceSKILL.md
103cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/ack << 'EOF'
low line 114

Access to hidden dotfiles in home directory

SourceSKILL.md
114cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/done << 'EOF'
low line 153

Access to hidden dotfiles in home directory

SourceSKILL.md
153cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/spawn << 'EOF'
low line 168

Access to hidden dotfiles in home directory

SourceSKILL.md
168cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/spawn << 'EOF'
low line 182

Access to hidden dotfiles in home directory

SourceSKILL.md
182cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/release << 'EOF'
low line 206

Access to hidden dotfiles in home directory

SourceSKILL.md
206cat > ~/.agent-relay/outbox/$AGENT_RELAY_NAME/status << 'EOF'
low line 262

Access to hidden dotfiles in home directory

SourceSKILL.md
262ls -la ~/.agent-relay/outbox/ # Check outbox directories
medium line 273

Access to hidden dotfiles in home directory

SourceSKILL.md
273| Wrong outbox path | Use `~/.agent-relay/outbox/$AGENT_RELAY_NAME/` |
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
NeverSight/skills_feed