Agent Skills by Fausto
Showing 13 vetted skills indexed across 2 GitHub repositories.
ai-mobile-reverse-skills
Automate mobile security analysis through a structured 6-stage workflow.
js-reverse-automation
Automate JavaScript reverse engineering via MCP browser connection and generate JSRPC, Flask proxy, and Burp autoDecoder code.
js-reverse-automation-hook-history
Overrides browser history navigation functions to prevent forced redirects.
js-reverse-automation-hook-promise
Log Promise resolve parameters and call stacks in browser JavaScript.
js-reverse-automation-hook-jsencrypt-rsa
Hook JSEncrypt RSA encryption and decryption to log keys and plaintext/ciphertext data.
js-reverse-automation-hook-clear
Intercept and neutralize the console.clear() function to preserve browser console logs.
js-reverse-automation-hook-log
Protect JavaScript console methods from overwriting using Proxy and Object.defineProperty.
js-reverse-automation-page-redirect-debugger
Set breakpoints before navigation events to debug JavaScript-initiated page redirects.
js-reverse-automation-bypass-debugger
Remove debugger statements from eval, new Function, and constructor injections.
js-reverse-automation-hook-table
Override console.table to a no-op for JavaScript anti-debugging bypass.
js-reverse-automation-fixed-window-size
Overrides window dimension getters and setters to bypass DevTools detection.
js-reverse-automation-hook-cryptojs
Hook CryptoJS symmetric, hash, and HMAC algorithms to extract cryptographic parameters.
js-reverse-automation-hook-close
Override the window.close function to prevent forced page closures.