luma-guest-selection
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the @agentrhq/webcmd package globally via npm. It also provides a mechanism to install plugins using
webcmd plugin install <installSource>, where the source is determined dynamically at runtime. These resources are part of the vendor's own infrastructure.- [COMMAND_EXECUTION]: The skill uses various shell commands includingnode,npm, andwebcmdto check the environment, install tools, and interact with the Luma API. It specifically useswebcmd luma update-guest-statusto modify guest data on the server.- [PROMPT_INJECTION]: The skill processes untrusted guest registration answers and profile data to perform event approvals, representing an indirect prompt injection surface. This is significantly mitigated by the Mandatory Evidence Chain: (1) Ingestion points:webcmd luma guestscommand in SKILL.md; (2) Boundary markers: The skill instructions do not provide explicit delimiters for guest-provided answers but do restrict the type of criteria allowed; (3) Capability inventory:webcmd luma update-guest-statusallows state changes; (4) Sanitization: The workflow requires mandatory host confirmation of the interpretation rubric and the final approval batch before any writes occur.
Audit Metadata