CtrlK
BlogDocsLog inGet started
Tessl Logo

jbvc/django-patterns

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

56

Quality

56%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

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.

Report incorrect finding
Audited
Security analysis
Snyk