Personal Data Hub
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The PersonalDataHub skill is a well-structured tool designed to provide an AI agent with controlled access to personal data (Gmail, GitHub). It implements several security-positive patterns, including mandatory 'purpose' strings for audit logs, data redaction/filtering via an external gateway, and a 'propose-and-approve' workflow that prevents the agent from executing outbound actions without human intervention. The code (src/setup.ts, src/tools.ts) and instructions (SKILL.md, src/prompts.ts) are consistent with its stated purpose, and the auto-discovery/credential management logic is limited to local service interaction (~/.pdh/).
