by dslsdzc
121 个逆向工程 AI 技能(可发布、跨平台):恶意软件分析 / 软件逆向 / 固件嵌入式 / 协议逆向 / 移动应用 / 脱壳反混淆 / 软件破解 / 漏洞挖掘 / 托管代码 / 取证情报 / CTF。
# Add to your Claude Code skills
git clone https://github.com/dslsdzc/rev-skillsLast scanned: 9/9/2026
{
"issues": [
{
"file": ".claude/skills/re-blockchain/SKILL.md",
"line": 29,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -L https://foundry.paradigm.xyz | bash\"",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-09-09T08:41:57.436Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}rev-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by dslsdzc. 121 个逆向工程 AI 技能(可发布、跨平台):恶意软件分析 / 软件逆向 / 固件嵌入式 / 协议逆向 / 移动应用 / 脱壳反混淆 / 软件破解 / 漏洞挖掘 / 托管代码 / 取证情报 / CTF。. It has 52 GitHub stars.
Yes. rev-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/dslsdzc/rev-skills" and add it to your Claude Code skills directory (see the Installation section above).
rev-skills is primarily written in JavaScript. It is open-source under dslsdzc on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh rev-skills against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
English | 中文
121 个逆向工程技能,覆盖恶意软件分析、软件逆向、固件/嵌入式、协议逆向、移动应用、脱壳/反混淆、软件破解、漏洞挖掘、托管代码、取证/情报、CTF。通用、可发布:不假设用户已装任何工具,每个技能自带跨 OS 安装指引。
使用边界:本技能库仅用于安全研究与授权范围内的分析。使用前须取得目标方授权;禁止用于未经授权的逆向、破解、绕过验证或恶意软件活动。逆向工程的合法性因司法辖区而异(如美国 DMCA 反规避条款、各地软件保护条例),使用者须自行遵守所在地法律,并自行承担违规使用的一切责任。本库内容为通用方法论,不针对任何具体目标。
方式一自建安装器额外处理 Cursor / Copilot / Windsurf 的规则聚合(.mdc / 说明文件),这是标准 skills CLI 没有的能力;只装 Claude Code 系可用方式二。
npx rev-skills install # 交互式,默认 Claude Code
npx rev-skills install --target all # 安装到全部 7 种工具
npx rev-skills install --target cursor # 生成 Cursor 规则
npx rev-skills install --target gemini # Gemini CLI 原生技能
npx rev-skills install --global # 全局安装
npx rev-skills install --project # 仅当前项目
npx rev-skills install --dry-run # 只看计划不安装
npx rev-skills uninstall # 卸载
本库遵循 Agent Skills 规范,可被任意兼容运行时(Claude Code / Codex / Cursor / Gemini CLI 等 50+ 工具)直接发现与安装:
npx skills add dslsdzc/rev-skills # 项目作用域(.claude/skills/)
npx skills add dslsdzc/rev-skills -g # 全局(~/.claude/skills/)
npx skills add dslsdzc/rev-skills -l # 先列出技能,不安装
把 .claude/skills/ 下的技能目录复制到 ~/.claude/skills/(Claude Code)或对应工具目录。
本仓库自带 .claude-plugin/marketplace.json,可作为自托管插件市场直接添加:
/plugin marketplace add dslsdzc/rev-skills
/plugin install rev-skills
(若同名插件来自多个市场,用 rev-skills@rev-skills 消歧。)
| 工具 | 安装方式 | 体验 |
|---|---|---|
| Claude Code | --target claude |
原生技能(按需加载) |
| Gemini CLI | --target gemini |
原生技能 |
| Cline | --target cline |
原生技能(兼容) |
| Codex CLI | --target codex |
原生技能 |
| Cursor | --target cursor → .cursor/rules/*.mdc |
规则聚合(知识+流程,无按需加载) |
| GitHub Copilot | --target copilot → .github/copilot-instructions.md |
规则聚合 |
| Windsurf | --target windsurf → .windsurf/rules/*.md |
规则聚合 |
入口 → 12 大类网关 → 108 原子技能,详见 .claude/skills/ 与 docs/skill-template.md。快速索引:
.claude/skills/re-analyze/references/platform-tips.md本仓库双许可:
.claude/skills/ 及说明文档):CC BY 4.0——允许复制/修改/商业使用,须保留署名bin/、validate.mjs、tests/):Apache-2.0npm test # 结构校验(frontmatter/死链/工具准备)+ 安装器单元测试
发布流程:npm test 通过 → git tag → npm publish → 同步 marketplace.json 版本。