可信 — 风险评分 5/100
上次扫描:19 小时前 重新扫描
5 /100
acpx
Use acpx as a headless ACP CLI for agent-to-agent communication, including prompt/exec/sessions workflows, session scoping, queueing, permissions, and output formats.
This skill is a pure documentation file (SKILL.md) describing the `acpx` CLI tool for agent-to-agent communication. No implementation code, scripts, or malicious behavior is present.
技能名称acpx
分析耗时31.2s
引擎pi
可以安装
No action needed. This is a documentation-only skill. Ensure the external `acpx` npm package is sourced from a trusted registry.

安全发现 2 项

严重性 安全发现 位置
提示
External npm package dependency 供应链
The skill documents the use of external npm packages (acpx, @zed-industries/codex-acp, pi-acp, etc.) invoked via npx. Version pinning is not enforced in documentation.
npm i -g acpx; npx @zed-industries/codex-acp
→ Pin package versions in production workflows to prevent dependency confusion attacks.
SKILL.md:70
提示
Permission mode flags documented 文档欺骗
The skill documents --approve-all, --approve-reads, and --deny-all flags that control what the acpx tool can do. This is legitimate CLI design for permission control.
--approve-all: auto-approve all permission requests
→ No action needed. This is standard permission control design for agent tools.
SKILL.md:159
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file operations in SKILL.md
网络访问 NONE NONE No network operations in SKILL.md
命令执行 NONE NONE No shell execution in SKILL.md
环境变量 NONE NONE No env access in SKILL.md
技能调用 NONE NONE No skill invocation in SKILL.md
剪贴板 NONE NONE No clipboard access in SKILL.md
浏览器 NONE NONE No browser access in SKILL.md
数据库 NONE NONE No database access in SKILL.md

目录结构

1 文件 · 10.2 KB · 321 行
Markdown 1f · 321L
└─ 📝 SKILL.md Markdown 321L · 10.2 KB

依赖分析 3 项

包名版本来源已知漏洞备注
acpx * npm Not pinned in documentation
@zed-industries/codex-acp * npx Not pinned in documentation
pi-acp * npx Not pinned in documentation

安全亮点

✓ No implementation code present - pure documentation
✓ No credential harvesting or exfiltration behavior
✓ No obfuscated code or base64 payloads
✓ No suspicious network connections documented
✓ No filesystem operations without user consent
✓ No reverse shell or C2 behavior
✓ No supply chain attack indicators within the skill itself
✓ Clear and accurate documentation of the tool's behavior