reverse-skill
Web JavaScript reverse engineering, deobfuscation, and request-chain analysis
All Skills in This Repository (4)
Pure Emerald Level Indicatorsjsr-reverse
Route Web JS reverse tasks through staged workflows with artifact tracking.
js-reverse-automation
Automate browser-based reverse engineering to discover entrypoints and generate integration artifacts.
ast-deobfuscate
Deobfuscate JavaScript code using Babel-based AST transformations.
find-crypto-entry
Locate cryptographic parameter generators in JavaScript applications via static and dynamic analysis.
Frequently Asked Questions
FAQPage SchemaHow to install reverse-skill?▼
Run `npx skills add 715494637/reverse-skill --all -g -y` in your terminal to install all skills globally. You also need the js-reverse-mcp server connected for browser debugging support.
What problems does reverse-skill solve?▼
It handles web JavaScript reverse engineering tasks like locating sign or token generation, deobfuscating code, recovering JSVMP or wasm shells, and proving runtime equivalence between browser and local execution.
How does the jsr-reverse skill work?▼
It routes your task through a fixed pipeline of intake, evidence, locate, recover, runtime, validation, and handoff, choosing the right stage based on the current engineering state rather than keyword clues.
Does reverse-skill work with Claude Code and Codex?▼
Yes. The skills follow the standard SKILL.md format and can be placed in the Claude Code or Codex skills directory, working alongside the js-reverse-mcp browser debugging server.
Can it generate JSRPC and Burp integration code?▼
Yes. The js-reverse-automation skill traces parameter generation in a real browser and generates JSRPC injection code, a Flask proxy, and Burp autoDecoder documentation for authorized testing.
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