Skip to main content

django-rest-framework

Enables the creation of robust RESTful APIs using Django REST Framework with features like serialization and authentication.

Install this skill

or
94/100

Security score

The django-rest-framework skill was audited on Feb 9, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 80

Base64 decode operation

SourceSKILL.md
80data = ContentFile(base64.b64decode(imgstr), name=f'temp.{ext}')
low line 1378

External URL reference

SourceSKILL.md
1378- [Django REST Framework Documentation](https://www.django-rest-framework.org/)
low line 1379

External URL reference

SourceSKILL.md
1379- [DRF Serializers Guide](https://www.django-rest-framework.org/api-guide/serializers/)
low line 1380

External URL reference

SourceSKILL.md
1380- [DRF ViewSets](https://www.django-rest-framework.org/api-guide/viewsets/)
low line 1381

External URL reference

SourceSKILL.md
1381- [DRF Authentication](https://www.django-rest-framework.org/api-guide/authentication/)
low line 1382

External URL reference

SourceSKILL.md
1382- [DRF Testing](https://www.django-rest-framework.org/api-guide/testing/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →