Survey Sdk Audit
Official posthog skill for auditing — helps with agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add survey-sdk-audit npx -- -y @trustedskills/survey-sdk-audit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"survey-sdk-audit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/survey-sdk-audit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The survey-sdk-audit skill provides audit capabilities specifically designed for PostHog’s survey SDK. It enables AI agents to inspect, validate, and manage survey configurations within the PostHog platform to ensure data integrity and compliance.
When to use it
- Verifying that survey questions are correctly mapped to specific user segments before deployment.
- Auditing response logs to detect anomalies or potential data manipulation in feedback collection.
- Ensuring GDPR or CCPA compliance by reviewing how personally identifiable information is handled in surveys.
- Troubleshooting why a specific survey variant is not triggering for the intended audience.
Key capabilities
- Integration with PostHog’s native survey infrastructure.
- Configuration validation and status reporting.
- Access to audit trails for survey interactions and responses.
Example prompts
- "Audit the current configuration of our NPS survey to check if it is active for the 'Enterprise' segment."
- "Review the last 100 responses from the customer satisfaction survey and flag any entries with missing email addresses."
- "Generate a compliance report for all surveys deployed in the last month regarding data retention policies."
Tips & gotchas
Ensure your PostHog instance has the necessary permissions to access audit logs before invoking this skill. This tool is specific to PostHog environments and will not function with other survey platforms like Typeform or SurveyMonkey.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.