Skip to main content

game-security-research

Authorized game-client, protocol, replay, and anti-tamper security research for local, self-hosted, or intentionally vulnerable training targets.

설치로 이동

소스 정보

저장소
BitterSecurity/Decepticon
최근 소스 활동
2026년 8월 17일 22:24
감지된 SKILL.md 언어
영어
스타
5,522
포크
1,048

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
game-security-research
description
Authorized game-client, protocol, replay, and anti-tamper security research for local, self-hosted, or intentionally vulnerable training targets.
allowed-tools
Read Write Bash
metadata
{"subdomain":"reverse-engineering","when_to_use":"game security Unity Unreal IL2CPP replay savegame protocol server authority anti-tamper authorized training lab","upstream_ref":"OWASP Game Security Framework concepts, Unity/Unreal vendor debugging documentation, Pwn Adventure educational game-security lab","capability_contract":{"lane":"game-security","scope":"isolated-lab","environment":["self-hosted-game-server","disposable-client-vm","isolated-network"],"required_tools":["ghidra","frida","wireshark"],"evidence":["client-build-hash","packet-capture","replay-artifact","server-state-diff"],"verification":"replay the minimal input against a local or explicitly authorized self-hosted game service","negative_control":"run an equivalent valid client action and confirm the server state does not change","scorecard":["validated-rate","server-authority-coverage","remediation-verification-rate"],"benchmark":"held-out-game-security"}}
# Game Security Research ## Scope Use only local, self-hosted, or intentionally vulnerable game targets with written authorization. Do not create or deploy online-game cheats, anti-cheat bypasses, ban evasion, aim assistance, overlays, memory manipulation, or multiplayer disruption tooling. ## Research workflow 1. **Pin client and server builds.** Record executable hashes, engine version, platform, symbols, server commit, and local-lab topology before inspection. 2. **Map trust boundaries.** Identify which values are authoritative on the server: inventory, currency, movement, progression, matchmaking, replay, and entitlement state. Classify client-only checks as hypotheses until server state is measured. 3. **Analyze accepted artifacts.** Inspect local save files, replay formats, asset bundles, protocol schemas, and debug telemetry. Keep raw captures and parsed summaries separate. 4. **Validate safely.** Submit the minimum input to the self-hosted target and record the server-observed state transition. Run the corresponding ordinary player action as the negative control. 5. **Evaluate defenses.** Exercise anti-tamper and telemetry only as a defender: confirm expected alerts, integrity checks, and server-side rejection after a local test case. Never develop an evasion workflow. ## Promotion rule A reportable finding must include the pinned build identity, minimal replay or request, packet/trace evidence, server-side state delta, baseline result, and a post-remediation replay. A client-only display change is not proof of impact.
GitHub에서 보기