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.

40

Quality

50%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

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

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