langcare-referrals — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited langcare-referrals (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 to create a specialist referral with supporting clinical documentation compiled from the patient's FHIR record.
fhir_read to retrieve Patient demographics and insurance (Coverage) for referral headerfhir_search to pull relevant Condition resources for the referral indicationfhir_search to pull relevant Observation resources (labs, vitals) supporting the referralfhir_search to pull active MedicationRequest resources for current treatment contextfhir_search to pull relevant Procedure resources for prior interventionsfhir_create to create ServiceRequest resource with category=referral, reasonCode, and supportingInfo referencesfhir_create(resourceType="ServiceRequest", resource={"resourceType":"ServiceRequest","status":"active","intent":"order","category":[{"coding":[{"system":"http://snomed.info/sct","code":"3457005","display":"Patient referral"}]}],"code":{"text":"[specialty] referral"},"subject":{"reference":"Patient/[patient-id]"},"reasonCode":[{"text":"[referral reason]"}]})~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.