vaccine-schedule-tracker
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements immunization tracking logic using standard Python libraries. Analysis of the code (script.py and skill.py) confirms there are no network operations, file system writes, or access to sensitive local data.
- [INDIRECT_PROMPT_INJECTION]: Evaluated the risk of instructions embedded in patient data (dates of birth, vaccination history, and medical conditions).
- Ingestion points: The skill accepts 'dob', 'doses_received', and 'conditions' as input variables in the run_vaccine_tracker function.
- Boundary markers: None explicitly defined in the prompt instructions to delimit user data from system instructions.
- Capability inventory: The skill has no dangerous capabilities; it does not use subprocesses, file I/O, or network requests.
- Sanitization: Input dates are validated through the datetime.fromisoformat method, which provides basic structural validation.
Audit Metadata