life-coach
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and scripts do not contain malicious patterns or security risks. The system is designed with a strong defensive posture, including a 'Mandatory session gate' and detailed references for safety, referral, and scope boundaries.
- [COMMAND_EXECUTION]: The test suite (
tests/test_validate_capabilities.py) utilizessubprocess.runto verify the manifest validator script. This usage is safe as it is confined to testing, avoids shell execution, and uses controlled paths. - [DYNAMIC_EXECUTION]: The tests use
importlib.utilto load the validation script (scripts/validate-capabilities.py) dynamically. This is a standard practice for Python testing and does not incorporate untrusted external input. - [INDIRECT_PROMPT_INJECTION]: The skill processes external configuration via a JSON manifest. The potential attack surface is well-mitigated by the
validate-capabilities.pyscript, which enforces a strict schema, type checking, and regex validation for all fields before the data can influence agent behavior.
Audit Metadata