Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tweaked README and added CODEOWNERS (#4)

Co-authored-by: Juliet Shen <juliet@roost.tools>

authored by

juliet
Juliet Shen
and committed by
GitHub
51a33dce 4bdb9c90

+6 -1
+5
.github/CODEOWNERS
··· 1 + # CODEOWNERS file for managing repository permissions 2 + # Format: path-pattern @username @team-name 3 + 4 + # Default owners for all files - team OR any individual can approve 5 + * @roostorg/roosters @EXBreder @ayubun @haileyok @jaredmiller13 @BinaryFiddler
+1 -1
README.md
··· 6 6 7 7 ## Overview 8 8 9 - This repository is home to one of ROOST’s many safety tools; Osprey rules engine. Osprey is [Discord's](https://discord.com/) open-source event stream decisions engine and analysis UI designed to investigate and take automatic action on events and their properties as they happen in real-time. Originally developed internally at [Discord](https://discord.com/) to combat spam, abuse, botting, and scripting across our platform, Osprey has now been open-sourced to help other platforms facing similar challenges. 9 + This repository is home to one of ROOST’s safety tools, the Osprey rules engine. Osprey is an open-source event stream decisions engine and analysis UI designed to investigate and take automatic action on events and their properties as they happen in real-time. Originally developed internally at [Discord](https://discord.com/) to combat spam, abuse, botting, and scripting across its platform, Osprey has now been open-sourced to help other platforms facing similar challenges. 10 10 11 11 Osprey is a library for processing actions through human written rules and outputting labels, webhooks back to an API and other sinks. It evaluates events using structured logic (SML), user-defined functions (UDFs), and external signals to assign labels, verdicts, and actions. 12 12