cross-posted from: https://lemmy.world/post/49778353

Also /c/modabuse. Also /c/yepowertrippinbastards. Also lemmy.ml/c/worldnews, comrade, ACAB, and 552 individual accounts across 67 instances, about half of them on lemmy.world.

None of this is in the source code. It's downloaded at runtime from a file nobody has ever looked at.

If you're just tuning in

Tesseract is a third-party web frontend for Lemmy, maintained by asimons04 and licensed AGPL-3.0. Admins deploy it on their own servers alongside or instead of lemmy-ui, and there are public instances of it people use to browse Lemmy generally. If you've used a Lemmy site that didn't look like stock Lemmy, there's a fair chance it was this.

Last week db0 posted a PSA: Tesseract contains a blacklist of instance domains compiled directly into the application. 32 of them. Admins can't see it, can't configure it, and aren't told it's there. Connect to a listed instance and the app tells you it's "incompatible," which is not true.

I went through the code to see how that was implemented. The hardcoded list turns out to be the small half of the system.

There's a second filter policy fetched over HTTP every time the app loads. It isn't in the git repository. It's unauthenticated and world-readable, so anyone can pull it. Right now it carries 552 user accounts, 2,275 username patterns, 54 instances, 97 communities, 289 keyword patterns and 351 domains, with every category set to hide matches rather than flag them. Not collapsed behind a click. Simply absent, with no indication anything was removed.

Verify all of it in ten seconds

curl -s https://tesseract.dubvee.org/tesseract/api/system/policy \
  | base64 -d | gunzip > policy.json

That's the live policy, base64-wrapped gzip, 111KB of JSON when it unpacks. There's a stale fallback copy at /data/policy.dat as well.

It filters criticism of moderators

  • lemmy.sdf.org/c/modabuse — listed
  • lemmy.dbzer0.com/c/yepowertrippinbastards — listed
  • lemmy.dbzer0.com/c/YPTBcirclejerk — listed
  • community regex power ?tripping?
  • keyword censoring me

Call the rest of it whatever you like. This part is not spam defence.

It filters words

The 32 community name patterns include Communis(t|m), Conservativ(e|es|ism), Leftis(t|m), Libertarian(ism)?, ^Green Part(y|ies), Zionis(t|m), (Police|Cops), guillotine and billionaire.

Keywords include comrade, ACAB, neoliberal, proletaria(n|t) and death to.

Filtered communities on instances that aren't blocked: lemmy.ml/c/worldnews, lemmy.today/c/news, lemmy.ca/c/politicalnewscanada, lemmy.ca/c/usa, infosec.pub/c/strategic_unions.

The 552 users aren't bots

67 instances. 272 on lemmy.world alone, 40 on sh.itjust.works, 19 on lemmy.ca, and 28 instances contributing exactly one person each.

355 of the 552 usernames are plain alphabetic, twelve characters or under, median length eight. Only 36 look like spam registrations. A bot list looks like the opposite of that.

Seven of them aren't even Lemmy. There are Mastodon and Friendica accounts in there: people who have never used Lemmy, hidden by a Lemmy frontend, with no possible way of finding out.

I have the list and I'm not posting it. Most of these are ordinary people who got pattern-matched, and 552 names on this comm is a harassment target inside an hour. Run the command above and grep for yourself.

And it lies about it

When the instance block fires you get: "Incompatible Instance. Not Supported. $instance is not compatible with Tesseract."

Nothing is incompatible. It's a policy decision dressed as an API error, and it's what had db0 chasing a version mismatch that never existed.

For the hidden users, communities and keywords, you get no message at all.

Admins can't switch it off

Tesseract has env vars for PUBLIC_DOMAIN_BLACKLIST, PUBLIC_FAKE_NEWS_BLACKLIST and the shortener lists. There is none for either blocklist. enableToxicMode bypasses the other filters and explicitly not this one.

Self-host it and you cannot disable this, nothing in your config admits it exists, and the contents can change without you pulling a commit.

Before someone says it

A lot of that domain list is real spam defence. It filters conservatism as well as communism. "It targets the left" doesn't survive the data and I'm not going to pretend it does.

The problem is that spam filtering and political editorial got welded into one undocumented, remotely-updatable blob, shipped hidden, to admins who've never read it and users who don't know it's there. The spam work is what makes the rest unauditable: "it's a spam list" answers every individual question and none of the whole.

And /c/modabuse is not spam.

Asks

  1. Publish the runtime policy in the repo, or kill the endpoint.
  2. Stop reporting a policy block as a technical incompatibility.
  3. Tell users when something's been hidden. One line.
  4. Give operators an off switch, like every other blacklist in the codebase has.

It's AGPL-3.0 and db0 already forked it. That's the licence working as designed. But forking isn't disclosure, and the admins who need this are precisely the ones with no reason to go looking.

If you run Tesseract, you are relaying a 111KB moderation policy you have never read, under your instance's name, to users who don't know it exists.

Full contents of every list, unedited, in the comments.

top 50 comments

sorted by: hot top controversial new old
[–] 53 points 3 days ago (10 children)

