stripe-integration
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard, high-quality implementation patterns for the Stripe API. All security-sensitive operations follow industry best practices.
- [CREDENTIALS_SAFE]: The code examples correctly demonstrate using
os.environ["STRIPE_SECRET_KEY"]andos.environ["STRIPE_WEBHOOK_SECRET"]rather than hardcoding credentials. - [COMMAND_EXECUTION]: No dangerous shell commands or arbitrary code execution patterns were detected.
- [DATA_EXFILTRATION]: No patterns of sensitive data exfiltration or unauthorized network requests were found. Network operations are limited to official Stripe API endpoints via the
stripePython library. - [OBFUSCATION]: The content is clear and uses no obfuscation techniques like Base64 encoding of commands or hidden characters.
- [INDIRECT_PROMPT_INJECTION]: While the skill processes customer metadata and webhook payloads, it explicitly instructs on sanitization, signature verification, and idempotency to mitigate risks associated with external data ingestion.
Audit Metadata