Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

privacy-policy隐私政策

Agent Skill

privacy-policy 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,934

周安装

193

GitHub Stars

6

下载量

2,201
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:privacy-policy(隐私政策)
来源仓库:https://github.com/hack23/homepage
仓库路径:skills/privacy-policy
安装命令:
npx skills add https://github.com/hack23/homepage --skill 'Privacy Policy'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hack23/homepage --skill 'Privacy Policy'

简介

隐私政策技能用于信息检索与筛选,支持多宿主环境快速定位相关内容。

  • 适用于需要根据关键词或任务场景查找法规要求与模板资源的场景。
  • 通过 npx skills add 命令安装,需结合原始 README 验证具体使用方法。
  • 使用前应确认权限边界,避免触发联网或敏感数据访问操作。
  • 建议在实际起草时交叉引用法律条文,确保内容符合最新合规要求。

SKILL.md

🔒 Privacy Policy Skill

🎯 Purpose

Enforce GDPR-compliant privacy controls and privacy-by-design principles, based on Privacy Policy.

Key Principle: *"Privacy through transparency and user control."*

📚 Scope

  • 🔐 Privacy by Design Principles
  • 👤 Data Subject Rights (GDPR Articles 15-22)
  • 📋 Consent Management
  • 🔍 Privacy Impact Assessments
  • 🛡️ Data Protection Measures
  • 📊 Breach Notification (72-hour requirement)

⚙️ Security Rules

MUST Requirements

privacy_by_design:
  data_minimization:
    - collect_only_necessary: purpose_specific_data
    - retention_limits: delete_when_no_longer_needed
    - anonymization: pseudonymize_where_possible

  user_controls:
    - transparent_collection: clear_privacy_notices
    - consent_granular: per_processing_purpose
    - opt_out_easy: simple_withdrawal_mechanism

  technical_measures:
    - encryption: data_at_rest_and_in_transit
    - access_controls: role_based_least_privilege
    - audit_logging: track_personal_data_access

gdpr_compliance:
  lawful_basis:
    - identify_basis: [consent, contract, legal_obligation, legitimate_interest]
    - document_decision: record_in_data_register

  data_subject_rights:
    - right_to_access: provide_copy_within_30_days
    - right_to_rectification: correct_inaccurate_data
    - right_to_erasure: delete_upon_request_if_applicable
    - right_to_portability: machine_readable_format
    - right_to_object: stop_processing_upon_objection

  breach_notification:
    - assess_risk: within_24_hours_of_discovery
    - notify_authority: within_72_hours_if_high_risk
    - notify_subjects: without_undue_delay_if_high_risk

MUST NOT Prohibitions

prohibited_practices:
  - excessive_collection: data_not_needed_for_purpose
  - unclear_consent: vague_or_bundled_consent
  - indefinite_retention: keeping_data_longer_than_necessary
  - unencrypted_personal_data: storing_without_protection
  - third_party_sharing: without_legal_basis_or_consent
  - ignoring_dsar: data_subject_access_request_delay

💡 Examples

Example 1: GDPR-Compliant User Registration

user_registration:
  consent_collection:
    purpose: "Process account creation and service delivery"
    granular_options:
      - required: account_management_and_authentication
      - optional: marketing_communications
      - optional: analytics_and_product_improvement

    consent_record:
      timestamp: iso_8601_utc
      ip_address: logged_for_audit
      consent_text: versioned_and_stored
      user_confirmation: explicit_checkbox_tick

  data_minimization:
    required_fields:
      - email: authentication_and_communication
      - password: hashed_with_bcrypt
    optional_fields:
      - display_name: user_preference
    not_collected:
      - address: not_needed_for_service
      - phone: not_required_for_account

  security_measures:
    - encryption: aes_256_at_rest
    - access_control: rbac_with_audit_logging
    - backup: encrypted_daily_backups

  retention:
    active_account: retained_while_account_exists
    deleted_account: personal_data_erased_within_30_days
    legal_hold: billing_records_7_years_per_law

Example 2: Data Subject Access Request (DSAR)

dsar_process:
  request_received:
    - verify_identity: two_factor_authentication
    - log_request: incident_tracking_system
    - acknowledge: within_1_business_day

  data_compilation:
    systems_checked:
      - production_database: user_profile_and_activity
      - backup_systems: historical_data
      - log_files: access_and_audit_logs
      - email_archives: communications

  response_preparation:
    format: machine_readable_json_or_csv
    included_data:
      - personal_info: name_email_preferences
      - activity_data: login_history_actions
      - derived_data: analytics_and_inferences
    excluded_data:
      - third_party_data: data_about_others
      - trade_secrets: proprietary_algorithms

  delivery:
    method: secure_encrypted_email_or_portal
    timeline: within_30_days_of_request
    documentation: record_completion_in_privacy_log

Example 3: Data Breach Response (72-Hour Notification)

breach_response:
  immediate_0_24_hours:
    - contain_breach: isolate_affected_systems
    - assess_scope: identify_personal_data_exposed
    - document: incident_log_with_timeline

  notification_24_72_hours:
    authority_notification:
      recipient: swedish_data_protection_authority
      method: online_breach_notification_form
      content:
        - nature_of_breach: unauthorized_access_to_database
        - categories_affected: email_addresses_and_names
        - approximate_number: 150_data_subjects
        - likely_consequences: phishing_risk
        - measures_taken: forced_password_reset_monitoring
        - contact_details: dpo_contact_information

    subject_notification:
      required_if: high_risk_to_rights_and_freedoms
      method: direct_email_to_affected_users
      content:
        - describe_breach: what_happened_in_plain_language
        - potential_impact: explain_risks_to_individuals
        - measures_taken: what_we_did_to_fix
        - recommended_actions: change_passwords_monitor_accounts

  post_incident:
    - root_cause_analysis: within_7_days
    - remediation: implement_preventive_controls
    - lessons_learned: update_privacy_procedures
    - documentation: complete_breach_register_entry

🔗 Integration

Policies: Privacy Policy, Data Classification

Skills: data-classification, cryptography, access-control

Frameworks: GDPR Articles 5, 6, 15-22, 33, 34 | ISO 27001 A.18 | NIST CSF PR.IP-11

📋 Document Control

  • Version: 1.0 | Updated: 2026-02-10
  • License: Apache-2.0
  • Classification: ![Public](https://github.com/Hack23/ISMS-PUBLIC/blob/main/CLASSIFICATION.md)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.89%
按下载量换算724

Claude

29.31%
按下载量换算645

Cursor

17.42%
按下载量换算383

Gemini CLI

10.47%
按下载量换算230

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills