stripe-health
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill executes local commands using the
stripeCLI,curl,jq, andhead. These operations are used exclusively for diagnostics and are parameterized using standard environment variables (e.g.,$STRIPE_SECRET_KEY). No evidence of arbitrary command injection or malicious persistence was found. - [Indirect Prompt Injection] (LOW): The skill ingests and processes untrusted data from the Stripe API, creating a theoretical surface for indirect instruction injection.
- Ingestion points: Data enters the agent context via
stripe webhook_endpoints listandstripe events list(e.g., inSKILL.md). - Boundary markers: Absent; the skill assumes the integrity of the data returned by the authenticated Stripe API.
- Capability inventory: The skill can execute shell commands via the
stripeCLI and perform network header requests usingcurl -Ion URLs retrieved from the API. - Sanitization: Data is passed through
jqfor structural parsing, which provides basic validation against malformed payloads, but does not sanitize the content of strings used in subsequent commands.
Audit Metadata