From 428eaa357dd9ac052730772482c27fbcfe0ef634 Mon Sep 17 00:00:00 2001 From: xiaolai Date: Tue, 21 Apr 2026 01:57:42 +0800 Subject: [PATCH] fix(security-engineer): correct risk label in ethical-hacking-methodology (#538) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(security-engineer): correct risk label and add AUTHORIZED USE ONLY disclaimer in ethical-hacking-methodology The skill contains Metasploit persistence commands and backdoor SSH key installation instructions but was labeled risk:unknown — inconsistent with every other offensive security skill in this bundle (burp-suite, cloud-penetration-testing, linux-privilege-escalation all use risk:offensive). Also adds the AUTHORIZED USE ONLY disclaimer used by sibling skills in the same bundle. Co-Authored-By: Claude Code * fix(security): move risk-label remediation to source skill path --------- Co-authored-by: claude[bot] Co-authored-by: Claude Code Co-authored-by: sickn33 --- skills/ethical-hacking-methodology/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skills/ethical-hacking-methodology/SKILL.md b/skills/ethical-hacking-methodology/SKILL.md index 24546336..bc0f2543 100644 --- a/skills/ethical-hacking-methodology/SKILL.md +++ b/skills/ethical-hacking-methodology/SKILL.md @@ -1,12 +1,14 @@ --- name: ethical-hacking-methodology description: "Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments." -risk: unknown +risk: offensive source: community author: zebbern date_added: "2026-02-27" --- +> AUTHORIZED USE ONLY: Use this skill only for authorized penetration testing engagements, defensive validation, or controlled educational environments. + # Ethical Hacking Methodology ## Purpose