CtrlK
BlogDocsLog inGet started
Tessl Logo

linux-privesc-enum

Systematic Linux privilege-escalation enumeration methodology — ordered phases covering sudo, SUID/SGID, capabilities, cron, writable paths, NFS, kernel CVEs, and GTFOBins lookup, grounded in LLM-assisted autonomous privesc research (hackingBuddyGPT/ipa-lab).

62

Quality

73%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./packages/decepticon/decepticon/skills/standard/post-exploit/linux-privesc-enum/SKILL.md
SKILL.md
Quality
Evals
Security
Critical

E006: Malicious code pattern detected in skill scripts.

What this means

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.

Why it was flagged

This document is an explicit offensive privilege-escalation guide providing step-by-step exploitation commands (sudo/SUID/LD_PRELOAD/cron/dirtypipe etc.), credential theft and persistence instructions, and guidance to fetch remote payloads—clearly intended to enable unauthorized access and backdoor installation.

Report incorrect finding
High

W007: Insecure credential handling detected in skill instructions.

What this means

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.

Why it was flagged

This skill explicitly instructs the agent to locate and read environment variables, /etc/shadow, SSH private keys, packet captures, and other sensitive files/outputs, which requires handling and potentially outputting secret values verbatim (high exfiltration risk).

Medium

W013: Attempt to modify system services in skill instructions.

What this means

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.

Why it was flagged

This skill contains explicit, step-by-step instructions to escalate privileges and modify system state (e.g., overwrite /etc/passwd, edit /etc/sudoers, create SUID backdoors, install persistence), which directly compromise the host.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

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.

Why it was flagged

The required workflow includes a GTFOBins lookup that fetches public web content at runtime (e.g., `GTFOBins lookup workflow` calling `https://gtfobins.github.io/...`), so outsider-authored free text from that page can be ingested into the agent’s LLM context for summarization/decision-making.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

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.

Why it was flagged

The skill contains a runtime command that curl-fetches and pipes a remote script to bash—executing code from https://<ATTACKER_IP>/linpeas.sh—so it fetches and runs external code during runtime.

Repository
PurpleAILAB/Decepticon
Audited
Security analysis
Snyk

Is this your skill?

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.