Contributing to CrowdSentinel MCP Server
Description
Thank you for your interest in contributing to the CrowdSentinel MCP Server! CrowdSentinel is an AI-powered threat hunting and incident response MCP server featuring 79+ tools, 6,060+ detection rules,
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for thomasxm/CrowdSentinels-AI-MCP, shared by 4 entries
in this directory. It describes the repository, not this entry specifically.
Contributing to CrowdSentinel MCP Server
Thank you for your interest in contributing to the CrowdSentinel MCP Server! CrowdSentinel is an AI-powered threat hunting and incident response MCP server featuring 79+ tools, 6,060+ detection rules, and baseline behaviour analysis. All kinds of contributions are welcome.
Bug reports
If you think you've found a bug in the CrowdSentinel MCP Server, we welcome your report. It's very helpful if you can provide steps to reproduce the bug, as it makes it easier to identify and fix the issue.
Feature requests
If you find yourself wishing for a feature that doesn't exist in the CrowdSentinel MCP Server, you are probably not alone. Please do not hesitate to open an issue which describes the feature you would like to see, why you need it, and how it should work.
Pull requests
If you have a fix or a new feature, we welcome your pull requests. You can follow the following steps:
Fork your own copy of the repository to your GitHub account by clicking on `Fork` button on [CrowdSentinel's GitHub repository](https://github.com/thomasxm/CrowdSentinels-AI-MCP).
Clone the forked repository on your local setup.
git clone https://github.com/$user/CrowdSentinels-AI-MCPAdd a remote upstream to track upstream `CrowdSentinels-AI-MCP` repository.
git remote add upstream https://github.com/thomasxm/CrowdSentinels-AI-MCPCreate a topic branch.
git checkout -bMake changes and commit it locally.
git add git commit
Commit messages could help reviewers better understand what the purpose of the submitted PR is. They could help accelerate the code review procedure as well. We encourage contributors to use **EXPLICIT** commit messages rather than ambiguous ones. In general, we advocate the following commit message types:
- Features: commit message starts with
feat, for example: "feat: add user authentication module" - Bug Fixes: commit message starts with
fix, for example: "fix: resolve null pointer exception in user service" - Documentation: commit message starts with
doc, for example: "doc: update API documentation for user endpoints" - Performance: commit message starts with
perf, for example: "perf: optimise the performance of user service" - Refactor: commit message starts with
refactor, for example: "refactor: reorganise user service to improve code readability" - Test: commit message starts with
test, for example: "test: add unit test for user service" - Chore: commit message starts with
chore, for example: "chore: update dependencies" - Style: commit message starts with
style, for example: "style: format the code in user service" - Revert: commit message starts with
revert, for example: "revert: revert the changes in user service" - CI/CD: commit message starts with
ci, for example: "ci: update GitHub Actions workflow for Python 3.13 supp
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -