Contributing
Read CONTRIBUTING.md for setup, coding standards, and pull request expectations.
SATARK is an early open-source rebuild. Contributions that strengthen the shared architecture, plugins, tests, and documentation are welcome.
Read CONTRIBUTING.md for setup, coding standards, and pull request expectations.
Open a GitHub issue with reproduction steps, expected vs actual behavior, and environment details: github.com/kaushalbhavsar/satark/issues.
New domain plugins should follow the plugin contract
(collect → normalize → detect → score → explain) and must not depend on
other plugins. Start from the
plugins documentation.
Report security vulnerabilities privately using the process in SECURITY.md. Do not open public issues for undisclosed vulnerabilities.
Use GitHub Discussions or issues for design questions, roadmap ideas, and plugin proposals: Discussions (enable if not yet available; otherwise use issues).
Participants are expected to follow the Code of Conduct.