langcare-progress-notes — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited langcare-progress-notes (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use when a clinician needs a daily inpatient progress note summarizing the patient's hospital course, overnight events, current clinical status, and updated plan.
fhir_search to retrieve the current inpatient Encounter (calculate hospital day number)fhir_read to retrieve Patient demographics for note headerfhir_search to pull Observation resources (vitals from last 24h with trends, overnight extremes)fhir_search to pull Observation resources (labs from last 24h)fhir_search to pull active MedicationRequest with changes from last 24h (compare authoredOn)fhir_search to pull active Condition resources for problem listfhir_search to pull pending ServiceRequest resources for outstanding ordersfhir_search(resourceType="Observation", queryParams="patient=[patient-id]&category=vital-signs&date=ge[24-hours-ago]&_sort=-date&_count=50")fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&category=laboratory&date=ge[today]&_sort=-date")~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.