mkt-ab-testing
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, data exfiltration attempts, or unauthorized command executions were found. The skill operates purely within its documented scope of performing statistical analysis for marketing experiments.
- [COMMAND_EXECUTION]: The skill includes a Python script (
scripts/ab_test.py) for statistical calculations. The script uses only standard libraries (math,json,argparse) and performs legitimate mathematical operations (Z-test, Cohen's h, sample size planning). It does not perform network operations or access sensitive system files. - [INDIRECT_PROMPT_INJECTION]: While the skill ingests external data via JSON files in the
ab_test.pyscript, it parses these inputs strictly as data for statistical formulas. There is no dynamic execution of input content or flow of untrusted data into prompt instructions, effectively mitigating injection risks.
Audit Metadata