allergy
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates entirely within a local scope, managing data in
data/allergies.jsonusing standardReadandWritetools. No network requests or data exfiltration patterns were found. - [SAFE]: Analysis for prompt injection and obfuscation yielded no results. The instructions are clear, descriptive, and do not attempt to bypass agent safety filters or hide malicious code.
- [SAFE]: The skill does not download or execute any external scripts or packages. There are no remote code execution patterns or unverifiable dependencies.
- [SAFE]: Indirect prompt injection surface analysis:
- Ingestion points: User-provided natural language descriptions are processed through instructions in
SKILL.md. - Boundary markers: None identified.
- Capability inventory: The skill uses the
Writetool to store data todata/allergies.json. - Sanitization: No explicit sanitization of input strings is performed.
- Context: While the skill processes untrusted input, the data is used for structured storage in a local JSON file and is not utilized in any dangerous execution contexts, posing negligible risk.
Audit Metadata