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
| 145 | curl -c cookies.txt http://localhost:8000/api/v1/auth/csrf/ |
medium line 199
Curl to non-GitHub URL
SourceSKILL.md
| 199 | curl -X POST http://localhost:8000/api/v1/auth/login/ \ |
medium line 205
Curl to non-GitHub URL
SourceSKILL.md
| 205 | curl http://localhost:8000/api/v1/users/me/ \ |
low line 92
External URL reference
SourceSKILL.md
| 92 | CSRF_TRUSTED_ORIGINS = ['http://localhost:3000', ...] |
low line 145
External URL reference
SourceSKILL.md
| 145 | curl -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
| 199 | curl -X POST http://localhost:8000/api/v1/auth/login/ \ |
low line 205
External URL reference
SourceSKILL.md
| 205 | curl http://localhost:8000/api/v1/users/me/ \ |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry