campaign-analytics
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements its core logic in standalone Python scripts (
attribution_analyzer.py,funnel_analyzer.py,campaign_roi_calculator.py) using only Python standard libraries. No external packages are listed in metadata or imported in the code. - [SAFE]: No network connectivity or external API calls are present. The tool operates exclusively on local JSON data provided as command-line arguments.
- [SAFE]: The scripts use
json.load()for data ingestion and do not use any dangerous functions likeeval(),exec(), orsubprocesscalls. All data processing is deterministic and local. - [SAFE]: No hardcoded credentials, sensitive file paths (like SSH or AWS keys), or data exfiltration patterns were identified. The scripts strictly handle marketing metrics and journey data.
- [SAFE]: The instructions in
SKILL.mdare clear and do not contain any prompt injection attempts, role-play bypasses, or instructions to ignore safety guidelines. - [SAFE]: No obfuscation, multi-layer encoding, or hidden control characters were found in the source code or documentation.
Audit Metadata