Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add dslsdzc/rev-skills --skill re-ios-jbgit clone --depth 1 https://github.com/dslsdzc/rev-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dslsdzc/rev-skills/re-ios-jb)<a href="https://agentmods.dev/skills/dslsdzc/rev-skills/re-ios-jb"><img src="https://agentmods.dev/badge/skills/dslsdzc/rev-skills/re-ios-jb/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dslsdzc/rev-skills/re-ios-jb"><img src="https://agentmods.dev/badge/skills/dslsdzc/rev-skills/re-ios-jb.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 10 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Tool Misuse · line 32 Tool calls are chained to bypass individual safety checks or escalate capabilities beyond what any single tool call would allow.Fix: Limit tool chaining depth and validate the output of each tool before passing it to the next. Require explicit user approval for multi-step chains.
- high Tool Misuse · line 71 Tool calls are chained to bypass individual safety checks or escalate capabilities beyond what any single tool call would allow.Fix: Limit tool chaining depth and validate the output of each tool before passing it to the next. Require explicit user approval for multi-step chains.
- medium Privilege Escalation · line 29 Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
- medium Privilege Escalation · line 32 Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
- medium Privilege Escalation · line 46 Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
- medium Privilege Escalation · line 71 Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
- medium Privilege Escalation · line 72 Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
- medium Rogue Agent · line 99 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 101 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 102 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.03708 |
| Opus 5 | $0.00028 | $0.01854 |
| Sonnet 5 | $0.00011 | $0.00742 |
| Haiku 4.5 | $0.00006 | $0.00371 |
Grade B, and why
re-ios-jb scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo /bin/sh -c "$(curl -fsSL https://static.palera.in/scripts/install.sh)" Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
sudo /bin/sh -c "$(curl -fsSL https://static.palera.in/scripts/install.sh)" How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
iOS 越狱逆向环境(越狱检测 / tweak)
何时使用 / 何时不用
- 用:目标 App 有越狱检测(启动闪退 / 功能受限),需要识别检测点并分析其实现
- 用:已有 tweak / Substrate 插件需要逆向分析其 hook 了什么
- 用:要在越狱设备上做动态分析([[re-frida]] 插桩、[[re-lldb]] 远程 attach)——越狱环境是前置
- 用:自己开发 tweak(Theos + Logos)辅助逆向(hook 检测函数验证假设)
- 不用:无越狱设备时的 iOS 动态分析(静态先行,见 [[re-ios]] 坑 3)
- 不用:只要 App 静态结构 / 脱壳(走 [[re-ios]])
- 注意:越狱与动态执行按 [[platform-tips]] 最高原则在受控设备上进行(专用测试设备,不用于日常/生产设备)
工具准备
越狱/动态分析属动态执行,受控设备 + 网络隔离([[platform-tips]] 最高原则)。静态(tweak 二进制分析)免沙箱。所有工具先验证再使用。
越狱设备(palera1n 等)
- palera1n 无发行版包,官方安装途径(docs.palera.in):
# 官方一键脚本(推荐) sudo /bin/sh -c "$(curl -fsSL https://static.palera.in/scripts/install.sh)" # 或 GitHub releases(palera1n/palera1n)手动下载二进制 curl -LO https://github.com/palera1n/palera1n/releases/download/v2.0.2/palera1n-linux-x86_64 chmod +x palera1n-linux-x86_64 && sudo mv palera1n-linux-x86_64 /usr/bin/palera1n - 限制:仅支持 checkm8 漏洞设备(A8–A11)及其支持的 iOS 版本(版本匹配见坑 2);在虚拟机里跑会段错误(无 PCI 透传不可用)
- 验证:
palera1n --help;越狱后设备上出现 Sileo(rootless 包管理器) - 越狱后安装 OpenSSH:Sileo 搜索 "openssh" 安装
Theos —— tweak 构建工具链(官方 git 安装,无发行版包)
- 官方安装(theos.dev/docs/installation,必须 git 安装,官方明确不要下载 ZIP):
export THEOS=~/theos git clone --recursive https://github.com/theos/theos.git $THEOS echo "export THEOS=~/theos" >> ~/.zprofile && echo "export PATH=$THEOS/bin:$PATH" >> ~/.zprofile - 依赖:macOS
brew install ldid xz;Linux 需sudo apt install dpkg-dev fakeroot(Debian/Ubuntu)等打包依赖 - iOS SDK:
curl -LO https://github.com/theos/sdks/archive/master.zip解出*.sdk放$THEOS/sdks - 更新:
$THEOS/bin/update-theos(滚动发布) - 验证:
$THEOS/bin/nic.pl能列出 New Instance Creator 模板
frida([[re-frida]])—— 插桩与绕过执行
- 越狱设备:Sileo/Cydia 添加源
https://build.frida.re安装 frida;或ssh root@<设备IP>后安装 - 主机:
pip install frida-tools - 验证:
frida-ps -U列出设备进程
lldb 远程([[re-lldb]])+ usbmuxd/iproxy
- lldb:macOS
xcode-select --install(自带);Linuxapt install lldb/dnf install lldb/pacman -S lldb - usbmuxd/iproxy:macOS
brew install usbmuxd;Linux 的 iproxy 在 libimobiledevice-utils 包(Debian/Ubuntu/Fedora)/libimobiledevice 包(Arch),仅装 usbmuxd 不含 iproxy:apt install usbmuxd libimobiledevice-utils/dnf install usbmuxd libimobiledevice-utils/pacman -S usbmuxd libimobiledevice - 验证:
lldb --version;iproxy 2222 22后ssh -p 2222 [email protected]能登录设备 - 设备端调试服务 debugserver:越狱工具 / DeveloperDiskImage 提供(见 [[re-ios]] 与 [[re-lldb]])
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 150 lines · 57 tokens per session scan B f3e320596d9a
re-ios-jb is a skill published in the GitHub repository dslsdzc/rev-skills (54 stars, last pushed 14d ago), licensed Apache-2.0. It adds 57 tokens to every session and 3,708 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
analyzing-golang-malware-with-ghidra
Reverse engineer Go-compiled malware in Ghidra by parsing Go buildinfo and pclntab structures, recovering stripped/obfuscated function names (e.g. via GoResolver), and extracting embedded module/dependency strings and types from Go binaries. Use when analyzing a Go-language malware sample, deobfuscating a…
analyzing-golang-malware-with-ghidra
Reverse engineer Go-compiled malware in Ghidra by parsing Go buildinfo and pclntab structures, recovering stripped/obfuscated function names (e.g. via GoResolver), and extracting embedded module/dependency strings and types from Go binaries. Use when analyzing a Go-language malware sample, deobfuscating a…
redteam-mobile-detail-pack
Domain routing and boundary guidance for authorized mobile application security testing, including insecure storage, certificate pinning bypass, exposed components, and binary reverse engineering. Use when a task belongs to the mobile testing domain and needs scope, evidence, pivot, or exit criteria.
Reverse Engineering & Binary Analysis
Binary analysis, assembly interpretation, disassembly, decompilation, firmware RE, and protocol reverse engineering.
android-pentest
A guide for authorized security testing of Android apps, covering APK inspection, runtime testing, traffic capture, code review, and function hooking. An APK is the installable package used by an Android app.
rule-gen
Generate a Quark Engine detection rule from a behavior description and decompiled code. Validates the rule against a real APK before outputting it.