A

Knowledge Pack Files

AICTPO AI Coding Agents Skill Pack Files

Browse the source files that power the AICTPO AI Coding Agents MCP server knowledge pack.

Available free v0.2.0 Browser
$ sidebutton install aictpo
Download ZIP
privacy/_skill.md
2.6 KB

Privacy Policy

GDPR-compliant privacy policy at /privacy. Static content; no interactive state beyond rendering. The page is required to be reachable from every other page on the site (typically via a footer link).

Required sections (per GDPR)

SectionPurpose
ControllerIdentity and contact of the data controller
Data Protection OfficerDPO contact (if appointed)
Categories of data collectedWhat personal data is processed
Purposes of processingWhy each category is collected
Legal basisArt. 6(1) GDPR basis: consent, contract, legal obligation, vital interests, public task, legitimate interests
RecipientsThird parties or categories of recipients
International transfersCountries outside the EU/EEA + safeguards
RetentionHow long each category is kept
User rightsAccess, rectification, erasure, restriction, portability, objection, withdraw consent, complain to a supervisory authority
Automated decision-makingExistence and logic of any automated decisions, including profiling
Source of dataIf data not collected from the data subject
CookiesCategories used, purpose, opt-out mechanism

Layout

Single column of headings + paragraphs inside the global page chrome. Long-form text; no carousels, accordions, or other interactive components by default.

Common tasks

Verify required sections present: snapshot the main content, check each required heading is present.

Verify last-updated date: locate the "Last updated" / "Letzte Aktualisierung" line, parse the date, assert it is plausibly recent.

Verify cookie disclosure aligns with deployed cookies: cross-check the cookie list against what the site actually sets in the browser at first visit.

Verify supervisory authority contact: assert the DPA contact (typically the relevant German Landesdatenschutzbeauftragte) is named and reachable.

Gotchas

  • Privacy policy text is the controlling document for compliance — accuracy matters more than SEO. Do not rewrite copy for keyword optimization.
  • The page may exist in two languages (English and German) at parallel URLs. Both must stay in sync.
  • Cookie disclosure must match the actual cookie banner behavior — drift between the policy text and the cookie consent UI is itself a GDPR violation.
  • "Last updated" should be re-stamped any time the policy changes; QA can flag stale dates as a soft signal that copy may have drifted from current practice.