privacy-first

Installation
SKILL.md

Privacy First

This skill ensures no email addresses or personal data leak into the Rust codebase. It provides detection, prevention, and automated checking for Rust projects.

When to Activate

  • User asks: "prevent emails", "remove personal data", "privacy check", "never use email"
  • Before writing any new code, Cargo.toml, config, or documentation file
  • During code review or quality gate checks
  • When adding contact information to any file

Agent Workflow

1. Before Writing Any File

Before creating or editing any file, check for email patterns:

Installs
1
GitHub Stars
10
First Seen
Jun 12, 2026
privacy-first — d-oit/rust-2026-template