async-command
Skill contains hardcoded IP address for undocumented remote SSH connections and references sensitive paths without clear legitimate purpose in documentation.
为什么得出这个结论
3/4 个维度触发发现 2 项声明之外的能力或越权行为。
提取到 1 个高危 IOC 或外联信号。
报告包含 4 步攻击链,另有 2 项高危或严重发现。
没有完整依赖信息,供应链判断需要保留弹性。
攻击链
初始入口 · SKILL.md:1
reconnaissance · SKILL.md:44
权限提升 · SKILL.md:45
最终危害 · SKILL.md:59
风险分是怎么被拉高的
SKILL.md:45 hardcodes 100.111.20.22 for SSH connections without explaining purpose
Skill accesses ~/.ssh/id_ed25519 for SSH but not declared in capability requirements
Writes to /home/nekai/rescue/nyx-secrets.md - credential handling unclear
Establishes SSH connections to external IP without declaring network:WRITE permission
SSH commands run as [email protected]
最关键的证据
Hardcoded External IP Address
The skill contains a hardcoded IP address (100.111.20.22) used for SSH connections. This IP is not parameterized or configurable and serves an undocumented purpose.
SKILL.md:45 SSH Private Key Access
Skill references ~/.ssh/id_ed25519 for SSH authentication. Accessing SSH private keys allows authentication to remote systems.
SKILL.md:44 Secrets File Writing
Skill writes content to /home/nekai/rescue/nyx-secrets.md. Writing to a path named 'secrets' suggests credential handling.
SKILL.md:59 Root-Level Remote Execution
SSH commands execute as root on the remote host ([email protected]), granting full system access.
SKILL.md:45 声明能力 vs 实际能力
exec() calls throughout SKILL.md write(content=..., path="/home/nekai/rescue/nyx-secrets.md") ~/.ssh/id_ed25519 implicit key resolution 可疑产物与外联
100.111.20.22 SKILL.md:45
依赖与供应链
没有结构化依赖告警。
文件构成
SKILL.md