engage.deliver

engage.deliver is a command for Claude Code from hypnguyen1209/offensive-claude. It costs 9 tokens per session (969 once invoked), scanned A, original, MIT.

A command for the delivery and payload-deployment phase of an authorized security engagement. It helps select and document a delivery method such as web, email, physical, or remote access.

In plain words
What is it for?
Planning how an approved payload or test action reaches a target, including the delivery method, justification, prerequisites, packaging, and infrastructure.
Why use it?
It makes the chosen delivery approach, prerequisites, and authorization requirements explicit before execution.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the offensive-claude plugin — 30 skills, 18 commands, 8 agents, 1 hook shipped together

Good fit Planning how an approved payload or test action reaches a target, including the delivery method, justification, prerequisites, packaging, and infrastructure.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/hypnguyen1209/offensive-claude/engage.deliver
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/hypnguyen1209/offensive-claude

Made for: Claude Code.

Or install offensive-claude, the plugin that ships this one along with the rest of its 30 skills, 18 commands, 8 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for engage.deliver

README.md
[![agentmods](https://agentmods.dev/badge/commands/hypnguyen1209/offensive-claude/engage.deliver/github.svg)](https://agentmods.dev/commands/hypnguyen1209/offensive-claude/engage.deliver)
Your own site
<a href="https://agentmods.dev/commands/hypnguyen1209/offensive-claude/engage.deliver"><img src="https://agentmods.dev/badge/commands/hypnguyen1209/offensive-claude/engage.deliver/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for engage.deliver

Your own site · 80×15
<a href="https://agentmods.dev/commands/hypnguyen1209/offensive-claude/engage.deliver"><img src="https://agentmods.dev/badge/commands/hypnguyen1209/offensive-claude/engage.deliver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 969 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00009 $0.00969
Opus 5 $0.00005 $0.00485
Sonnet 5 $0.00002 $0.00194
Haiku 4.5 $0.00001 $0.00097

Measured 11d ago against content hash 4c3a5765d8f1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

engage.deliver scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/engage.deliver.md · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/engage.deliver

Executes Phase 3 (Delivery) of the engagement workflow.

Usage

/engage.deliver [--vector <delivery-method>]

Options:

  • --vector: Specify delivery method (web, email, physical, remote)

Process

1. Load Template

Loads delivery/delivery-plan.md template.

2. Delivery Vector Selection

Reviews weaponization output and prompts:

  • What delivery method is authorized per ROE?
  • What is the target's attack surface?
  • What delivery method has highest success probability?

Delivery Vectors:

  • Web: Exploit via HTTP request (direct exploitation)
  • Email: Phishing with malicious attachment or link
  • Physical: USB drop, physical access
  • Remote: Direct network exploitation (SMB, RDP, SSH)
  • Supply Chain: Compromise third-party dependency
  • Watering Hole: Compromise frequently visited site

3. Delivery Plan

Populates delivery-plan.md with:

Delivery Method:

  • Selected vector
  • Justification (why this method?)
  • Prerequisites (access, credentials, social engineering)

Delivery Mechanism:

  • Technical implementation details
  • Payload packaging (if applicable)
  • Delivery infrastructure (redirectors, domains, servers)

Delivery Execution:

  • Step-by-step delivery procedure
  • Expected target behavior
  • Success indicators
  • Failure indicators

OPSEC Considerations:

  • Attribution risks
  • Detection likelihood
  • Cleanup requirements

4. Delivery Execution

Guides through delivery execution:

For Web Delivery:

  • Craft HTTP request with exploit payload
  • Send request to target
  • Monitor for callback or success indicator

For Email Delivery:

  • Craft phishing email (if authorized)
  • Attach or link to payload
  • Send to target
  • Monitor for execution

For Remote Delivery:

  • Establish network connectivity to target
  • Execute exploit against service
  • Monitor for callback

5. Delivery Confirmation

Prompts for delivery status:

  • Was payload delivered successfully?
  • Did target receive/execute payload?
  • Any errors or unexpected behavior?

Read the full file on GitHub · 163 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 163 lines · 9 tokens per session scan A 4c3a5765d8f1

Subscribe to this mod's changes

engage.deliver is a command published in the GitHub repository hypnguyen1209/offensive-claude (357 stars, last pushed 24d ago), licensed MIT. It adds 9 tokens to every session and 969 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.