hypertrophy-training
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- [No Issues Detected] (SAFE): All analyzed markdown files contain educational and reference material related to fitness, nutrition, and injury prevention. No prompt injection or malicious instructions were found in the text.
- [Static Code Analysis] (SAFE): The provided Python script (
scripts/test_calculators.py) is a standard unit test file using the built-inunittestframework. It validates mathematical logic and input sanitization (e.g.,validate_positive_float,validate_choice) for a fitness calculator. No dangerous system calls, network operations, or obfuscation patterns were detected. - [Indirect Prompt Injection Surface] (SAFE): While the skill ingests user data (weight, height, age) for calculations, the presence of explicit validation functions for these inputs significantly mitigates the risk of schema confusion or injection attacks via the data processing pipeline.
Audit Metadata