---
title: "Privacy"
description: "What this documentation site and the cc-agents-kit plugins do with your data."
canonical: https://skills.donminzzi.kr/en/privacy/
last_updated: 2026-09-10
---

# Privacy

What this documentation site and the cc-agents-kit plugins do with your data.

## This website

This site is a static set of HTML and Markdown files. It has no sign-up, no comment system, no contact form, and no analytics or advertising script. It sets no cookies of its own and does not store anything in your browser except what your browser caches on its own.

The site is hosted on Vercel. Like any web host, Vercel receives your IP address and request headers in order to serve pages and may keep standard access logs. The maintainer does not export, sell, or combine those logs with other data. Vercel's own privacy policy governs how long it keeps them.

The copy buttons on this site use your browser's clipboard API. They write only the command shown next to the button and never read the clipboard.

## The plugins

The cc-agents-kit plugins run locally inside Claude Code. They do not call any server operated by the maintainer, do not collect telemetry, and do not send your code, commands, or file contents anywhere. The guard hooks inspect tool calls on your machine and decide whether to block them; the skills are instructions that Claude Code reads.

One hook masks credential-shaped strings in command output so that they are less likely to reach a transcript. That masking is best-effort and runs after the command, so a secret can still reach a terminal scrollback or a file that the command wrote. Treat it as a reduction, not a guarantee.

When you ask Claude Code to install or run any of these plugins, the request and its output go through Anthropic's service under Anthropic's terms, exactly as any other Claude Code interaction does. This project has no access to that traffic.

## Questions

If you have a question about this policy or believe the site or a plugin handles data in a way that this page does not describe, email ydm2790@gmail.com.
