async-command
Skill contains hardcoded IP address for undocumented remote SSH connections and references sensitive paths without clear legitimate purpose in documentation.
Why this conclusion was reached
3/4 dimensions flagged2 undeclared or violating capabilities were inferred.
1 high-risk artifacts or egress signals were extracted.
The report includes 4 attack-chain steps and 2 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
Entry · SKILL.md:1
reconnaissance · SKILL.md:44
Escalation · SKILL.md:45
Impact · SKILL.md:59
What drove the risk score up
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]
Most important evidence
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 Declared capability vs actual capability
exec() calls throughout SKILL.md write(content=..., path="/home/nekai/rescue/nyx-secrets.md") ~/.ssh/id_ed25519 implicit key resolution Suspicious artifacts and egress
100.111.20.22 SKILL.md:45
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md