You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Roadmap: formatting improvements for mdbook
* gitignore: prevent accidentally adding things
* gitignore: ignore bin folder
* mdbook: Add required files to make book
* mdbook: Point to README as index
* mdbook: initial ROOST theme
* gitignore: correct formatting
* mdbook: add platforms page to book
* Workflows: deploy docs to GitHub Pages
Documentation and policies for the ROOST organization and open source community. File non-technical or ROOST-wide issues here.
3
+
This site hosts documentation and policies for the ROOST organization and open source community. File non-technical or ROOST-wide issues in this [issue tracker][issues].
4
4
5
5
## Get Involved
6
6
7
-
[ROOST](https://roost.tools) is a new and growing organization! We need **your** help to make the community even better:
7
+
[ROOST](https://roost.tools) is a new and growing organization! We need **your** help to make the community even better. Here's how you can jump in:
8
+
9
+
-**Browse these docs** to better understand ROOST and the community
10
+
11
+
-[File an issue][issues] to suggest ideas or tasks
8
12
9
-
- Browse the docs in this repo
10
-
-[File an issue](https://github.com/roostorg/community/issues) to suggest ideas or tasks
11
13
-[Join our Discord](https://discord.gg/5Csqnw2FSQ) to chat with the team, T&S professionals, open source builders, and other members of the community
14
+
12
15
-[Start or join a discussion](https://github.com/orgs/roostorg/discussions) on the ROOST org
13
16
17
+
14
18
By participating in our community, you agree to follow the [code of conduct](https://github.com/roostorg/.github/blob/main/CODE_OF_CONDUCT.md) and [contribution guidelines](https://github.com/roostorg/.github/blob/main/CONTRIBUTING.md). Please give them a read to familiarize yourself with them if you haven't already (or if it's been a while).
Copy file name to clipboardExpand all lines: roadmap.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ ROOST believes safety infrastructure should be freely available to all regardles
11
11
12
12
[Read more about our approach](https://roost.tools/blog/open-by-design-roost-s-approach-to-safety-tool-development/) and [view our community documentation on GitHub](https://github.com/roostorg/community).
13
13
14
-
##[The DIRE Framework](https://ssrn.com/abstract=5369158)
14
+
### The DIRE Framework
15
15
16
-
ROOST's projects map to how trust and safety teams actually operate. Our roadmap covers:
16
+
ROOST's projects map to how trust and safety teams actually operate using the [DIRE Framework](https://ssrn.com/abstract=5369158). Our roadmap covers:
17
17
18
18
-**Detection**: Identifying potential risks in accounts, behaviors, and content through classifiers, hash matching, and behavioral signals
19
19
-**Investigation**: Analyzing broad attack patterns by evaluating context beyond individual entities, or diving deep into a single incident
@@ -56,14 +56,14 @@ ROOST's two flagship projects are Coop and Osprey, announced in [July 2025](http
56
56
| UI for analysts to identify abuse patterns and signals | Automated routing of tasks into queues |
57
57
| Sync and async rule creation and execution ||
58
58
59
-
## [Osprey]: Investigation
59
+
## Osprey: Investigation [(source code)][Osprey]
60
+
61
+

60
62
61
63
**Current status:** 🟢 v1.0 in production in organizations such as Bluesky that can handle O(1e8) events/day.
62
64
63
65
**Project goal:** Provide rules engine infrastructure that can be hosted within an organization so analysts and safety teams are empowered to conduct their own internal investigations and create rules independently. Scale metadata-based investigations beyond what content-focused solutions can achieve. With empowered analysts, engineering teams can focus on org-specific improvements to increase recall.
64
66
65
-

66
-
67
67
**Solution:** Osprey is a high-performance rules engine for real-time event processing and behavioral analysis. Safety teams use it to detect patterns across multiple events and conduct sophisticated investigations.
@@ -112,7 +112,7 @@ These features were prioritized after shadowing analysts at Discord and Bluesky
112
112
113
113
These features are exploratory pending v1.1 feedback and resourcing. More information is needed, like whether production deployments reveal specific investigation gaps worth targeting before general-purpose AI assistance.
114
114
115
-
## [Coop]: Review and Enforcement
115
+
## Coop: Review and Enforcement[(source code)][Coop]
116
116
117
117
**Current status:** 🟢 v0 targeting January 2026
118
118
@@ -163,7 +163,7 @@ Core features:
163
163
164
164
These features are subject to change based on adopter feedback of v1 and more information is needed. Evaluation datasets co-developed with subject matter expert organizations would allow organizations to test AI-assisted moderation features against real-world content and validated decisions, moving beyond synthetic benchmarks to measure performance on the nuanced cases that matter most.
165
165
166
-
## [ROOST Model Community]: Detection
166
+
## ROOST Model Community: Detection[(link)][ROOST Model Community]
167
167
168
168
**Current status:** 🟢 Active community, [gpt-oss-safeguard model available](https://roost.tools/blog/a-new-milestone-for-open-source-safety-infrastructure-and-transparency/)
169
169
@@ -269,3 +269,4 @@ Our work with NCMEC focuses on designing the CyberTip reporting function in ROOS
0 commit comments