Pentest Checklist logo

Pentest Checklist

CommunityPopular
zebbern
pentest-checklist

This skill should be used when the user asks to "plan a penetration test", "create a security assessment checklist", "prepare for penetration testing", "define pentest scope", "follow security testing best practices", or needs a structured methodology for penetration testing engagements.

Overview

Publisherzebbern
Repositoryclaude-code-guide
Skill namepentest-checklist
Stars
4.6K
Forks
464
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by zebbern on GitHub. Read the source before you install it.

Installation

Install the Pentest Checklist AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/zebbern/claude-code-guide.git /tmp/claude-code-guide
mkdir -p .claude/skills
cp -r /tmp/claude-code-guide/skills/pentest-checklist .claude/skills/pentest-checklist
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Pentest Checklist in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Pentest Checklist on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Pentest Checklist is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Pentest Checklist

Purpose

Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities.

Inputs/Prerequisites

  • Clear business objectives for testing
  • Target environment information
  • Budget and timeline constraints
  • Stakeholder contacts and authorization
  • Legal agreements and scope documents

Outputs/Deliverables

  • Defined pentest scope and objectives
  • Prepared testing environment
  • Security monitoring data
  • Vulnerability findings report
  • Remediation plan and verification

Core Workflow

Phase 1: Scope Definition

Define Objectives
  • Clarify testing purpose - Determine goals (find vulnerabilities, compliance, customer assurance)
  • Validate pentest necessity - Ensure penetration test is the right solution
  • Align outcomes with objectives - Define success criteria

Reference Questions:

  • Why are you doing this pentest?
  • What specific outcomes do you expect?
  • What will you do with the findings?
Know Your Test Types
TypePurposeScope
External PentestAssess external attack surfacePublic-facing systems
Internal PentestAssess insider threat riskInternal network
Web ApplicationFind application vulnerabilitiesSpecific applications
Social EngineeringTest human securityEmployees, processes
Red TeamFull adversary simulationEntire organization
Enumerate Likely Threats
  • Identify high-risk areas - Where could damage occur?
  • Assess data sensitivity - What data could be compromised?
  • Review legacy systems - Old systems often have vulnerabilities
  • Map critical assets - Prioritize testing targets
Define Scope
  • List in-scope systems - IPs, domains, applications
  • Define out-of-scope items - Systems to avoid
  • Set testing boundaries - What techniques are allowed?
  • Document exclusions - Third-party systems, production data
Budget Planning
FactorConsideration
Asset ValueHigher value = higher investment
ComplexityMore systems = more time
Depth RequiredThorough testing costs more
Reputation ValueBrand-name firms cost more

Budget Reality Check:

  • Cheap pentests often produce poor results
  • Align budget with asset criticality
  • Consider ongoing vs. one-time testing

Phase 2: Environment Preparation

Prepare Test Environment
  • Production vs. staging decision - Determine where to test
  • Set testing limits - No DoS on production
  • Schedule testing window - Minimize business impact
  • Create test accounts - Provide appropriate access levels

Environment Options:

Production  - Realistic but risky
Staging     - Safer but may differ from production
Clone       - Ideal but resource-intensive
Run Preliminary Scans
  • Execute vulnerability scanners - Find known issues first
  • Fix obvious vulnerabilities - Don't waste pentest time
  • Document existing issues - Share with testers

Common Pre-Scan Tools:

bash
# Network vulnerability scan
nmap -sV --script vuln TARGET

# Web vulnerability scan
nikto -h http://TARGET
Review Security Policy
  • Verify compliance requirements - GDPR, PCI-DSS, HIPAA
  • Document data handling rules - Sensitive data procedures
  • Confirm legal authorization - Get written permission
Notify Hosting Provider
  • Check provider policies - What testing is allowed?
  • Submit authorization requests - AWS, Azure, GCP requirements
  • Document approvals - Keep records

Cloud Provider Policies:

Freeze Developments
  • Stop deployments during testing - Maintain consistent environment
  • Document current versions - Record system states
  • Avoid critical patches - Unless security emergency

Phase 3: Expertise Selection

Find Qualified Pentesters
  • Seek recommendations - Ask trusted sources
  • Verify credentials - OSCP, GPEN, CEH, CREST
  • Check references - Talk to previous clients
  • Match expertise to scope - Web, network, mobile specialists

Evaluation Criteria:

FactorQuestions to Ask
ExperienceYears in field, similar projects
MethodologyOWASP, PTES, custom approach
ReportingSample reports, detail level
CommunicationAvailability, update frequency
Define Methodology
  • Select testing standard - PTES, OWASP, NIST
  • Determine access level - Black box, gray box, white box
  • Agree on techniques - Manual vs. automated testing
  • Set communication schedule - Updates and escalation

Testing Approaches:

