morodomi

135 mods across 3 repositories, 11 stars between them.

security-scan

73

morodomi/redteam-skills

Skill Claude CodeCodex

A security-scanning workflow that checks a directory or application for vulnerabilities and produces a JSON result. It can also run dynamic tests against a supplied URL.

2 6mo ago A 33 tokens original MIT

dev-crew

74

morodomi/dev-crew

Plugin Claude Code

Plugin marketplace listing 1 plugin: dev-crew.

1 3d ago A tokens not measured original MIT

dev-crew

75

morodomi/dev-crew

Plugin Claude Code

AI development team environment. TDD workflow, security audit, pattern learning, and phase-boundary compaction.

1 3d ago A tokens not measured original MIT

dev-crew AGENTS.md

76

morodomi/dev-crew

Instructions file CodexOpenCode

AGENTS.md instructions for morodomi/dev-crew, covering dev-crew, start here, tech stack, skills and quick start.

1 3d ago A 971 tokens original MIT

dev-crew CLAUDE.md

77

morodomi/dev-crew

Instructions file

Claude Code instructions for morodomi/dev-crew, covering dev-crew (claude code extensions), claude code integration, codex integration, codexsessionid へ転記する(orchestrate 自身は取得しない) and skills.

1 3d ago A 953 tokens original MIT

api-attacker

78

morodomi/dev-crew

Agent

A code-review agent that looks for common security weaknesses in web APIs. An API is a program interface that lets applications exchange data and perform actions.

1 3d ago A 33 tokens original MIT

morodomi/dev-crew

Agent

An automated reviewer for API contracts, the agreed rules for how software services communicate. It checks for breaking changes, naming consistency, error-response structure, versioning, and pagination, using guidance from major API design standards.

1 3d ago A 35 tokens original MIT

architect

80

morodomi/dev-crew

Agent

A code-review agent that checks an approved implementation plan against the actual files and an already-created Cycle document, a record of the planned work.

1 3d ago A 68 tokens original MIT

attack-scenario

81

morodomi/dev-crew

Agent

An agent that turns detected software vulnerabilities into concrete attack scenarios from an attacker's point of view. It can analyze how multiple weaknesses may combine into an attack chain.

1 3d ago A 35 tokens copy · 94% MIT

auth-attacker

82

morodomi/dev-crew

Agent

A static-analysis agent for finding authentication and permission security weaknesses in application code. Authentication checks who a user is; authorisation checks what that user may do.

1 3d ago A 37 tokens copy · 86% MIT

morodomi/dev-crew

Agent

A review agent for making deployments and database changes safer. A database migration changes the structure or data of a database; a rollback returns software to an earlier version.

1 3d ago A 41 tokens original MIT

crypto-attacker

85

morodomi/dev-crew

Agent

A code-scanning agent for finding insecure settings and weak cryptography. It checks for issues such as enabled debugging, outdated hash functions, weak encryption methods, default passwords, and unrestricted cross-origin access.

1 3d ago A 32 tokens original MIT

csrf-attacker

86

morodomi/dev-crew

Agent

A code-scanning agent that looks for Cross-Site Request Forgery, or CSRF, weaknesses. CSRF is an attack where another website tricks a logged-in user's browser into changing data on a different website.

1 3d ago A 35 tokens original MIT

dast-crawler

87

morodomi/dev-crew

Agent

A browser-based security-testing agent that discovers web application URLs and endpoints, including routes created while the page runs.

1 3d ago A 32 tokens original MIT

design-reviewer

88

morodomi/dev-crew

Agent

A combined design review that checks whether a proposed software change has a suitable scope, consistent architecture, and acceptable risks.

1 3d ago A 52 tokens original MIT

designer

89

morodomi/dev-crew

Agent

A planning agent that proposes user-interface and user-experience guidelines for a feature. It compares Japanese and Western design patterns for a specified audience and interface area, such as a form, dashboard, or landing page.

1 3d ago A 52 tokens original MIT

dynamic-verifier

90

morodomi/dev-crew

Agent

An agent that dynamically checks suspected web security problems by sending controlled requests to a running website. It covers SQL injection, cross-site scripting, authentication, request-forgery, server-side request forgery, and file-reading checks.

1 3d ago C 36 tokens original MIT

error-attacker

91

morodomi/dev-crew

Agent

A code-scanning agent that looks for unsafe exception handling, such as ignored errors or missing resource cleanup, across Java, Python, JavaScript, PHP, and Ruby code.

1 3d ago A 28 tokens original MIT

morodomi/dev-crew

Agent

Agent "false-positive-filter-reference" from morodomi/dev-crew, covering false positive filter - reference, input format, @security-ignore format, sanitization patterns by language and output format.

1 3d ago A 0 tokens original MIT

morodomi/dev-crew

Agent

A filter for static-analysis security findings that marks likely false alarms based on code patterns and surrounding context. Static analysis scans source code for possible security problems without running it.

1 3d ago A 27 tokens original MIT

file-attacker

94

morodomi/dev-crew

Agent

A security-scanning agent for file-related vulnerabilities, including path traversal, unsafe file uploads, local file inclusion, and unrestricted file access. These are weaknesses that may let users read, upload, or access files they should not control.

1 3d ago A 28 tokens original MIT

green-worker

95

morodomi/dev-crew

Agent

Agent "green-worker" from morodomi/dev-crew, covering green worker, input, example input, output and context retrieval protocol.

1 3d ago A 40 tokens original MIT

impact-reviewer

96

morodomi/dev-crew

Agent

A code-review agent that examines how a change can affect the rest of a codebase. It checks dependencies, public APIs, single points of failure, and circular dependencies.

1 3d ago A 44 tokens original MIT