langcare-cardiovascular-risk — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited langcare-cardiovascular-risk (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 cardiovascular risk stratification for treatment decisions including anticoagulation for AFib, statin therapy initiation, or acute chest pain evaluation.
fhir_read to retrieve Patient demographics (age, gender, race for ASCVD PCE)fhir_search to pull active Condition resources for scoring: AFib, CHF, HTN, DM, stroke/TIA, MI, PVDfhir_search to pull Observation resources: BP, cholesterol, HDL, LDL, HbA1c, troponin, INR, creatininefhir_search to pull active MedicationRequest: anticoagulants, antiplatelets, statins, antihypertensives, NSAIDsfhir_create to create RiskAssessment resource with findings and predictionsfhir_search(resourceType="Condition", queryParams="patient=[patient-id]&clinical-status=active")fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=85354-9&_sort=-date&_count=3")fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=2093-3,2085-9,18262-6&_sort=-date&_count=3")~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.