vaccine
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection by ingesting and processing untrusted data from local files and user input. The lack of sanitization could allow malicious instructions stored in vaccination records to influence agent behavior.\n
- Ingestion points: Data enters the agent context from
data/allergies.jsonanddata/vaccinations.jsonduring the safety check and schedule generation phases (SKILL.md).\n - Boundary markers: There are no specific delimiters or instructions to ignore embedded commands within the processed data files.\n
- Capability inventory: The skill uses the
Writetool to modifydata/vaccinations.jsonand theReadtool to access files, providing a persistent storage mechanism for injected instructions.\n - Sanitization: The skill does not implement escaping, validation, or filtering of the content retrieved from the data files before using it in the decision-making process.
Audit Metadata