0xSteph

.github/workflows/redteam.yml — Development agent for Claude Code

Development community intermediate

name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedule: - cron: '0 2 1' # Weekly Monday 2 AM jobs: recon: name: Attack Surface Reconnaiss.

How to install .github/workflows/redteam.yml

This entry records only its repository, not the path inside it, so there is no exact command to give. Open 0xSteph/pentest-ai-agents and copy the folder into ~/.claude/agents/.

What .github/workflows/redteam.yml does

name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedule: - cron: '0 2 1' # Weekly Monday 2 AM jobs: recon: name: Attack Surface Reconnaiss.

One of 12 entries listed from 0xSteph/pentest-ai-agents. The repository README describes the whole collection, not this agent — read it on GitHub.

Alternatives in Development

  • Recon Ranker — Attack surface ranking agent 4.5k ★
  • Continuous Claude V2 — Context management for Claude Code 3.6k ★
  • Job Agent — Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic 652 ★