personal-data-protection
v0.5.1SEA personal-data-protection compliance guidance for engineers modifying code that touches personal data — Singapore PDPA, Thailand PDPA, Indonesia UU PDP, Malaysia PDPA, and Philippines Data Privacy Act.
By AltByteLicense: MIT1.1k GitHub starsUpdated 13 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install personal-data-protection for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add personal-data-protection@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “personal-data-protection” remain stable.
- Codex:
personal-data-protection@agent-plugin-marketplace→personal-data-protection@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/AltByteSG/personal-data-protection-skill/.
Plugin files
├── .codex-plugin/plugin.json└── skills/personal-data-protection/SKILL.md
Included Skills1
Personal-data-protection compliance reference for engineers building applications subject to Singapore PDPA, Indonesia UU PDP, Thailand PDPA, Malaysia PDPA, or Philippines DPA (RA 10173). Use when reviewing or modifying code that touches personal data — signup/auth/consent, data export, account deletion, retention/purging, admin access to personal-data stores, third-party processors, breach response, or privacy/T&C documents.
Plugin manifests1
{
"name": "personal-data-protection",
"version": "0.5.1",
"description": "SEA personal-data-protection compliance guidance for engineers modifying code that touches personal data — Singapore PDPA, Thailand PDPA, Indonesia UU PDP, Malaysia PDPA, and Philippines Data Privacy Act.",
"author": {
"name": "AltByte",
"url": "https://github.com/AltByteSG"
},
"homepage": "https://github.com/AltByteSG/personal-data-protection-skill",
"repository": "https://github.com/AltByteSG/personal-data-protection-skill",
"license": "MIT",
"keywords": [
"pdpa",
"privacy",
"compliance",
"data-protection",
"singapore",
"thailand",
"indonesia",
"malaysia",
"philippines",
"southeast-asia",
"vietnam"
],
"skills": "./skills/",
"interface": {
"displayName": "Personal Data Protection",
"shortDescription": "PDP compliance checks for SEA apps.",
"longDescription": "Engineer-facing personal-data-protection guidance for Singapore PDPA, Thailand PDPA, Indonesia UU PDP, Malaysia PDPA, and Philippines Data Privacy Act.",
"composerIcon": "./assets/icon.svg",
"developerName": "AltByte",
"category": "Developer Tools",
"capabilities": [
"Write"
],
"defaultPrompt": [
"Set up PDP compliance for this project.",
"Review my changes for PDP compliance.",
"Check this feature against selected PDP regimes."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[personal-data-protection on Agent Plugins Marketplace](https://pluginsmp.com/plugins/personal-data-protection)