re-report

re-report is a skill for Claude Code from sodam-ai/SoDam-Reverse-Eng. It costs 55 tokens per session (759 once invoked), scanned A, original, Apache-2.0.

A workflow for turning reverse-engineering results into a standard Korean report for beginners. Reverse engineering means examining software to understand how it works.

In plain words
What is it for?
Use it to produce summaries, function explanations, evidence references, uncertainty notes, follow-up checks, and safety notes for analysed code.
Why use it?
It keeps explanations easy to follow and separates verified facts from uncertainty, while requiring evidence locations and masking secrets.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sodam-reverse plugin — 6 skills, 7 commands, 1 hook shipped together

Good fit Use it to produce summaries, function explanations, evidence references, uncertainty notes, follow-up checks, and safety notes for analysed code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sodam-ai/sodam-reverse-eng/re-report
Install

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.

Any agent
npx skills add sodam-ai/SoDam-Reverse-Eng --skill re-report
Clone the repo
git clone --depth 1 https://github.com/sodam-ai/SoDam-Reverse-Eng

Made for: Claude Code.

Or install sodam-reverse, the plugin that ships this one along with the rest of its 6 skills, 7 commands, 1 hook.

Wrote 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.

agentmods badge for re-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/sodam-ai/sodam-reverse-eng/re-report/github.svg)](https://agentmods.dev/skills/sodam-ai/sodam-reverse-eng/re-report)
Your own site
<a href="https://agentmods.dev/skills/sodam-ai/sodam-reverse-eng/re-report"><img src="https://agentmods.dev/badge/skills/sodam-ai/sodam-reverse-eng/re-report/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.

agentmods 80×15 button for re-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/sodam-ai/sodam-reverse-eng/re-report"><img src="https://agentmods.dev/badge/skills/sodam-ai/sodam-reverse-eng/re-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 759 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00759
Opus 5 $0.00028 $0.00380
Sonnet 5 $0.00011 $0.00152
Haiku 4.5 $0.00006 $0.00076

Measured 11d ago against content hash 8c0530594a3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

re-report 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 11d 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.

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.

skills/re-report/SKILL.md · 44 lines

What it actually says

re-report — 표준 한국어 보고서

분석 결과는 반드시 아래 형식으로 낸다(02_DATA_MODEL 템플릿). Reversa 연구 3원칙(근거 추적성 · 불확실성 명시 · 미확인 보존)을 항상 충족한다.

형식 (이 틀 그대로)

# [대상] 분석 보고서
## 한 줄 요약
{이 코드/앱이 한 줄로 무엇인지}
## 함수별 설명
- `함수명()` (파일:라인) — 하는 일을 **쉬운 말로**
## 근거 위치
- 주장 → 파일:라인  (※ 실제 코드와 일치해야 함 = 정확성 게이트)
## 불확실한 점
- {추정·미확인 — "확인됨"과 분리해 표기}
## 다음 확인사항
- {사람이 직접 봐야 할 것}
## ⚠️ 안전
- 위험이 의심돼도 단정하지 않는다: "안전/위험 단정 불가 — 전문가 확인 필요"

규칙

  • 전문용어 최소화(10대도 이해). 어려운 말은 괄호로 쉬운 설명을 붙인다.
  • 시크릿은 마스킹(평문 금지). 매칭된 문자열 전체를 references/mask-patterns.json_mask_with(••••(마스킹됨))로 완전히 치환한다 — 앞/뒤 일부 글자도 남기지 않는다(부분 마스킹 금지). 출력 직전 재확인: 보고서를 내보내기 전 마스킹한 값을 한 번 더 훑어, 원본 글자가 앞/뒤 어디든 하나라도 남아 있으면 그 값 전체를 다시 완전히 치환한다(2026-08-13 라이브 테스트에서 접두/접미 잔존 사례 발견 후 추가).
  • 근거 위치(파일:라인)가 없는 주장은 쓰지 않는다.
  • 보고서는 로컬에만 저장(./.sodam-re/, 외부 전송 0). 결과 폴더는 .gitignore에 추가하도록 안내한다.
  • 안전 1층 거부: 크랙·인증 우회·라이선스 우회·키/토큰 추출 목적 보고서는 거부한다. 이 스킬은 방어·교육·본인 소유물 분석 전용이다.

Agentic 연동 (선택 — 초보 가독성 검수)

SoDam-Agentic이 설치돼 있고 사용자가 "쉽게 설명해줘" / "초보도 읽게" / "이해하기 쉽게" 등을 요청하면, 보고서 생성 후 아래 문구로 sodam-agentic:easy-reviewer에 위임한다:

"이 RE 보고서를 비개발자(10대 기준)도 이해할 수 있는지 점검해줘. 전문용어·영어약어·코드구조 설명이 충분한지 확인해줘. 파일 수정 없이 조언만."

Agentic 미설치 시 건너뛴다 (선택 사항 — 핵심 보고서 기능에 영향 없음).

Changes

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.

  1. 11d ago First seen · 44 lines · 55 tokens per session scan A 8c0530594a3b

Subscribe to this mod's changes

re-report is a skill published in the GitHub repository sodam-ai/SoDam-Reverse-Eng (1 stars, last pushed today), licensed Apache-2.0. It adds 55 tokens to every session and 759 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories