Agent Plugins Marketplace
All plugins

privacy-opsec-suite

v1.19.2

Adaptive, multi-agent workflows for building, auditing, and operating privacy-respecting, anonymity-preserving software. Covers the anonymity threat model, anonymous sessions, Tor/proxy egress and leak prevention, metadata minimization, fingerprinting and traffic-analysis resistance, supply-chain trust, opsec hardening, privacy feature design, leak incident response, doc alignment, and an opsec PR gate. Anonymous-by-default, fail-closed, developer-in-the-loop.

Claude Code14 Skills

By SkylarLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
14 skill or MCP entries
Source updated
Sep 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install privacy-opsec-suite for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install privacy-opsec-suite-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/skylarsabo/code-ops

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/privacy-opsec-suite/.

Plugin files

plugins/privacy-opsec-suite/
├── .claude-plugin/plugin.json
├── skills/anon-session-audit/SKILL.md
├── skills/anonymity-threat-model/SKILL.md
├── skills/authorship-hygiene/SKILL.md
├── skills/fingerprint-resistance/SKILL.md
├── skills/full-sweep/SKILL.md
├── skills/leak-incident-response/SKILL.md
├── skills/metadata-leak-audit/SKILL.md
├── skills/opsec-hardening/SKILL.md
├── skills/opsec-pr-gate/SKILL.md
├── skills/privacy-doc-alignment/SKILL.md
├── skills/privacy-feature-design/SKILL.md
├── skills/supply-chain-trust/SKILL.md
├── skills/tor-egress-audit/SKILL.md
└── skills/traffic-analysis-resistance/SKILL.md

Included Skills14

anon-session-auditskills/anon-session-audit/SKILL.md

Use when you need to verify sessions are truly unlinkable. Owns linkability/session identity — not network egress or file metadata.

anonymity-threat-modelskills/anonymity-threat-model/SKILL.md

Use when you need the keystone anonymity threat model that the other privacy audits build on.

authorship-hygieneskills/authorship-hygiene/SKILL.md

Use when a commit, PR, or branch must carry no AI/tooling trace before publishing.

fingerprint-resistanceskills/fingerprint-resistance/SKILL.md

Use when you need to reduce the fingerprinting/uniqueness surface that could re-link anonymous users. Owns identity-fingerprint distinctiveness — NOT traffic timing/size (see traffic-analysis-resistance).

full-sweepskills/full-sweep/SKILL.md

Use when you want the whole privacy-opsec-suite run end-to-end as a guided, checkpointed pipeline. Intra-plugin orchestrator.

leak-incident-responseskills/leak-incident-response/SKILL.md

Use when an anonymity/privacy leak is suspected and you need to triage, contain, scope blast radius, and plan remediation without making it worse.

metadata-leak-auditskills/metadata-leak-audit/SKILL.md

Use when you need to find PII/identifiers leaking in logs, telemetry, errors, response headers, or embedded file metadata. Owns at-rest/in-band metadata — NOT timing/size side channels (see traffic-analysis-resistance).

opsec-hardeningskills/opsec-hardening/SKILL.md

Use when a LEAK_REGISTER.md exists and you want its leaks fixed safely, each pinned with a regression test. Requires a register as input.

opsec-pr-gateskills/opsec-pr-gate/SKILL.md

Use when you want a pre-merge gate that blocks any change adding egress, logging, identifiers, fingerprint surface, correlation, or weakened anonymity defaults. The anonymity counterpart to code-ops-suite:pr-review and rigor:deep-review.

privacy-doc-alignmentskills/privacy-doc-alignment/SKILL.md

Use when privacy promises, the threat model, or opsec runbooks have drifted from code and you want them reconciled into the SSOT.

privacy-feature-designskills/privacy-feature-design/SKILL.md

Use when you want high-value privacy/trust features found and specified, each gated against the anonymity model. Discovery/spec only.

supply-chain-trustskills/supply-chain-trust/SKILL.md

Use when you need to vet dependencies for telemetry/phone-home/egress, CVEs, and build/lockfile integrity under an anonymity-hostile model.

tor-egress-auditskills/tor-egress-audit/SKILL.md

Use when you need to prove no traffic escapes the proxy/Tor. Owns network egress + routing.

traffic-analysis-resistanceskills/traffic-analysis-resistance/SKILL.md

Use when you need to reduce observable timing/size/volume side channels and add padding/batching defaults. Owns traffic-shape correlation — NOT header/TLS fingerprints (see fingerprint-resistance).

Plugin manifests1

plugins/privacy-opsec-suite/.claude-plugin/plugin.json
{
  "name": "privacy-opsec-suite",
  "description": "Adaptive, multi-agent workflows for building, auditing, and operating privacy-respecting, anonymity-preserving software. Covers the anonymity threat model, anonymous sessions, Tor/proxy egress and leak prevention, metadata minimization, fingerprinting and traffic-analysis resistance, supply-chain trust, opsec hardening, privacy feature design, leak incident response, doc alignment, and an opsec PR gate. Anonymous-by-default, fail-closed, developer-in-the-loop.",
  "version": "1.19.2",
  "license": "MIT",
  "author": {
    "name": "Skylar"
  },
  "keywords": [
    "privacy",
    "opsec",
    "anonymity",
    "tor",
    "onion",
    "metadata",
    "fingerprinting",
    "traffic-analysis",
    "leak-prevention",
    "security",
    "audit",
    "workflow"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[privacy-opsec-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/privacy-opsec-suite-2)