715494637715494637Community·4 Agent Skills Included

reverse-skill

Web JavaScript reverse engineering, deobfuscation, and request-chain analysis

Guides structured reverse engineering of web JavaScript, from locating encrypted parameters to recovering obfuscated code and validating results. Covers request-chain evidence capture, AST deobfuscation, JSVMP and wasm shell recovery, runtime divergence diagnosis, and anti-debugging handling. Replaces guesswork and scattered scripts with a staged workflow that produces verifiable, reproducible conclusions.
npx skills add 715494637/reverse-skill --all -g -y
Available:

Tells the agent how this prompt-and-knowledge repository is organized, which skills and rules to load for reverse engineering tasks, and which conventions to follow for outputs and progress tracking.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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