billing-automation
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill consists of documentation and Python code examples for implementing billing cycles, subscriptions, and invoicing. The logic follows standard practices for financial automation and payment processing.
- [PROMPT_INJECTION]: Analyzed for indirect prompt injection surfaces. The provided code templates process external data such as customer names and addresses for invoice generation and email notifications. This is a standard implementation pattern for such systems. Ingestion points: Customer data fields (customer.name, customer.address, customer.email) in SKILL.md. Boundary markers: Absent in the provided snippets. Capability inventory: Email communication (send_email) and external payment processing (stripe.Charge.create) in SKILL.md. Sanitization: Not explicitly implemented in the illustrative examples.
Audit Metadata