integration-django
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation mentions the use of
npx @posthog/wizard@latestas an automated integration method, which executes code from the official service provider's registry. - [DATA_EXFILTRATION]: The skill is designed to collect and transmit user interaction data and person properties to PostHog's servers (
us.i.posthog.com). This is the primary function of the integration for product analytics and error tracking. - [COMMAND_EXECUTION]: The workflow includes standard commands for dependency management using
pip installfor the required Python libraries. - [SAFE]: The skill explicitly instructs users to avoid hardcoding secrets like the Django
SECRET_KEYand PostHog project tokens, recommending environment variables instead. It also provides specific guidance to avoid sending PII in event capture properties.
Audit Metadata