run-pentestagent

Automate PentestAgent AI security scans against a portfolio using playbooks.

2|Updated Apr 9, 2025
One-click install
npx skills add https://github.com/PP-Namias/Portfolio --skill run-pentestagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-pentestagent
Source: https://github.com/PP-Namias/Portfolio/tree/main/.agents/skills/run-pentestagent
Command: npx skills add https://github.com/PP-Namias/Portfolio --skill run-pentestagent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the security concerns of your portfolio by automatically running PentestAgent AI scans to detect vulnerabilities.

Core Features & Use Cases

  • Security Scans: Configure and execute PentestAgent AI security scans against your portfolio.
  • Automated CI/CD Integration: Integrate with your CI/CD pipeline for continuous security monitoring.
  • Playbook-based Testing: Execute individual or comprehensive security scans using playbooks.
  • Interactive TUI: Use the command-line interface for an interactive testing experience.

Quick Start

Run the following command to execute a security scan against your portfolio:

pentestagent run -t https://namias.tech --playbook portfolio_recon.yaml

Frequently Asked Questions about run-pentestagent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate vulnerability scanning for my portfolio in a CI/CD pipeline?

To run AI security scans against a portfolio, you need Python 3.10 or higher and a valid security API key. You then configure the target and execute the scan either manually or within a CI/CD pipeline.

What is playbook-based security testing for web portfolios?

Playbook-based security testing executes predefined sets of security checks, such as portfolio reconnaissance, to detect vulnerabilities. You can run individual playbooks for targeted testing or comprehensive playbooks for full security scans.

Does PentestAgent work with Python for ad-hoc security scans?

Yes, PentestAgent requires Python 3.10+ and supports ad-hoc security scans. You can manually run scans against your portfolio using the command-line interface or interactive TUI whenever needed outside of automated pipelines.

Do I need a security API key to run AI vulnerability scans?

Yes, a security API key is required to run AI vulnerability scans with PentestAgent. The key is necessary to authenticate and execute the AI-driven security playbooks that detect vulnerabilities in your portfolio.

Can I use an interactive TUI for security testing instead of CI/CD automation?

Yes, you can use the interactive TUI for security testing instead of CI/CD automation. The command-line interface provides an interactive testing experience for running PentestAgent scans manually against your portfolio.

What's the best way to detect vulnerabilities in a portfolio using security playbooks?

The best way to detect portfolio vulnerabilities is running PentestAgent AI scans with specific playbooks like portfolio_recon.yaml. This automates the process of targeting your portfolio and executing various security tests.