Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Find BuyState DoneBuying

ASecurity

Locate BuyState::m_doneBuying, exposed as BuyState::DoneBuying, in the loaded CS2 server binary. Emit a structmember offset, never a function or vtable slot. Trigger: BuyState_DoneBuying, BuyState::DoneBuying

3 stars
0 votes
0 copies
0 views
Added 9/27/2026
testinggo

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add mrc4tt/CS2_VibeSignatures --skill find-BuyState_DoneBuying --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Find BuyState DoneBuying?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Find BuyState DoneBuying
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/mrc4tt-find-buystate-donebuying/badge)](https://www.skillsdirectory.com/skills/mrc4tt-find-buystate-donebuying)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: find-BuyState_DoneBuying
description: |
  Locate BuyState::m_doneBuying, exposed as BuyState::DoneBuying, in the loaded CS2
  server binary. Emit a structmember offset, never a function or vtable slot.
  Trigger: BuyState_DoneBuying, BuyState::DoneBuying
disable-model-invocation: true
---

# Find BuyState_DoneBuying

Target: the one-byte BuyState member `m_doneBuying`. The configured category is
`structmember`. Keep this skill as fallback until the preprocessor is verified
in the actual Windows/Linux binaries.

Inspect verified BuyState behavior code and trace the relevant member accesses
back to the BuyState object. `BuyState_OnUpdate` is a candidate inspection point,
not a proven dependency: verify its identity and the member's behavioral role
before using it. Do not assume an old offset or infer identity from a byte-sized
comparison alone. Distinguish this flag from the other BuyState flags and timers.

Read the actual displacement and verify its base object, access size and control
flow. Generate a unique instruction signature for this access; for an anchor
before the access include `offset_sig_disp`. Check the match in the loaded binary.
Only analyze and write the requested platform. If identity or uniqueness cannot
be established, report failure without guessed output.

Replace the complete expected `BuyState_DoneBuying.{platform}.yaml` under the
caller-provided artifact directory with:

```yaml
struct_name: BuyState
member_name: m_doneBuying
offset: '<verified byte offset in hex>'
size: 1
offset_sig: '<unique signature of the verified member access>'
```

Optional: `offset_sig_disp` for a backward-expanded anchor. Never emit `func_*`,
`vfunc_*` or `vtable_*`. Central runtime validation/canonicalization is mandatory.

Attribution

mrc4ttmrc4tt
View sourceMore from mrc4tt →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

400051 votes

Tdd Workflow

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

2456590 votes

Eval Harness

克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则

2456590 votes

Python Testing

使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。

2456590 votes

Golang Testing

Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。

2456590 votes
View all in testing →