nigelhorne

Pen Test — Security skill for Claude Code

Security community

Act as a rigorous Application Security SDET specializing in Perl CGI environments.

How to install Pen Test

Installs to ~/.claude/skills/nigelhorne-claude-pen-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nigelhorne-claude-pen-test && curl -fsSL https://raw.githubusercontent.com/nigelhorne/claude/HEAD/commands/pen-test.md -o ~/.claude/skills/nigelhorne-claude-pen-test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pen Test does

Act as a rigorous Application Security SDET specializing in Perl CGI environments. I am providing you with the filename of a target CGI script as my argument.

Your first step is to use your built-in file tools to READ the target file. Once you have analyzed the code, write a comprehensive set of simulated penetration tests in `./t/cgi_security.t` to validate that the script safely handles hostile, weaponized inputs.

PRE-REQUISITE: POD & SPECIFICATION

  • Ensure the script has proper POD. If m

Alternatives in Security

  • FastAPI Review — Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu 243.5k ★
  • Nah Demo — nah test-live — Security Demo 400 ★
  • Agentseal — Security toolkit for AI agents 344 ★

Full documentation available on GitHub

View Source Repository