agentsclimarketplace

Pentest

Skill yuelenghan/orbit/skills/pentest

Use when the user wants an authorized penetration testing workflow against an API, web application, network environment, or cloud target. This skill acts as a routing entry point to the appropriate public pentest skill in Orbit.From its SKILL.md

Install
npx -y skills add yuelenghan/orbit --skill pentest

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.3 KB, 416 tokens by cl100k_base, as published. Nobody here has run it

Penetration Testing Router

Use this skill as the unified entry point for authorized penetration testing requests.

This skill does not run an internal scanning platform and does not depend on any remote proprietary service. Its role is to confirm authorization, identify the target type, and route the user to the correct public pentest skill.

Inputs

  • authorization context
  • target type
  • target boundary

Missing-input collection rules

If the user asks for a generic pentest without enough context, ask only for the missing target type and authorization context. Prefer the smallest missing set that allows safe routing.

Safety Gate

Before proceeding, confirm:

  1. The user is authorized to test the target.
  2. The target environment is clear (staging, test, internal, or production).
  3. The requested activity is within legitimate security testing scope.

Do not use this skill for unauthorized testing, destructive denial-of-service activity, or malicious operations.

Routing Rules

Route by target type:

  • API, REST, GraphQL, gRPC, auth flows, IDOR, business-logic testing → api-pentest
  • Internal network, external perimeter, infrastructure, ports, services, host exploitation → network-pentest
  • AWS, Azure, GCP, IAM, metadata service abuse, cloud misconfiguration → cloud-pentest
  • Mobile app, iOS, Android, MASTG-style testing → currently out of first-phase scope; explain that Orbit does not yet bundle mobile-pentest

Output Expectations

After routing, the selected pentest skill should provide:

  • test scope and assumptions
  • findings and severity
  • proof-of-concept or reproduction steps
  • remediation guidance

Notes

  • For API and web targets, prefer api-pentest.
  • For infrastructure-led assessments, prefer network-pentest.
  • For cloud-specific environments, prefer cloud-pentest.
  • If the user asks for a generic "pentest" without enough context, ask only for the missing target type and authorization context.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.