Tesseract and asimons04 are also protecting pedophiles with this shadowlist. Literally covering up any and all references to them or their crimes. This is from the keyword list.

  • source
  • hideshow 14 child comments
  • load more comments (6 replies)
    [–] 43 points 3 days ago (3 children)

    blocking wholesomeyuri what a monster

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 9 points 3 days ago (1 child)

    "Stop it Patrick you're scaring him"

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 97 points 4 days ago (6 children)

    Censoring the phrase ACAB is just wild. Way to tell on yourselves.

  • source
  • hideshow 7 child comments
  • load more comments (5 replies)
    [–] 57 points 4 days ago (3 children)

    I was having a genuinely good day until i saw i wasn't on the list. jesus fucking christ to completion in the hand holes and then wiping himself off in the spear wound what kind of blasphemy does a dude have to commit to get on a list nowadays

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 15 points 3 days ago (1 child)

    Everyone on the list should get some special flair.

  • source
  • hideshow 2 child comments
  • [–] 302 points 5 days ago (16 children)

    This tells me the project cannot be trusted at all. The dev is clearly willing to ship undisclosed block lists... What's next, a crypto miner? Credential harvesting? Who knows.

  • source
  • hideshow 16 child comments
  • load more comments (16 replies)
    [–] 15 points 3 days ago (2 children)

    I'm out of the loop. What is Tesseract and what does it do? And how do I know if I am on the list?

  • source
  • hideshow 3 child comments
  • load more comments (1 reply)
    [–] 32 points 4 days ago (1 child)

    comrades I want on the list acab pls

  • source
  • hideshow 2 child comments
  • [–] 9 points 3 days ago (1 child)

    Are we all just supposed to know what Tesssract is

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 170 points 5 days ago (4 children)

    Don't care about your ideological bent, engaging this clearly in bad faith with the fediverse should be unwelcome here.

    Its blatantly dishonest. That is unacceptable; this project and the people building it should have no home here.

  • source
  • hideshow 5 child comments
  • load more comments (3 replies)
    [–] 12 points 3 days ago (3 children)

    I'm on the list!!! I'm number 1611. What did I do besides some stuff I said!? and some communities that I created?!

    Some users have assumed I'm a bot because of my username but you can't prove that I'm a bot. I don't say bot things!

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 16 points 3 days ago (2 children)

    Great info, but I'm not sure how anyone could claim is doesn't target the left

  • source
  • hideshow 2 child comments
  • load more comments (2 replies)
    [–] 10 points 3 days ago

    what the actual fuck

    fucking malware

  • source
  • [–] 8 points 3 days ago (2 children)
  • load more comments (1 reply)
    [–] 71 points 4 days ago (5 children)
    "enableKeywordFiltering": true,
      "hideKeywordMatches": true,
      "keywords": [
        "🥺?👉👈",
        "0811( |-)?4555588",
        "@juicypinkrose",
        "^Article is paywalled.?$",
    

    ???

  • source
  • hideshow 6 child comments
  • load more comments (4 replies)
    [–] 10 points 3 days ago (2 children)

    This is outrageous, but what is Tesseract??

  • source
  • hideshow 2 child comments
  • load more comments (2 replies)
    [–] 13 points 3 days ago* (1 child)

    Tessaract be censoring me

    asimons04 be censoring me

    Tessaract users suck big fat gay cock

    asimons04 sucks big fat gay cock

    Why do gay reddit mods try and ruin lemmy too?

    Go back to reddit, big gay reddit mods

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)

    boringdystopia blocked lmao

    this incident is dystopian but not boring for once

  • source
  • [–] 71 points 4 days ago (7 children)

    Oh god, I'm in the user regexes. Should this be an achievement of mine?

  • source
  • hideshow 7 child comments
  • load more comments (7 replies)
    [–] 9 points 3 days ago

    "destroy" is also censored lol

  • source
  • [–] 124 points 5 days ago

    Hilarious. Well, I never used Tesseract, but now I'll make sure never to recommend it

  • source
  • [–] 84 points 5 days ago (21 children)

    Tons of political shit on that list and then midway through it just decides to ban yuri. Not porn, not furry content, and not hentai. Just yuri

  • source
  • hideshow 21 child comments
  • load more comments (21 replies)
    [–] 108 points 5 days ago* (last edited 5 days ago) (12 children)

    The developer behind Tesseract is the same user who has displayed the habit of preemptively banning users who have never participated in or even visited his communities, particularly those that were on dubvee.org. Apparently for ideological reasons, or simply for being associated with a particular Lemmy instance.

    So at the risk of stirring up even more Fediverse drama by saying it, it seems like the findings above are squarely on brand.

    Not to come over all Graham Chapman about it or anything, but I always found that type of behavior to be very silly.

    Edit!

    I got curious and pulled down the data to have a look. If you want to do this on Windows (don't @ me about it, alright?)

    spoileryou can just point your browser to https://tesseract.dubvee.org/tesseract/api/system/policy and save it someplace or, if you insist on doing it from a commandline, curl --output [filename] https://tesseract.dubvee.org/tesseract/api/system/policy.

    Then to decode from base64:

    certutil -decode [inputfile] policy.gz

    And extract:

    tar -xf policy.gz

    Or, you know, just open it in Explorer. The resultant file is just plain text.

    Anyway, guess what! I'm on the list. I'm a celebrity, ma! I ought to be on TV.

  • source
  • hideshow 12 child comments
  • load more comments (12 replies)
    [–] 21 points 4 days ago* (6 children)

    So there seems to be 2 lists, the first under "users" with full links, then another list under "userRegexes" with just names. Whats the difference?

    I was happy i made it, but i appear on the second much longer and thus not as cool list if its even the same thing.

  • source
  • hideshow 7 child comments
  • load more comments (5 replies)
    [–] 30 points 4 days ago (3 children)

    If you wanted to, it would be good to know which maintainers made the commits and approved PRs, and what other projects they run or contribute to.

    What happened with Tesseract could happen with any of those.

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    [–] 22 points 4 days ago (3 children)

    Huh. I'm on the list. I've always considered myself too insignificant, but I guess this guy has a vendetta and way too much time on their hands.

  • source
  • hideshow 3 child comments
  • load more comments (3 replies)
    load more comments
    view more: next ›