← 返回 Skills 市场
teoslayer

Pilot Quarantine

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-quarantine
功能描述
Isolate suspicious agents pending investigation in Pilot Protocol networks. Use this skill when: 1. You detect compromised or suspicious agents that need iso...
安全使用建议
This skill appears to do what it says (use pilotctl to isolate agents) but has metadata inconsistencies you should resolve before installing. Actionable steps: 1) Verify the pilotctl binary is the trusted upstream binary from Pilot Protocol, and that the local daemon behavior (untrust/disconnect/handshake) matches your expectations. 2) Confirm jq and openssl (and standard shell tools) are available — the SKILL.md uses them but they are not listed in the registry metadata. 3) Expect the skill to create and modify files under ~/.pilot/quarantine/; inspect those files and set appropriate filesystem permissions. 4) Avoid supplying untrusted input for AGENT or QUARANTINE_ID to prevent command/record injection; prefer a vetted UI or strict validation. 5) Ask the publisher to update the skill metadata to list all required binaries (jq, openssl, date/mv are commonly available) and to declare the config path (~/.pilot/quarantine) so you can audit and control its persistent state. If you cannot verify pilotctl's provenance or the missing metadata is not corrected, do not install in production.
功能分析
Type: OpenClaw Skill Name: pilot-quarantine Version: 1.0.0 The skill provides legitimate security functionality for isolating agents via the pilotctl utility and local state management in ~/.pilot/quarantine/. However, it is classified as suspicious due to multiple shell and command injection vulnerabilities in SKILL.md. Specifically, the 'Quarantine Agent' and 'Enforce Quarantine' commands embed the $AGENT variable directly into jq filters and pipe the output to xargs, which could allow a maliciously named agent to execute arbitrary commands or bypass isolation logic.
能力评估
Purpose & Capability
The skill's name and description describe quarantining Pilot Protocol agents and the SKILL.md contains pilotctl commands to untrust/disconnect agents — this is coherent. However, the registry metadata only declares pilotctl as a required binary while the instructions also require jq and openssl and assume a ~/.pilot/quarantine path; those omissions are inconsistent with the stated purpose and expected setup.
Instruction Scope
Runtime instructions read and write files under ~/.pilot/quarantine (creating active and resolved JSON records) and run pilotctl commands that disconnect/untrust agents. The SKILL.md references filesystem paths and uses external binaries (jq, openssl, date, mv) but the declared requirements did not list those. The skill will modify user home state and perform network/control actions via pilotctl; the instructions do not limit input validation for AGENT/QUARANTINE_ID and could be misused if those variables come from untrusted sources.
Install Mechanism
This is an instruction-only skill with no install spec and no archive downloads — low installation risk. Nothing will be written by an installer, although runtime commands do write files.
Credentials
No environment variables or credentials are requested. The skill relies on a local pilotctl daemon and on local binaries; that is proportionate to the stated task. Still, it modifies local quarantine records in the user's home directory which is a type of persistent state that should be expected and declared.
Persistence & Privilege
The skill does not request always:true and does not alter other skills, but it creates and maintains persistent records under ~/.pilot/quarantine. The metadata did not declare these required config paths; installation should disclose that it writes to the user's home directory so operators can review and control file permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-quarantine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-quarantine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-quarantine
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Quarantine 是什么?

Isolate suspicious agents pending investigation in Pilot Protocol networks. Use this skill when: 1. You detect compromised or suspicious agents that need iso... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Pilot Quarantine?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-quarantine」即可一键安装,无需额外配置。

Pilot Quarantine 是免费的吗?

是的,Pilot Quarantine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pilot Quarantine 支持哪些平台?

Pilot Quarantine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pilot Quarantine?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论