CtrlK
BlogDocsLog inGet started
Tessl Logo

django-verification

针对 Django 项目的验证循环:包含数据库迁移、代码检查、带覆盖率的测试、安全扫描,以及在发布或 PR 前的部署就绪检查。

67

Quality

81%

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

SKILL.md
Quality
Evals
Security

Security

1 high severity finding. You should review these findings carefully before considering using this skill.

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 embeds plaintext credentials and passwords (e.g., the superuser creation command with 'admin', POSTGRES_PASSWORD, DATABASE_URL with embedded password, and DJANGO_SECRET_KEY in the CI YAML), which require the LLM to output secret values verbatim.

Report incorrect finding

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The GitHub Actions workflow includes external action references that are fetched and executed at CI runtime (actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, codecov/codecov-action@v3), which pull and run remote code during the skill's runtime.

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.