원클릭으로
pentest-report
Generate PDF security report from findings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate PDF security report from findings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Complete reference for pentest-cli. Load this skill when you need to call the CLI with correct syntax, flags, and output shapes.
Business logic and authorization testing. IDOR, privilege escalation, workflow bypass, payment manipulation.
Show all available pentest-cli commands and how to use them.
Advanced attack testing. Request smuggling, race conditions, cache poisoning, subdomain takeover.
Authentication and session security testing. JWT, OAuth, sessions, brute force.
Cloud and infrastructure testing. Storage misconfig, WAF detection, email security.
| name | pentest-report |
| description | Generate PDF security report from findings. |
| user-invocable | true |
| allowed-tools | ["Bash","Agent","Read"] |
Generate a professional PDF security report from previously collected pentest findings.
An optional findings directory path can be provided via $ARGUMENTS. Defaults to ./findings/ if not specified.
Determine findings directory:
$ARGUMENTS contains a path, use that../findings/.Verify findings exist:
Check that the findings directory contains result files. If empty, inform the user they need to run scans first (suggest /pentest-full or individual scan skills).
Delegate to report-agent using the Agent tool. The agent must run:
pentest report ./findings/
Read the command output to determine the report file location.
Present the report location to the user:
./findings/ directory.