Skip to main content

csrf-auth-debugger

Helps debug CSRF token and authentication issues, resolving common errors like 403 Forbidden and token refresh problems.

Install this skill

or
79/100

Security score

The csrf-auth-debugger skill was audited on Feb 9, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 145

Curl to non-GitHub URL

SourceSKILL.md
145curl -c cookies.txt http://localhost:8000/api/v1/auth/csrf/
medium line 199

Curl to non-GitHub URL

SourceSKILL.md
199curl -X POST http://localhost:8000/api/v1/auth/login/ \
medium line 205

Curl to non-GitHub URL

SourceSKILL.md
205curl http://localhost:8000/api/v1/users/me/ \
low line 92

External URL reference

SourceSKILL.md
92CSRF_TRUSTED_ORIGINS = ['http://localhost:3000', ...]
low line 145

External URL reference

SourceSKILL.md
145curl -c cookies.txt http://localhost:8000/api/v1/auth/csrf/
low line 183

External URL reference

SourceSKILL.md
183'http://localhost:3000',
low line 184

External URL reference

SourceSKILL.md
184'http://localhost:8000',
low line 199

External URL reference

SourceSKILL.md
199curl -X POST http://localhost:8000/api/v1/auth/login/ \
low line 205

External URL reference

SourceSKILL.md
205curl http://localhost:8000/api/v1/users/me/ \
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry