···1515 * hashing algorithm, matching function, and ability to hook into actions
1616* [Hasher-Matcher-Actioner (CLIP demo)](https://github.com/juanmrad/HMA-CLIP-demo)
1717 * HMA extension for CLIP as reference for adding other format extensions
1818+* [hma-matrix by the Matrix.org Foundation](https://github.com/matrix-org/hma-matrix)
1919+ * Matrix-specific extensions to HMA for (primarily) the Matrix ecosystem
1820* [Lattice Extract by Adobe](https://github.com/adobe/lattice_extract)
1921 * grid and lattice detection to guard against FP in hash matching
2022* [MediaModeration (Wiki Extension)](https://github.com/wikimedia/mediawiki-extensions-MediaModeration?tab=readme-ov-file)
···112114 * Tool for testing prompt injection vulnerabilities in AI systems
113115* [Promptfoo](https://github.com/promptfoo/promptfoo)
114116 * Automated LLM evaluations, report generations, several ready-to-use attack strategies
115115-* [PyRIT Documentation](https://azure.github.io/PyRIT/)
117117+* [PyRIT](https://github.com/Azure/PyRIT)
116118 * Microsoft’s Python-based tool for AI red teaming and security testing
117119* [Socketteer](https://github.com/socketteer?tab=repositories)
118120 * Allows AI models to interact, helping test conversational weaknesses
···120122121123## Clustering
122124125125+* [bogofilter](https://bogofilter.sourceforge.io/)
126126+ * spam filter that classifies text using Bayesian statistical analysis; able to learn from classifications and corrections
123127* [scikit-learn](https://github.com/scikit-learn/scikit-learn)
124128 * python library including clustering through various algorithms, such as K-Means, DBSCAN, and hierarchical clustering
125129* [SpamAssassin by Apache](https://spamassassin.apache.org)