スキル一覧に戻る
plutowang

privacy-guard

by plutowang

ZSH · Starship · Neovim · Opencode — fast terminal configs

2🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: privacy-guard description: Enforces zero-tolerance scanning for PII, secrets, and unauthorized file types before code processing.

Privacy Guard Protocol

File Scope (Strict Allowlist)

ONLY process:

  • Code: .go, .rs, .zig, .ts, .js, .py, .c, .cpp, .h, .css, .html
  • Build: go.mod, go.sum, build.zig*, Cargo.*, package.json, *lock*, requirements.txt, Pipfile, Makefile
  • Config: Dockerfile, *.yaml/yml, .env.example, .gitignore, .editorconfig, .toml, .json (only if infrastructure/build config)

REJECT immediately:

  • Documents: .pdf, .docx, .doc, .rtf, .pages
  • Data: .xls*, .csv, .numbers, user-record JSON/YAML/XML
  • Secrets: .pem, .key, id_rsa, secrets.*

Privacy Scan (Execute Before Processing)

Detect and redact to <REDACTED>:

  • API keys (AWS, Stripe, etc.)
  • Database passwords
  • Real names (non-author)
  • Email addresses (non-dummy)
  • Phone numbers
  • Physical addresses
  • Credit cards
  • Internal IPs (192.168.x.x, 10.x.x.x) → <INTERNAL_IP>

Execution

  1. Validate file type against allowlist
  2. Scan for PII/secrets
  3. Redact matches + report types found
  4. Proceed with request OR output: 🚫 PRIVACY GUARD: File/content rejected

Never output real PII or use it in examples.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です