privacy-opsec-suite
v1.19.2Adaptive, 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.
By SkylarLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- 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 Codex
codex plugin marketplace add skylarsabo/code-ops
codex plugin marketplace upgrade code-ops
codex plugin add privacy-opsec-suite@code-opsPaste and run these commands in a terminal with Codex. They add and refresh the code-ops catalog, then install this plugin.
Compatibility: the page URL and API slug “privacy-opsec-suite” remain stable.
- Codex:
privacy-opsec-suite@agent-plugin-marketplace→privacy-opsec-suite@code-ops
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-opsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex-marketplace/plugins/privacy-opsec-suite/.
Plugin files
├── .codex-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
Use when you need to verify sessions are truly unlinkable. Owns linkability/session identity — not network egress or file metadata.
Use when you need the keystone anonymity threat model that the other privacy audits build on.
Use when a commit, PR, or branch must carry no AI/tooling trace before publishing.
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).
Use when you want the whole privacy-opsec-suite run end-to-end as a guided, checkpointed pipeline. Intra-plugin orchestrator.
Use when an anonymity/privacy leak is suspected and you need to triage, contain, scope blast radius, and plan remediation without making it worse.
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).
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.
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.
Use when privacy promises, the threat model, or opsec runbooks have drifted from code and you want them reconciled into the SSOT.
Use when you want high-value privacy/trust features found and specified, each gated against the anonymity model. Discovery/spec only.
Use when you need to vet dependencies for telemetry/phone-home/egress, CVEs, and build/lockfile integrity under an anonymity-hostile model.
Use when you need to prove no traffic escapes the proxy/Tor. Owns network egress + routing.
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
{
"name": "privacy-opsec-suite",
"version": "1.19.2",
"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.",
"author": {
"name": "Skylar",
"url": "https://github.com/skylarsabo"
},
"homepage": "https://github.com/skylarsabo/code-ops",
"repository": "https://github.com/skylarsabo/code-ops",
"license": "MIT",
"keywords": [
"privacy",
"opsec",
"anonymity",
"tor",
"onion",
"metadata",
"fingerprinting",
"traffic-analysis",
"leak-prevention",
"security",
"audit",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "Privacy OpSec Suite",
"shortDescription": "Privacy, anonymity, egress, metadata, and OpSec workflows.",
"longDescription": "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.",
"developerName": "Skylar",
"category": "Security",
"capabilities": [
"Read",
"Write",
"Review",
"Workflow"
],
"websiteURL": "https://github.com/skylarsabo/code-ops",
"defaultPrompt": [
"Run privacy-opsec-suite:anonymity-threat-model.",
"Use privacy-opsec-suite:tor-egress-audit.",
"Use privacy-opsec-suite:opsec-pr-gate on this diff."
],
"brandColor": "#047857"
}
}For maintainers
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)