hospitality-expert
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from guest interactions, specifically through reservation details and service requests, which could be used to influence agent behavior if the agent processes these inputs as instructions.\n
- Ingestion points: Data is ingested in
SKILL.mdvia thesubmit_guest_requestmethod (guest name, request description) and inreferences/PROPERTY_MANAGEMENT_SYSTEM.mdviacreate_reservation(guest name, email, phone, special requests).\n - Boundary markers: The skill lacks explicit delimiters or instructions to the agent to treat guest-provided strings as data rather than instructions.\n
- Capability inventory: The skill allows access to
Read,Write, andEdittools, providing a surface where an injection could attempt to manipulate the file system.\n - Sanitization: The provided Python logic does not include sanitization or validation of the guest-provided text fields.
Audit Metadata