Health Recorts
Analysis
This is a coherent local health-record organizer, with the main caveat that it creates persistent files containing sensitive medical information and may use external OCR only if the user explicitly approves it.
Findings (3)
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.
Copy the original file into: - `health/reports/` for PDFs - `health/scans/` for images
The workflow includes local file copying and later creation or update of Markdown, CSV, JSON, dashboard, and history files.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
maintain a durable system with raw files, readable notes, structured data, and summaries
The skill is designed to persist sensitive health records and extracted summaries for reuse over time.
Do not upload health files, screenshots, or extracted data to third-party OCR/API services unless the user explicitly approves it for this workflow.
The skill contemplates possible third-party OCR or API processing, but clearly sets local-only as the default and requires explicit user approval first.
