CtrlK
BlogDocsLog inGet started
Tessl Logo

django-tdd

使用 pytest-django 进行 Django 测试的策略、TDD 方法论、factory_boy、Mock 模拟、测试覆盖率以及测试 Django REST Framework API。

56

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/django-tdd/SKILL.md
SKILL.md
Quality
Evals
Security
High

W007: Insecure credential handling detected in skill instructions.

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

The skill prompt includes literal passwords and payment tokens (e.g., 'testpass123', 'adminpass123', 'tok_visa') in code examples and fixtures, which the LLM would reproduce verbatim in generated output, posing an exfiltration risk.

Report incorrect finding
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 documentation includes explicit references to a payment gateway API (Stripe) and shows usage of stripe.Charge.create in payment-related tests (mocking a real payment gateway). This is a specific payment integration rather than a generic tool, so it meets the criterion for Direct Financial Execution capability even though shown within tests/mocks.

Repository
xu-xiang/everything-claude-code-zh
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.