metronome-setup-catalog
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes a user-supplied
pricing_descriptionto determine how to configure billable metrics, products, and rate cards, which creates a potential surface for indirect prompt injection where malicious input could attempt to influence the generated API requests. - Ingestion points: Untrusted data enters the agent context through the
pricing_descriptionargument defined inSKILL.md. - Boundary markers: The skill mitigates this risk by requiring a "Confirmation gate" (as specified in
references/billable-metrics.md), which forces the agent to present a proposed configuration table and wait for explicit user approval before executing any metric creation calls. - Capability inventory: The skill utilizes HTTP tools to perform
POSTandGETrequests against the Metronome API endpoints atapi.metronome.comfor infrastructure setup and usage verification. - Sanitization: The skill relies on the agent's internal reasoning and the mandatory human review step to ensure the integrity of the proposed billing configuration.
Audit Metadata