TypeAccess LevelSimulates
Black BoxNo informationExternal attacker
Gray BoxPartial accessInsider with limited access
White BoxFull accessInsider/detailed audit
Define Report Format
  • Review sample reports - Ensure quality meets needs
  • Specify required sections - Executive summary, technical details
  • Request machine-readable output - CSV, XML for tracking
  • Agree on risk ratings - CVSS, custom scale

Report Should Include:

  • Executive summary for management
  • Technical findings with evidence
  • Risk ratings and prioritization
  • Remediation recommendations
  • Retesting guidance

Phase 4: Monitoring

Implement Security Monitoring
  • Deploy IDS/IPS - Intrusion detection systems
  • Enable logging - Comprehensive audit trails
  • Configure SIEM - Centralized log analysis
  • Set up alerting - Real-time notifications

Monitoring Tools:

bash
# Check security logs
tail -f /var/log/auth.log
tail -f /var/log/apache2/access.log

# Monitor network
tcpdump -i eth0 -w capture.pcap
Configure Logging
  • Centralize logs - Aggregate from all systems
  • Set retention periods - Keep logs for analysis
  • Enable detailed logging - Application and system level
  • Test log collection - Verify all sources working

Key Logs to Monitor:

  • Authentication events
  • Application errors
  • Network connections
  • File access
  • System changes
Monitor Exception Tools
  • Track error rates - Unusual spikes indicate testing
  • Brief operations team - Distinguish testing from attacks
  • Document baseline - Normal vs. pentest activity
Watch Security Tools
  • Review IDS alerts - Separate pentest from real attacks
  • Monitor WAF logs - Track blocked attempts
  • Check endpoint protection - Antivirus detections

Phase 5: Remediation

Ensure Backups
  • Verify backup integrity - Test restoration
  • Document recovery procedures - Know how to restore
  • Separate backup access - Protect from testing
Reserve Remediation Time
  • Allocate team availability - Post-pentest analysis
  • Schedule fix implementation - Address findings
  • Plan verification testing - Confirm fixes work
Patch During Testing Policy
  • Generally avoid patching - Maintain consistent environment
  • Exception for critical issues - Security emergencies only
  • Communicate changes - Inform pentesters of any changes
Cleanup Procedure
  • Remove test artifacts - Backdoors, scripts, files
  • Delete test accounts - Remove pentester access
  • Restore configurations - Return to original state
  • Verify cleanup complete - Audit all changes
Schedule Next Pentest
  • Determine frequency - Annual, quarterly, after changes
  • Consider continuous testing - Bug bounty, ongoing assessments
  • Budget for future tests - Plan ahead

Testing Frequency Factors:

  • Release frequency
  • Regulatory requirements
  • Risk tolerance
  • Past findings severity

Quick Reference

Pre-Pentest Checklist

□ Scope defined and documented
□ Authorization obtained
□ Environment prepared
□ Hosting provider notified
□ Team briefed
□ Monitoring enabled
□ Backups verified

Post-Pentest Checklist

□ Report received and reviewed
□ Findings prioritized
□ Remediation assigned
□ Fixes implemented
□ Verification testing scheduled
□ Environment cleaned up
□ Next test scheduled

Constraints

  • Production testing carries inherent risks
  • Budget limitations affect thoroughness
  • Time constraints may limit coverage
  • Tester expertise varies significantly
  • Findings become stale quickly

Examples

Example 1: Quick Scope Definition

markdown
**Target:** Corporate web application (app.company.com)
**Type:** Gray box web application pentest
**Duration:** 5 business days
**Excluded:** DoS testing, production database access
**Access:** Standard user account provided

Example 2: Monitoring Setup

bash
# Enable comprehensive logging
sudo systemctl restart rsyslog
sudo systemctl restart auditd

# Start packet capture
tcpdump -i eth0 -w /tmp/pentest_capture.pcap &

Troubleshooting

IssueSolution
Scope creepDocument and require change approval
Testing impacts productionSchedule off-hours, use staging
Findings disputedProvide detailed evidence, retest
Remediation delayedPrioritize by risk, set deadlines
Budget exceededDefine clear scope, fixed-price contracts

Frequently asked questions

What does the Pentest Checklist AI skill do?

This skill should be used when the user asks to "plan a penetration test", "create a security assessment checklist", "prepare for penetration testing", "define pentest scope", "follow security testing best practices", or needs a structured methodology for penetration testing engagements.

Why use Pentest Checklist on TypingMind?

Because you install it once and use it with any model. Pentest Checklist is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Pentest Checklist in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/zebbern/claude-code-guide/tree/main/skills/pentest-checklist. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Pentest Checklist?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Pentest Checklist?

As many as you like. As long as a model supports skills, you can use Pentest Checklist with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Pentest Checklist AI skill free?

Yes. It is published on GitHub by zebbern under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