red-team-bundler

Generate a Red Team security review bundle with prompt.md and file-manifest.json.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill red-team-bundler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: red-team-bundler
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/context-bundler/skills/red-team-bundler
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill red-team-bundler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactively automates the preparation of Red Team security review bundles by generating a focused audit prompt, collecting relevant project files, and bundling them into a single Markdown artifact or ZIP for external reviewers.

Core Features & Use Cases

  • Structured Prompt Generation: Creates a focused auditor prompt that defines engagement rules, threat model, and assessment scope.
  • Artifact Bundling: Gathers relevant source files and assembles them with a strict prompt at the top of the payload.
  • Deterministic Packaging: Uses core Context Bundler scripts to produce a Markdown bundle or ZIP archive ready for external reviewers.
  • Use Case: Security teams requesting a ready-to-share red-team bundle for a new feature or service.

Quick Start

Draft the red-team bundle by creating a temporary workspace, writing a prompt.md that encodes the red-team rules and threat model, and producing a file-manifest.json with prompt.md listed first.

Frequently Asked Questions about red-team-bundler

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

FAQPage Schema
How do I bundle source files for an external red team security review?

To bundle source files for an external red team security review, you need a structured auditor prompt and a manifest. This Skill automates that process by isolating relevant code, generating prompt.md, and packaging everything into a Markdown payload or ZIP archive.

What is included in a red team security bundle?

A red team security bundle includes a focused auditor prompt defining engagement rules and threat models, a file-manifest.json with the prompt listed first, and the isolated source code files gathered into a single shareable Markdown payload or ZIP archive.

How do I generate an auditor prompt and manifest for a codebase assessment?

You generate an auditor prompt and manifest by creating a temporary workspace where the Skill writes prompt.md encoding red team rules, then builds file-manifest.json to assemble the relevant project files for deterministic packaging.

Can I output a ZIP archive instead of Markdown for my security review payload?

Yes, you can output a ZIP archive instead of Markdown for your security review payload. The Skill uses core Context Bundler scripts to produce your bundled files and prompt in either a single Markdown artifact or a ZIP format.

Does preparing a red team bundle require external dependencies or scripts?

Preparing a red team bundle does not require external dependencies. The Skill operates independently to create the temporary workspace, write the prompt, and use Context Bundler scripts to package the final payload.

When should I use an automated red team bundler instead of manual file collection?

You should use an automated red team bundler instead of manual file collection when security teams need a structured, ready-to-share payload for a new feature. It ensures deterministic packaging and enforces a strict auditor prompt at the top of the bundle.