HealthFit
Analysis
HealthFit appears purpose-aligned as a local health tracker, but it stores sensitive health and sexual-health data persistently and includes local backup/export scripts users should handle carefully.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
parser.add_argument("--output", "-o", default="./healthfit_export" ...); ... shutil.copy2(json_file, dest)The export utility can copy local health JSON data into a separate export directory; private sexual-health export is gated by an explicit flag and verification.
No install spec — this is an instruction-only skill. Code file presence: 4 code file(s): scripts/backup.py ... scripts/init_db.py
The registry/install metadata presents no install mechanism or required binaries, while the artifact bundle includes runnable Python helper scripts.
Overall Rating: 9.5/10 (Six rounds of review passed) ... Zero RED FLAGS
The project report includes self-attested safety/review claims; these should not replace independent review of the actual permissions and data handling.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"sexual_health": "private_sexual_health.json" ... "require_double_confirm": true, "encrypt_sensitive": false
The skill persistently stores sexual-health records and other health profile data locally, with double confirmation configured but encryption disabled.
