jiap
Android decompilation, vulnerability hunting, reporting, and PoC construction
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install jiap?โผ
Run `npx skills add jygzyc/jiap --all -g -y` in your terminal to install all skills in this suite globally.
What does DECX do for Android analysis?โผ
It decompiles APKs and framework JARs via JADX and exposes code search, source lookup, xrefs, manifest, and component inspection through a CLI, HTTP API, and MCP server.
How does decx-vulnhunt find real vulnerabilities?โผ
It traces attacker-controlled input from entrypoint to dangerous sink with strict evidence gates, then applies a risk-rating authority before calling anything a finding.
Can DECX generate reports and PoC exploits?โผ
Yes. The decx-report skill produces HTML and bilingual Markdown reports, and decx-poc builds a ready-to-compile Android PoC app from each finalized finding.
Does DECX work with Claude Code and other agents?โผ
Yes. The skills follow the standard SKILL.md format and can be linked into Claude Code, Codex, Cursor, and other compatible clients.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core