suggesting-path-cleaning-rules
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents administrative management commands and internal service logic for path cleaning suggestions. All operations trace back to the vendor's (
posthog) internal infrastructure and services. - [SAFE]: The execution of
python manage.py suggest_path_cleaning_rulesis a standard Django/PostHog management command for maintenance tasks. - [SAFE]: Data handling includes specific privacy considerations, such as explicitly not storing real path examples in persistent health issue payloads to prevent data leakage (
health_issue:readscope protection). - [SAFE]: LLM integration uses a centralized gateway (
get_llm_client) with product-specific scoping and allowlisted models, representing a secure implementation of AI functionality. - [SAFE]: Destructive actions (applying rules that rewrite historical chart data) are gated behind project administrator permissions and explicit user confirmation steps in both the UI and AI agent interfaces.
Audit Metadata