langcare-renal-function — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited langcare-renal-function (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 comprehensive renal function assessment including CKD staging, progression trending, electrolyte monitoring, and medication dose adjustment recommendations.
fhir_read to retrieve Patient demographics (age, gender, race for eGFR calculation context)fhir_search to pull creatinine (LOINC 2160-0) and eGFR (LOINC 33914-3) trends over 12+ monthsfhir_search to pull urine albumin/creatinine ratio (LOINC 14959-1) for albuminuria stagingfhir_search to pull electrolytes (K+, Ca++, phosphate, bicarb) and CBC (anemia of CKD)fhir_search to pull active Condition resources for CKD staging documentation and comorbiditiesfhir_search to pull active MedicationRequest resources; flag medications requiring renal dose adjustmentfhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=33914-3&_sort=date&_count=20")fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=14959-1&_sort=-date&_count=5")~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.