integration-angular
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill explicitly enforces security best practices by instructing that environment variables must be used for PostHog keys and forbidding hardcoding of credentials.
- [EXTERNAL_DOWNLOADS]: The skill references official and well-known libraries such as
posthog-jsandposthog-nodefor installation via standard package managers (npm, yarn, pnpm). - [SAFE]: The integration workflow is modular and transparent, utilizing a planning phase with a local JSON file (
.posthog-events.json) to track intended changes before implementation. - [SAFE]: Implementation examples use standard Angular patterns, such as the
inject()function and singleton services, ensuring compatibility with modern Angular (v17+) features while maintaining security.
Audit Metadata