Pilot Task Router

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This instruction-only skill is coherent for routing Pilot Protocol tasks, but users should remember it can send task details to discovered external agents.

This skill appears benign and purpose-aligned. Before installing, make sure you trust your Pilot Protocol setup and avoid routing tasks that contain secrets, private data, or irreversible instructions unless you have verified the destination agent.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Task details may be sent to another agent selected from discoverable peers.

Why it was flagged

The skill submits task text to a selected Pilot peer, which is expected for a task router but involves inter-agent data sharing.

Skill content
pilotctl --json task submit "$BEST_AGENT" --task "Run ML inference"
Recommendation

Avoid including secrets or sensitive data in routed tasks unless you trust the selected Pilot agent and network.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

If invoked with an inappropriate task, the agent could submit work to a peer you did not intend.

Why it was flagged

The skill exposes Bash-based pilotctl workflows for peer search and task submission; this is central to the stated purpose but gives the agent operational command capability.

Skill content
allowed-tools:
  - Bash
Recommendation

Use it for explicit routing tasks and review the destination agent and task content for sensitive or high-impact work.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

Setup may fail or behave unexpectedly if jq or the Pilot daemon is not installed and understood.

Why it was flagged

The SKILL.md dependency list includes jq and the Pilot protocol/daemon, while registry requirements only declare pilotctl.

Skill content
Requires pilot-protocol, pilotctl, jq, and running daemon with discoverable peers.
Recommendation

Confirm pilotctl, jq, and the Pilot daemon are installed from trusted sources before using the skill.