testing-mobile-api-authentication
Tests authentication and authorization mechanisms in mobile APIs to identify vulnerabilities and ensure secure access control.
Install this skill
Security score
The testing-mobile-api-authentication skill was audited on Jun 5, 2026 and we found 22 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 107 | curl -X GET https://api.target.com/api/v1/users/profile |
Curl to non-GitHub URL
| 110 | curl -X GET https://api.target.com/api/v1/users/profile \ |
Curl to non-GitHub URL
| 113 | curl -X GET https://api.target.com/api/v1/users/profile \ |
Curl to non-GitHub URL
| 117 | curl -X GET https://api.target.com/api/v1/users/profile \ |
Curl to non-GitHub URL
| 121 | curl -X GET https://api.target.com/api/v1/users/123/profile \ |
Curl to non-GitHub URL
| 129 | curl -X GET https://api.target.com/api/v1/users/123/orders \ |
Curl to non-GitHub URL
| 133 | curl -X PUT https://api.target.com/api/v1/orders/789 \ |
Curl to non-GitHub URL
| 139 | curl -X GET https://api.target.com/api/v1/admin/users \ |
Curl to non-GitHub URL
| 150 | TOKEN=$(curl -s -X POST https://api.target.com/api/v1/auth/login \ |
Curl to non-GitHub URL
| 154 | curl -X POST https://api.target.com/api/v1/auth/logout \ |
Curl to non-GitHub URL
| 158 | curl -X GET https://api.target.com/api/v1/users/me \ |
External URL reference
| 107 | curl -X GET https://api.target.com/api/v1/users/profile |
External URL reference
| 110 | curl -X GET https://api.target.com/api/v1/users/profile \ |
External URL reference
| 113 | curl -X GET https://api.target.com/api/v1/users/profile \ |
External URL reference
| 117 | curl -X GET https://api.target.com/api/v1/users/profile \ |
External URL reference
| 121 | curl -X GET https://api.target.com/api/v1/users/123/profile \ |
External URL reference
| 129 | curl -X GET https://api.target.com/api/v1/users/123/orders \ |
External URL reference
| 133 | curl -X PUT https://api.target.com/api/v1/orders/789 \ |
External URL reference
| 139 | curl -X GET https://api.target.com/api/v1/admin/users \ |
External URL reference
| 150 | TOKEN=$(curl -s -X POST https://api.target.com/api/v1/auth/login \ |
External URL reference
| 154 | curl -X POST https://api.target.com/api/v1/auth/logout \ |
External URL reference
| 158 | curl -X GET https://api.target.com/api/v1/users/me \ |