Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
56
56%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill includes explicit payment-processing code: a ProductViewSet.purchase action, an OrderService.process_payment method that calls PaymentGateway.charge(amount=..., token=...), and order/payment status changes. Those are explicit hooks to charge payment tokens and mark orders as paid — i.e., functionality intended to execute financial transactions (move money). Even though a concrete provider name isn't given, this is not a generic API caller or browser automation; it is explicitly designed to process payments. Therefore it grants Direct Financial Execution capability.