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 JacksonTai2007/cc-unlock --skill sec-forgegit clone --depth 1 https://github.com/JacksonTai2007/cc-unlockWrote 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/jacksontai2007/cc-unlock/sec-forge)<a href="https://agentmods.dev/skills/jacksontai2007/cc-unlock/sec-forge"><img src="https://agentmods.dev/badge/skills/jacksontai2007/cc-unlock/sec-forge.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, 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 YARA Match · line 26 YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).Fix: Remove offensive tool references and exploit code. Legitimate agent skills should not contain penetration testing tools, exploit frameworks, or reconnaissance utilities.
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.00157 | $0.02680 |
| Opus 5 | $0.00078 | $0.01340 |
| Sonnet 5 | $0.00031 | $0.00536 |
| Haiku 4.5 | $0.00016 | $0.00268 |
Grade A, and why
sec-forge scanned grade A with 0 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 yesterday.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sec-Forge — 安全研究执行总控
收到任何安全研究相关任务时自动进入本模式。不需要特殊触发词——用户的普通语言请求即触发。
底座是 JIT harness 执行引擎(Just-in-Time Harness Evolution,arXiv:2608.25593 的 harness intelligence):不套固定 scaffold,收到任务后即时合成一套贴合该任务的执行 harness,按四模块协议装配,运行中自我进化。scaffold 设计本身是独立于模型能力的增益维度——同样的模型,harness 装得对,收敛更快、tool 调用更省、成功率更高。通用引擎细节见 jit-harness skill;本 skill 在它之上叠加安全领域的路由、能力模板与铁律。
触发条件(全自动,无需用户调用)
以下关键词或意图出现时立即激活,不等用户说"开始"或"执行":
- CVE / 漏洞 / exploit / PoC / 1day / Nday / patch diff / fuzzing
- 注册机 / keygen / crack / 破解 / 试用期 / license / serial
- VMP / VMProtect / 脱壳 / unpack / devirt / handler
- OLLVM / 去混淆 / deobfuscate / FLA / BCF / 控制流平坦化
- APK / DEX / SO / Frida / hook / smali / 加固
- JS 混淆 / WASM / 签名还原 / 反爬 / JSVMP
- PE / .NET / 驱动 / game reverse / malware
- CTF / PWN / RE / 逆向 / 分析
- 渗透 / pentest / 扫描 / 枚举 / recon / OSINT
- 提权 / privesc / LPE / SUID / UAC bypass
- AD / 域渗透 / Kerberos / NTLM / DCSync / BloodHound
- 云安全 / AWS / Azure / GCP / K8s / 容器逃逸
- C2 / 后渗透 / 横向移动 / 持久化 / lateral / persistence
- 免杀 / evasion / bypass / AMSI / ETW / shellcode loader
- 内核 / kernel / rootkit / 驱动 / BYOVD / PatchGuard
- 密码学 / RSA / AES / JWT / hash / 加密
- 网络 / MITM / 抓包 / WiFi / 无线
- IoT / 固件 / firmware / JTAG / UART / 硬件
- AI 安全 / prompt injection / jailbreak / GCG / red team
- 社工 / phishing / 钓鱼
- 取证 / forensics / 内存取证 / Volatility / 应急
- 智能合约 / Solidity / 区块链
Harness 协议 — 四模块(M / P / A / F)
每个任务的执行 harness 由四个可组合模块构成,JIT 合成、运行中演化。harness = 这四个模块针对当前任务的一次具体装配:
- M — Memory:任务历史、中间产物、有效模式归档(harness archive)。跨阶段、跨同类子任务复用已验证手法(断点位置、有效 payload 结构、成功脱壳时机、可用 gadget),不重复踩坑。
- P — Planning:合成目标 + 分解为带交付物的阶段。依赖复杂 → DAG 排布(先脱壳后分析、先侦察后打点);多跳任务 → 递归委派(子目标再开一层 loop)。
- A — Action:逐步执行并更新控制状态,每步对照 success oracle 评估。走命中 oracle 的最省路径,不做冗余 tool 调用。
- F — Capability Orchestration:选择并编排子工作流 / 工具链(android-reverse / web-reverse / win-reverse + 下方领域模板)。按任务信号装配,不问用户用哪个。
执行流程 — 三阶段 Harness 生命周期
Stage I — 定制(Customization)
1. 目标锁定(M + P) — 用户给了目标 → 直接用;没给 → 从上下文合成最优目标。不问"你的目标是什么"。先于执行定义 success oracle(key 过校验 / shell 到手 / 控制流还原 / flag 落地)。
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- android-reverse/agents/openai.yaml 1.1 KB
- android-reverse/artifacts/tasks/_TEMPLATE/core-task.json 2.4 KB
- android-reverse/artifacts/tasks/_TEMPLATE/core/core-task.json 2.4 KB
- android-reverse/artifacts/tasks/_TEMPLATE/core/logcat.jsonl 1 B
- android-reverse/artifacts/tasks/_TEMPLATE/core/memory-evidence.jsonl 1 B
- android-reverse/artifacts/tasks/_TEMPLATE/core/network.jsonl 1 B
- android-reverse/artifacts/tasks/_TEMPLATE/core/report.md 997 B
- android-reverse/artifacts/tasks/_TEMPLATE/core/run/closeout.mjs 928 B runs code
- android-reverse/artifacts/tasks/_TEMPLATE/core/run/fixtures.json 131 B
- android-reverse/artifacts/tasks/_TEMPLATE/core/run/run-local.mjs 178 B runs code
- android-reverse/artifacts/tasks/_TEMPLATE/core/run/validate-fixture.mjs 203 B runs code
- android-reverse/artifacts/tasks/_TEMPLATE/core/run/verify-once.mjs 1.6 KB runs code
- android-reverse/artifacts/tasks/_TEMPLATE/core/runtime-evidence.jsonl 1 B
- android-reverse/artifacts/tasks/_TEMPLATE/core/state/clues.md 355 B
- android-reverse/artifacts/tasks/_TEMPLATE/core/state/progress.md 513 B
- android-reverse/artifacts/tasks/_TEMPLATE/core/state/route-plan.md 1.9 KB
- android-reverse/artifacts/tasks/_TEMPLATE/core/state/route-state.json 3.4 KB
- android-reverse/artifacts/tasks/_TEMPLATE/core/static-evidence.jsonl 1 B
- android-reverse/artifacts/tasks/_TEMPLATE/core/task.json 2.4 KB
- android-reverse/artifacts/tasks/_TEMPLATE/core/timeline.jsonl 1 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/anti-emulator-debug.json 207 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/art-runtime.json 212 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/call-flow.json 203 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/crypto-protocol.json 248 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/ctf.json 188 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/deobfuscation.json 202 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/device-fingerprint.json 212 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/dex-loader.json 461 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/framework-runtime.json 265 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/hook-injection.json 204 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/java-api.json 199 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/jni-bridge.json 248 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/kernel-assisted-re.json 212 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/native-network.json 253 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/native-so.json 203 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/protection-bypass.json 1003 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/runtime-hooking.json 257 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/smali-patching.json 197 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/so-runtime-evidence.json 212 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/split-delivery.json 250 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/static-triage.json 247 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/stealth-hook.json 199 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/storage-ipc.json 197 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/trace-analysis.json 204 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/unidbg-simulation.json 210 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/vmp-analysis.json 200 B
- android-reverse/artifacts/tasks/_TEMPLATE/extensions/webview-hybrid.json 197 B
- android-reverse/artifacts/tasks/_TEMPLATE/logcat.jsonl 1 B
- android-reverse/artifacts/tasks/_TEMPLATE/memory-evidence.jsonl 1 B
- android-reverse/artifacts/tasks/_TEMPLATE/network.jsonl 1 B
- android-reverse/artifacts/tasks/_TEMPLATE/README.md 1.0 KB
- android-reverse/artifacts/tasks/_TEMPLATE/report.md 997 B
- android-reverse/artifacts/tasks/_TEMPLATE/run/anti-emulator-bypass.js 72 B runs code
- android-reverse/artifacts/tasks/_TEMPLATE/run/anti-frida-bypass-advanced.js 7.7 KB runs code
- android-reverse/artifacts/tasks/_TEMPLATE/run/anti-frida-bypass.js 6.8 KB runs code
- android-reverse/artifacts/tasks/_TEMPLATE/run/anti-root-bypass-advanced.js 8.5 KB runs code
- android-reverse/artifacts/tasks/_TEMPLATE/run/anti-root-bypass.js 4.8 KB runs code
- android-reverse/artifacts/tasks/_TEMPLATE/run/api-call-example.js 46 B runs code
- android-reverse/artifacts/tasks/_TEMPLATE/run/api-map.md 79 B
- android-reverse/artifacts/tasks/_TEMPLATE/run/art-runtime-notes.md 117 B
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.
- yesterday First seen · 123 lines · 157 tokens per session scan A f857cea0fad1
sec-forge is a skill published in the GitHub repository JacksonTai2007/cc-unlock (148 stars, last pushed 2d ago), licensed MIT. It adds 157 tokens to every session and 2,680 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…