full-sweep

Executes an end-to-end privacy and operational security audit with threat modeling and hardening.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/skylarsabo/code-ops --skill full-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-sweep
Source: https://github.com/skylarsabo/code-ops/tree/main/plugins/privacy-opsec-suite/skills/full-sweep
Command: npx skills add https://github.com/skylarsabo/code-ops --skill full-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for a holistic approach to privacy and operational security, offering an end-to-end guided pipeline to protect user data and system integrity.

Core Features & Use Cases

  • End-to-End Pipeline: Orchestrates multiple privacy-opsec-suite skills as a sequential pipeline for auditing, hardening, and documentation.
  • Model Analysis: Maps adversaries and deanonymization paths to inform security strategies.
  • Audit and Hardening: Identifies leaks and enforces security measures with regression tests.
  • Documentation and Gating: Aligns privacy promises and threat models with code and sets up review gates.

Quick Start

Run the full-sweep to execute the privacy-opsec-suite end-to-end.

Frequently Asked Questions about full-sweep

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

FAQPage Schema
How do I run an end-to-end privacy and operational security scan for a software system?

To run an end-to-end privacy and operational security scan, you can execute a full-sweep pipeline. It orchestrates threat modeling, auditing, hardening, and documentation to protect user data and ensure system integrity compliance.

What is the best way to map adversaries and deanonymization paths for my application?

Mapping adversaries and deanonymization paths is best handled through model analysis during a security scan. This process identifies potential threats to inform your code hardening and overall privacy strategy.

How do I enforce operational security measures and prevent data leaks in my pipeline?

You enforce operational security by running an audit and hardening pipeline that identifies data leaks. The process enforces security measures and validates them using regression tests to prevent future vulnerabilities.

Can I align my privacy promises with my codebase and set up automated review gates?

Yes, you can align privacy promises with code using documentation and gating features. This matches your documented threat models against the implementation and sets up review gates to block non-compliant changes.

Do I need any external dependencies to orchestrate a comprehensive code hardening pipeline?

No external dependencies are required to orchestrate a code hardening pipeline. The suite operates independently using its internal scripts and assets to execute the end-to-end threat modeling and auditing workflow.

What limitations should I consider before using an automated opsec scanning pipeline?

When using an automated opsec scanning pipeline, consider that it requires a clearly defined threat model and privacy promises to function effectively. Without these inputs, the documentation alignment and hardening gates cannot accurately validate compliance.