Skip to main content

firebase-apk-scanner

Analyzes Android APKs for Firebase security misconfigurations, aiding in mobile app security audits and vulnerability assessments.

Install this skill

or
79/100

Security score

The firebase-apk-scanner skill was audited on May 26, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 166

Curl to non-GitHub URL

SourceSKILL.md
166curl -s "https://PROJECT_ID.firebaseio.com/.json"
medium line 169

Curl to non-GitHub URL

SourceSKILL.md
169curl -s "https://firestore.googleapis.com/v1/projects/PROJECT_ID/databases/(default)/documents"
medium line 175

Curl to non-GitHub URL

SourceSKILL.md
175curl -s "https://firebasestorage.googleapis.com/v0/b/PROJECT_ID.appspot.com/o"
low line 155

External URL reference

SourceSKILL.md
155"https://identitytoolkit.googleapis.com/v1/accounts:signUp?key=API_KEY"
low line 160

External URL reference

SourceSKILL.md
160"https://identitytoolkit.googleapis.com/v1/accounts:signUp?key=API_KEY"
low line 166

External URL reference

SourceSKILL.md
166curl -s "https://PROJECT_ID.firebaseio.com/.json"
low line 169

External URL reference

SourceSKILL.md
169curl -s "https://firestore.googleapis.com/v1/projects/PROJECT_ID/databases/(default)/documents"
low line 175

External URL reference

SourceSKILL.md
175curl -s "https://firebasestorage.googleapis.com/v0/b/PROJECT_ID.appspot.com/o"
low line 181

External URL reference

SourceSKILL.md
181"https://firebaseremoteconfig.googleapis.com/v1/projects/PROJECT_ID/remoteConfig"
Scanned on May 26, 2026
View Security Dashboard
Installation guide →