classmethod

60 mods across 1 repository, 974 stars between them.

dev-webtest

49

classmethod/tsumiki

Skill Claude CodeCodex

A web-testing skill built around Playwright, a browser automation tool. It checks how web pages behave, look, respond on different screen sizes, handle forms, and support accessibility.

974 25d ago C 126 tokens original MIT

ipa-security-check

50

classmethod/tsumiki

Skill Claude CodeCodex

A static security checker that examines source code and configuration files for possible web vulnerabilities. Static checking means reviewing code without running the application; IPA is Japan’s Information-technology Promotion Agency.

974 25d ago A 122 tokens original MIT

01-sql-injection

51

classmethod/tsumiki

Agent

A code-review agent that checks files for SQL injection, a flaw where user input changes a database query. SQL is the language commonly used to read and change database data.

974 25d ago A 25 tokens original MIT

classmethod/tsumiki

Agent

A code-review agent that checks files for OS command injection, a security flaw where outside input can make a program run unintended operating-system commands. It uses rules and guidance from Japan’s IPA web-security documents.

974 25d ago A 28 tokens original MIT

classmethod/tsumiki

Agent

A code-review agent that checks files for directory traversal, a flaw where a path supplied by a user can reach files outside the intended folder. It follows security guidance from Japan’s IPA.

974 25d ago A 29 tokens original MIT

classmethod/tsumiki

Agent

A code-review agent that checks files for session-management weaknesses, such as unsafe handling of login sessions. A session is the state that keeps a user signed in across requests.

974 25d ago A 24 tokens original MIT

05-xss

55

classmethod/tsumiki

Agent

A specialized code-review agent that checks for cross-site scripting, a web vulnerability where untrusted content is executed as code in another user’s browser. It follows Japanese IPA web-security guidance.

974 25d ago A 30 tokens original MIT

06-csrf

56

classmethod/tsumiki

Agent

A code-review agent that checks files for cross-site request forgery, or CSRF. CSRF is an attack that tricks a signed-in user’s browser into sending an unwanted request.

974 25d ago A 34 tokens original MIT

classmethod/tsumiki

Agent

A specialised code-review agent that checks files for HTTP header injection, a web security flaw where untrusted input can alter response headers.

974 25d ago A 29 tokens original MIT

classmethod/tsumiki

Agent

A specialized code-review agent that checks for email header injection, a vulnerability where untrusted input can alter email headers. It follows security rules and Japanese IPA web-security guidance.

974 25d ago A 28 tokens original MIT

09-clickjacking

59

classmethod/tsumiki

Agent

A static security-checking sub-agent for clickjacking, an attack that places a real page beneath a deceptive page so a user clicks something different from what they see. It checks only the files assigned to it against defined inspection rules and security guidance.

974 25d ago A 23 tokens original MIT

10-buffer-overflow

60

classmethod/tsumiki

Agent

A security-checking sub-agent that performs static inspection for buffer overflows, where code writes beyond the memory reserved for a value.

974 25d ago A 26 tokens original MIT