founder-coach
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns, prompt injections, or unauthorized data access were detected. The skill operates entirely within its documented scope of providing leadership and wellness guidance for founders.
- [COMMAND_EXECUTION]: The skill utilizes local Python scripts (
startup_stage_assessor.py,founder_wellness_checker.py, andmilestone_tracker.py) to process user-provided metrics and track progress. These scripts rely on standard Python libraries and do not execute arbitrary shell commands or access sensitive system paths. - [SAFE]: The
milestone_tracker.pyscript manages data persistence using a local JSON file (milestones_data.json) stored within the skill's own directory. This is a legitimate functional requirement for maintaining a history of achieved development goals.
Audit Metadata