fhir-developer-skill
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a development resource for Fast Healthcare Interoperability Resources (FHIR). It includes standard industry patterns for RESTful endpoints, data validation, and SMART on FHIR authorization.
- [DYNAMIC_EXECUTION]: The
scripts/setup_fhir_project.pyscript performs file system operations to scaffold a new project. This is a legitimate utility function intended to create local project directories, Pydantic models, and FastAPI routes based on established templates. - [EXTERNAL_DOWNLOADS]: The skill references standard Python libraries (FastAPI, Pydantic, PyJWT, Requests) for API development and testing. These dependencies are well-known, widely used in the industry, and sourced from official public registries.
- [COMMAND_EXECUTION]: The documentation provides standard shell commands for project initialization and local server execution. These commands are benign and standard for software development workflows.
Audit Metadata