Agent skill

Strix•CSRF 测试

Strix CSRF 测试手册,覆盖 token 绕过、SameSite、CORS 误配与状态变更滥用;触发名:strix-csrf

asdfgh1445582★ · 1 repos on radarProfile →
codexNOASSERTION
Install
npx skills add asdfgh1445/ctf-super-hub --skill strix-csrf --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: strix-csrf/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 718
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# CSRF Cross-site request forgery abuses ambient authority (cookies, HTTP auth) across origins. Do not rely on CORS alone; enforce non-replayable tokens and strict origin checks for every state change. ## Attack Surface **Session Types** - Web apps with cookie-based sessions and HTTP auth - JSON/REST, GraphQL (GET/persisted queries), file upload endpoints **Authentication Flows** - Login/logout, password/email change, MFA toggles **OAuth/OIDC** - Authorize, token, logout, disconnect/connect endpoints ## High-Value Targets - Credentials and profile changes (email/password/phone) - Payment and money movement, subscription/plan changes - API key/secret generation, PAT rotation, SSH keys - 2FA/TOTP enable/disable; backup codes; device trust - OAuth connect/disconnect; logout; account deletion - Admin/staff actions and impersonation flows - File uploads/deletes; access control changes ## Reconnaissance ### Session and Cookies - Inspect cookies: HttpOnly, Secure, SameSite (Strict/Lax/None) - Lax allows cookies on top-level cross-site GET; None requires Secure - Determine if Authorization headers or bearer tokens are used (generally not CSRF-prone) versus cookies (CSRF-prone) ### Token an

What's inside
Steps it walks through
  1. Attack Surface
  2. High-Value Targets
  3. Reconnaissance
  4. Session and Cookies
  5. Token and Header Checks
  6. Method and Content-Types
  7. CORS Profile
  8. Key Vulnerabilities
  9. Navigation CSRF
  10. Simple Content-Type CSRF
  11. JSON CSRF
  12. Login/Logout CSRF
  13. OAuth/OIDC Flows
  14. File and Action Endpoints
More from ctf-super-hub
All skills →
About this skill
What does the Strix•CSRF 测试 skill do?

Strix CSRF 测试手册,覆盖 token 绕过、SameSite、CORS 误配与状态变更滥用;触发名:strix-csrf

How do I install it?

Run `npx skills add asdfgh1445/ctf-super-hub --skill strix-csrf --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From asdfgh1445/ctf-super-hub, a repository with 718 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going