From firebase-apk-scanner
Scans an Android APK for Firebase security misconfigurations using the firebase-apk-scanner skill.
How this command is triggered — by the user, by Claude, or both
Slash command
/firebase-apk-scanner:scan-apk <apk-file-or-directory>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Scan APK for Firebase Misconfigurations **Arguments:** $ARGUMENTS Parse the APK path from arguments. If empty, ask for the path. Invoke the `firebase-apk-scanner` skill with the APK path for the full workflow.
Arguments: $ARGUMENTS
Parse the APK path from arguments. If empty, ask for the path.
Invoke the firebase-apk-scanner skill with the APK path for the full workflow.
npx claudepluginhub commit-ai/trailofbits-skills --plugin firebase-apk-scanner13plugins reuse this command
First indexed Jan 29, 2026
Showing the 6 earliest of 13 plugins
/scan-apkScans an Android APK for Firebase security misconfigurations using the firebase-apk-scanner skill.
/decompileDecompiles Android APK/XAPK/AAB/DEX/JAR/AAR files and analyzes their structure. Installs required tools (jadx, vineflower, dex2jar, bundletool) and supports deobfuscation.
/security-scanScans a Claude Code plugin directory for security risks in executable artifacts (hooks, scripts, MCP configs, dependencies) and produces a gate status (block/review/pass).
/security-scanRuns a comprehensive static security analysis on a file or directory, enumerating attack surface, scanning for vulnerability classes (injection, broken auth, XSS, SSRF, etc.), triaging findings by severity, and providing PoC descriptions and fixes for critical/high issues.
/fire-vuln-scanScans application codebases for OWASP Top 10 vulnerabilities using AI reasoning, with options for deep analysis, category filtering, fix previews, and report generation.
/kasi-securityRuns security audit on project codebase: detects stack (PHP/Node/Python/etc.), loads checklist, scans files for SQLi/XSS/CSRF/auth bypass/etc., outputs prioritized findings with confidence labels.