Additional parameter for User moderation across federation. (Authenticated) #1904
Spacedesolate
started this conversation in
Protocol (atproto)
Replies: 1 comment 1 reply
-
This sounds like a job for the existing labeling data structures: https://blueskyweb.xyz/blog/4-13-2023-moderation . PDSes could publish this grade as a label on each of their accounts. They could also publish labels for individual features, eg email verified, phone verified, etc. (Also just FYI, handles in the protocol are already a built in, DNS-verified way to attach domains to accounts: https://blueskyweb.xyz/blog/3-6-2023-domain-names-as-handles-in-bluesky ) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As mentioned in guides, currently when you use getProfile(), you get "did", "name", "displayName" and "description".
Along with this, I think the protocol needs support for additional information, primarily an "authenticated" property, which a federation can set for its users as a signal to other federations for the level of confidence it has on an account.
For example, authenticated can have 3 values,
Of course, this would be up to the federation to choose what they deem as levels 0,1,2. An app could openly mention this policy on its website for people running other federations to be aware and adjust their federation indexes accordingly.
This level of confidence parameter would allow for even more detailed moderation rules.
If big part of the tweets/data can be managed reliably through rules similar to those above, manual moderation can better address any reports throughout the network locally without necessarily being reliant on shared global blocklists. Instead blocklist can be pointers to better moderation if needed, unless for predefined reasons such as piracy or CP.
I think this would be easiest way to curtail spam and bot activity from other federations without the binary options of federate or de-federate with particular instance. i.e. only federations that send spam through level 2 accounts will ever be de-federated, while others are dealt with softer weighing factor for level 0 and 1 accounts as chosen by each federation .
Beta Was this translation helpful? Give feedback.
All reactions