Skip to main content

ipc-communication

Facilitates Inter-Process Communication in Rust applications using JSON messages for efficient agent orchestration.

Install this skill

or
55/100

Security score

The ipc-communication skill was audited on Feb 12, 2026 and we found 3 security issues across 1 threat category, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 115

Direct command execution function call

SourceSKILL.md
115pub async fn spawn(agent_path: &str) -> anyhow::Result<Self> {
high line 120

Direct command execution function call

SourceSKILL.md
120.spawn()?;
high line 176

Direct command execution function call

SourceSKILL.md
176let agent = AgentProcess::spawn(agent_path).await?;
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →