+0.43 Hardening Firefox with Anthropic's Red Team (blog.mozilla.org S:+0.41 )
628 points by todsacerdoti 9 days ago | 173 comments on HN | Moderate positive Contested Low agreement (3 models) Editorial · v3.7 · 2026-03-15 23:31:36 0
Summary Privacy & Digital Security Advocates
Mozilla's blog post announces a partnership with Anthropic's red team to harden Firefox's security defenses against emerging AI-enabled threats. The content advocates for privacy protection and secure communication as fundamental user rights, framing vulnerability identification and patching as essential investments in defending users' freedom of expression, privacy, and protection from arbitrary interference. The article demonstrates Mozilla's institutional commitment to human-centered security, with strong positive directionality toward Articles 12 (privacy), 19 (free expression), and 8 (effective remedies).
Rights Tensions 1 pair
Art 12 Art 29 Privacy protection through encryption and hardening may enable malicious users to evade detection, creating tension between individual privacy rights (Article 12) and responsibilities to prevent harm to others' rights (Article 29); content implicitly resolves this by framing browser security as defensive measure protecting aggregate user security.
Article Heatmap
Preamble: +0.46 — Preamble P Article 1: +0.36 — Freedom, Equality, Brotherhood 1 Article 2: +0.46 — Non-Discrimination 2 Article 3: +0.30 — Life, Liberty, Security 3 Article 4: +0.20 — No Slavery 4 Article 5: +0.30 — No Torture 5 Article 6: +0.20 — Legal Personhood 6 Article 7: +0.30 — Equality Before Law 7 Article 8: +0.40 — Right to Remedy 8 Article 9: +0.56 — No Arbitrary Detention 9 Article 10: +0.40 — Fair Hearing 10 Article 11: +0.30 — Presumption of Innocence 11 Article 12: +0.86 — Privacy 12 Article 13: +0.46 — Freedom of Movement 13 Article 14: +0.40 — Asylum 14 Article 15: +0.30 — Nationality 15 Article 16: +0.50 — Marriage & Family 16 Article 17: +0.66 — Property 17 Article 18: +0.56 — Freedom of Thought 18 Article 19: +1.00 — Freedom of Expression 19 Article 20: +0.65 — Assembly & Association 20 Article 21: +0.40 — Political Participation 21 Article 22: +0.30 — Social Security 22 Article 23: +0.40 — Work & Equal Pay 23 Article 24: +0.30 — Rest & Leisure 24 Article 25: +0.30 — Standard of Living 25 Article 26: +0.74 — Education 26 Article 27: +0.60 — Cultural Participation 27 Article 28: +0.50 — Social & International Order 28 Article 29: +0.40 — Duties to Community 29 Article 30: +0.30 — No Destruction of Rights 30
Negative Neutral Positive No Data
Aggregates
E
+0.43
S
+0.41
Weighted Mean +0.50 Unweighted Mean +0.45
Max +1.00 Article 19 Min +0.20 Article 4
Signal 31 No Data 0
Volatility 0.18 (Medium)
Negative 0 Channels E: 0.6 S: 0.4
SETL +0.06 Editorial-dominant
FW Ratio 59% 60 facts · 41 inferences
Agreement Low 3 models · spread ±0.249
Evidence 51% coverage
5H 14M 12L
Theme Radar
Foundation Security Legal Privacy & Movement Personal Expression Economic & Social Cultural Order & Duties Foundation: 0.43 (3 articles) Security: 0.27 (3 articles) Legal: 0.36 (6 articles) Privacy & Movement: 0.51 (4 articles) Personal: 0.57 (3 articles) Expression: 0.68 (3 articles) Economic & Social: 0.33 (4 articles) Cultural: 0.67 (2 articles) Order & Duties: 0.40 (3 articles)
HN Discussion 20 top-level · 28 replies
fcpk 2026-03-06 12:14 UTC link
The fact there is no mention of what were the bugs is a little odd. It'd really be nice to see if this is a "weird never happening edge case" or actual issues. LLMs have uncanny abilities to identify failure patterns that it has seen before, but they are not necessarily meaningful.
mentalgear 2026-03-06 12:18 UTC link
That's one good use of LLMs: fuzzy testing / attack.
stuxf 2026-03-06 12:39 UTC link
It's interesting that they counted these as security vulnerabilities (from the linked Anthropic article)

> “Crude” is an important caveat here. The exploits Claude wrote only worked on our testing environment, which intentionally removed some of the security features found in modern browsers. This includes, most importantly, the sandbox, the purpose of which is to reduce the impact of these types of vulnerabilities. Thus, Firefox’s “defense in depth” would have been effective at mitigating these particular exploits.

staticassertion 2026-03-06 13:05 UTC link
I've had mixed results. I find that agents can be great for:

1. Producing new tests to increase coverage. Migrating you to property testing. Setting up fuzzing. Setting up more static analysis tooling. All of that would normally take "time" but now it's a background task.

2. They can find some vulnerabilities. They are "okay" at this, but if you are willing to burn tokens then it's fine.

3. They are absolutely wrong sometimes about something being safe. I have had Claude very explicitly state that a security boundary existed when it didn't. That is, it appeared to exist in the same way that a chroot appears to confine, and it was intended to be a security boundary, but it was not a sufficient boundary whatsoever. Multiple models not only identified the boundary and stated it exists but referred to it as "extremely safe" or other such things. This has happened to me a number of times and it required a lot of nudging for it to see the problems.

4. They often seem to do better with "local" bugs. Often something that has the very obvious pattern of an unsafe thing. Sort of like "that's a pointer deref" or "that's an array access" or "that's `unsafe {}`" etc. They do far, far worse the less "local" a vulnerability is. Product features that interact in unsafe ways when combined, that's something I have yet to have an AI be able to pick up on. This is unsurprising - if we trivialize agents as "pattern matchers", well, spotting some unsafe patterns and then validating the known properties of that pattern to validate is not so surprising, but "your product has multiple completely unrelated features, bugs, and deployment properties, which all combine into a vulnerability" is not something they'll notice easily.

It's important to remain skeptical of safety claims by models. Finding vulns is huge, but you need to be able to spot the mistakes.

mmsc 2026-03-06 13:18 UTC link
It's cool that Mozilla updated https://www.mozilla.org/en-US/security/advisories/mfsa2026-1... because we were all wondering who had found 22 vulnerabilities in a single release (their findings were originally not attributed to anybody.)
driverdan 2026-03-06 13:40 UTC link
Anthropic's write up[1] is how all AI companies should discuss their product. No hype, honest about what went well and what didn't. They highlighted areas of improvement too.

1: https://www.anthropic.com/news/mozilla-firefox-security

g947o 2026-03-06 13:49 UTC link
> Firefox was not selected at random. It was chosen because it is a widely deployed and deeply scrutinized open source project — an ideal proving ground for a new class of defensive tools.

What I was thinking was, "Chromium team is definitely not going to collaborate with us because they have Gemini, while Safari belongs to a company that operates in a notoriously secretive way when it comes to product development."

tclancy 2026-03-06 14:04 UTC link
Part of that caught my eye. As yet another person who’s built a half-ass system of AI agents running overnight doing stuff, one thing I’ve tasked Claude with doing (in addition to writing tests, etc) is using formal verification when possible to verify solutions. It reads like that may be what Anthropic is doing in part.

And this is a good reminder for me to add a prompt about property testing being preferred over straight unit tests and maybe to create a prompt for fuzz testing the code when we hit Ready state.

amelius 2026-03-06 14:22 UTC link
Perhaps I missed it but I don't see any false positives mentioned.
est31 2026-03-06 15:26 UTC link
I suppose eventually we'll see something like Google's OSS-Fuzz for core open source projects, maybe replacing bug bounty programs a bit. Anthropic already hands out Claude access for free to OSS maintainers.

LLMs made it harder to run bug bounty programs where anyone can submit stuff, and where a lot of people flooded them with seemingly well-written but ultimately wrong reports.

On the other hand, the newest generation of these LLMs (in their top configuration) finally understands the problem domain well enough to identify legitimate issues.

I think a lot of judging of LLMs happens on the free and cheaper tiers, and quality on those tiers is indeed bad. If you set up a bug bounty program, you'll necessarily get bad quality reports (as cost of submission is 0 usually).

On the other hand, if instead of a bug bounty program you have an "top tier LLM bug searching program", then then the quality bar can be ensured, and maintainers will be getting high quality reports.

Maybe one can save bug bounty programs by requiring a fee to be paid, idk, or by using LLM there, too.

cubefox 2026-03-06 18:16 UTC link
Interesting end of the Anthropic report:

> Opus 4.6 is currently far better at identifying and fixing vulnerabilities than at exploiting them. This gives defenders the advantage. And with the recent release of Claude Code Security in limited research preview, we’re bringing vulnerability-discovery (and patching) capabilities directly to customers and open-source maintainers.

> But looking at the rate of progress, it is unlikely that the gap between frontier models’ vulnerability discovery and exploitation abilities will last very long. If and when future language models break through this exploitation barrier, we will need to consider additional safeguards or other actions to prevent our models from being misused by malicious actors.

> We urge developers to take advantage of this window to redouble their efforts to make their software more secure. For our part, we plan to significantly expand our cybersecurity efforts, including by working with developers to search for vulnerabilities (following the CVD process outlined above), developing tools to help maintainers triage bug reports, and directly proposing patches.

hinkley 2026-03-06 18:30 UTC link
At this point about 80% of my interaction with AI has been reacting to an AI code review tool. For better or worse it reviews all code moves and indentions which means all the architecture work I’m doing is kicking asbestos dust everywhere. It’s harping on a dozen misfeatures that look like bugs, but some needed either tickets or documentation and that’s been handled now. It’s also found about half a dozen bugs I didn’t notice, in part because the tests were written by an optimist, and I mean that as a dig.

That’s a different kind of productivity but equally valuable.

tabbott 2026-03-06 19:57 UTC link
I recommend that anyone who is responsible for maintaining the security of an open-source software project that they maintain ask Claude Code to do a security audit of it. I imagine that might not work that well for Firefox without a lot of care, because it's a huge project.

But for most other projects, it probably only costs $3 worth of tokens. So you should assume the bad guys have already done it to your project looking for things they can exploit, and it no longer feels responsible to not have done such an audit yourself.

Something that I found useful when doing such audits for Zulip's key codebases is the ask the model to carefully self-review each finding; that removed the majority of the false positives. Most of the rest we addressed via adding comments that would help developers (or a model) casually reading the code understand what the intended security model is for that code path... And indeed most of those did not show up on a second audit done afterwards.

nullbyte 2026-03-06 23:26 UTC link
I always enjoy reading Anthropic's blogposts, they often have great articles
152334H 2026-03-07 00:43 UTC link
Impressive work. Few understand the absurd complexity implied by a browser pwn problem. Even the 'gruntwork' of promoting the most conveniently contrived UAF to wasm shellcode would take me days to work through manually.

The AI Cyber capabilities race still feels asleep/cold, at the moment. I think this state of affairs doesn't last through to the end of the year.

> When we say “Claude exploited this bug,” we really do mean that we just gave Claude a virtual machine and a task verifier, and asked it to create an exploit. I've been doing this too! kctf-eval works very well for me, albeit with much less than 350 chances ...

> What’s quite interesting here is that the agent never “thinks” about creating this write primitive. The first test after noting “THIS IS MY READ PRIMITIVE!” included both the `struct.get` read and the `struct.set` write. And this bit is a bit scary. I can read all the (summarized) CoT I want, but it's never quite clear to me what a model understands/feels innately, versus pure cheerleading for the sake of some unknown soft reward.

gzoo 2026-03-07 01:10 UTC link
This resonates. I just open-sourced a project and someone on Reddit ran a full security audit using Claude found 15 issues across the codebase including FTS injection, LIKE wildcard injection, missing API auth, and privacy enforcement gaps I'd missed entirely. What surprised me was how methodical it was. Not just "this looks unsafe" it categorized by severity, cited exact file paths and line numbers, and identified gaps between what the docs promised and what the code actually implemented. The "spec vs reality" analysis was the most useful part.

Makes me think the biggest impact of LLM security auditing isn't finding novel zero-days it's the mundane stuff that humans skip because it's tedious. Checking every error handler for information leakage, verifying that every documented security feature is actually implemented, scanning for injection points across hundreds of routes. That's exactly the kind of work that benefits from tireless pattern matching.

swordsith 2026-03-07 10:06 UTC link
"But it was still unclear how much we should trust this result because it was possible that at least some of those historical CVEs were already in Claude’s training data." I feel like they could know this if they truly wanted to. It's honestly unnerving that an AI company cant say for certain if their models were trained on something.
jbergqvist 2026-03-07 10:41 UTC link
This seems like a win for open source maintainers pressed on time and resources. Whether or not LLMs find novel security risks or just pattern-match known issues, many vulnerabilities are discovered late (or never) simply because nobody has the bandwidth to audit every file.
Agingcoder 2026-03-08 08:19 UTC link
‘In other words: AI is making it possible to detect severe security vulnerabilities at highly accelerated speeds.´

Isn’t it rather : we now have a new family of security flaws detector, which find other issues on top of the ones already found by conventional ( human or regular static analyzers ) methods ?

If they supersede all the existing ones , then it’s quite major, and quite a bunch of vendors will disappear …

hareenklytre1 2026-03-09 12:22 UTC link
brain Task skills <iframe style="border: 1px solid rgba(0, 0, 0, 0.1);" width="800" height="450" src="https://embed.figma.com/design/2wvLfbJIJPGsXCFJv0vQCJ/protot..." allowfullscreen></iframe> brain button panels on https://www.figma.com/design/Bc548lCHx9kqiM2BZkiVrp/Brain-Si... Brain about me he will tell you who I'am In that I'am Evens max pierrelouis the owner Account Evens max pierrelouis the chairman of board and executive director & CEO of Ticketbud & Clickup edit Setting Platform Ticketbud & Clickup Bookmark this page for future reference. Email:[email protected] Random code 4RWC9WLAAVB8G00TLL8FXKR~4474237252656835223~CJig6Me8dzgEQkdRMTI1X0dFX0VHX05fSTE1Tl9PRkZFUl9WQVJJQU5UU19FTlRFUlRBSU5NRU5UXzVfT0ZGX0EwQzVHMDAwMDBQRkxWVlFBQg== e. g. , Next.js app , Rails API React SPA ... .... python ... .... FREE DELIVERY Proof of Purchase with your claim number: 9123950162-7242324698 You Could Now Watch Haitian Full Movie on YouTube Live Stream Production Broadcast systums
deafpolygon 2026-03-06 12:29 UTC link
I’m guessing it might be some of these: https://www.mozilla.org/en-US/security/advisories/mfsa2026-1...
iosifache 2026-03-06 12:30 UTC link
jandem 2026-03-06 12:35 UTC link
Here's a write-up for one of the bugs they found: https://red.anthropic.com/2026/exploit/
kingkilr 2026-03-06 12:45 UTC link
[Work at Anthropic, used to work at Mozilla.]

Firefox has never required a full chain exploit in order to consider something a vulnerability. A large proportion of disclosed Firefox vulnerabilities are vulnerabilities in the sandboxed process.

If you look at Firefox's Security Severity Rating doc: https://wiki.mozilla.org/Security_Severity_Ratings/Client what you'll see is that vulnerabilities within the sandbox, and sandbox escapes, are both independently considered vulnerabilities. Chrome considers vulnerabilities in a similar manner.

mozdeco 2026-03-06 13:18 UTC link
[work at Mozilla]

I agree that LLMs are sometimes wrong, which is why this new method here is so valuable - it provides us with easily verifiable testcases rather than just some kind of analysis that could be right or wrong. Purely triaging through vulnerability reports that are static (i.e. no actual PoC) is very time consuming and false-positive prone (same issue with pure static analysis).

I can't really confirm the part about "local" bugs anymore though, but that might also be a model thing. When I did experiments longer ago, this was certainly true, esp. for the "one shot" approaches where you basically prompt it once with source code and want some analysis back. But this actually changed with agentic SDKs where more context can be pulled together automatically.

nz 2026-03-06 13:45 UTC link
Not contradicting this (I am sure it's true), but why is using an LLM for this qualitatively better than using an actual fuzzer?
larodi 2026-03-06 13:49 UTC link
The fact that some of the Claude-discovered bugs were quite severe is also a little more than something to brush off as "yeah, LLM, whatever". The lists reads quite meaningful to me, but I'm not a security expert anyways.
vorticalbox 2026-03-06 13:54 UTC link
its just a different attack surface for safari they would need to blackbox attack the browser which is much harder than what they did her
rithdmc 2026-03-06 14:17 UTC link
Security has had pattern matching in traditional static analysis for a while. It wasn't great.

I've personally used two AI-first static analysis security tools and found great results, including interesting business logic issues, across my employers SaaS tech stack. We integrated one of the tools. I look forward to getting employer approval to say which, but that hasn't happened yet, sadly.

Analemma_ 2026-03-06 14:25 UTC link
It's important to fix vulnerabilities even if they are blocked by the sandbox, because attackers stockpile partial 0-days in the hopes of using them in case a complementary exploit is found later. i.e. a sandbox escape doesn't help you on its own, but it's remotely possible someone was using one in combination with one of these fixed bugs and has now been thwarted. I consider this a straightforward success for security triage and fixing.
mozdeco 2026-03-06 14:26 UTC link
[working for Mozilla]

That's because there were none. All bugs came with verifiable testcases (crash tests) that crashed the browser or the JS shell.

For the JS shell, similar to fuzzing, a small fraction of these bugs were bugs in the shell itself (i.e. testing only) - but according to our fuzzing guidelines, these are not false positives and they will also be fixed.

devin 2026-03-06 15:06 UTC link
Can you give me an example (real or imagined) where you're dipping into a bit of light formal verification?

I don't think the problems I work on require the weight of formal verification, but I'm open to being wrong.

suddenlybananas 2026-03-06 15:31 UTC link
> Anthropic already hands out Claude access for free to OSS maintainers.

Free for 6 months after which it auto-renews if I recall correctly.

sigmar 2026-03-06 15:42 UTC link
>where a lot of people flooded them with seemingly well-written but ultimately wrong reports.

are there any projects to auto-verify submitted bug reports? perhaps by spinning up a VM and then having an agent attempt to reproduce the bug report? that would be neat.

halJordan 2026-03-06 16:09 UTC link
I don't think it's appropriate to neg these vulnerabilities because another part of the system works. There are plenty of sandbox escapes. No one says don't fix the sandbox because you'll never get to the point of interrogation with the sandbox. Same here. Don't discount bugs just because a sandbox exists.
shevy-java 2026-03-06 16:52 UTC link
Reads like a promo.
StilesCrisis 2026-03-06 17:08 UTC link
This description is also pretty accurate for a lot of real-world SWEs, too. Local bugs are just easier to spot. Imperfect security boundaries often seem sufficient at first glance.
mccr8 2026-03-06 17:15 UTC link
Google already has an AI-powered security vulnerability project, called Big Sleep. It has reported a number of issues to open source projects: https://issuetracker.google.com/savedsearches/7155917?pli=1
dang 2026-03-06 20:09 UTC link
Thanks! Since it has more technical info, I switched the URL to that from https://blog.mozilla.org/en/firefox/hardening-firefox-anthro... and put the latter in the top text.

I couldn't bring myself to switch to the (even) more press-releasey title.

nitwit005 2026-03-06 20:13 UTC link
I've seen fairly poor results from people asking AI agents to fill in coverage holes. Too many tests that either don't make sense, or add coverage without meaningfully testing anything.

If you're already at a very high coverage, the remaining bits are presumably just inherently difficult.

Analemma_ 2026-03-06 20:27 UTC link
I'm curious: has someone done a lengthy write-up of best practices to get good results out of AI security audits? It seems like it can go very well (as it did here) or be totally useless (all the AI slop submitted to HackerOne), and I assume the difference comes down to the quality of your context engineering and testing harnesses.

This post did a little bit of that but I wish it had gone into more detail.

jeffbee 2026-03-06 21:27 UTC link
I would have started with Firefox, too. It is every bit as complex at Chromium, but as a project it has far fewer resources.
dmix 2026-03-06 22:46 UTC link
Looks like a lot of the usual suspects
himata4113 2026-03-06 23:03 UTC link
Use After Free Use After Free Use After Free Use After Free Use After Free Use After Free Use After Free.

I would be more satisfied if they gave a proper explanation of what these could have lead to rather than being "well maybe 0.001% chance to exploit this". They did vaguely go over how "two" exploits managed to drop a file, but how impactful is that? Dropping a file in abcd with custom contents in some folder relative to the user profile is not that impactful other than corrupting data or poisoning cache, injecting some javascript. Now reading session data from other sites, that I would find interesting.

SV_BubbleTime 2026-03-07 01:21 UTC link
This is exactly how I would not recommend AI to be used.

“do a thing that would take me a week” can not actually be done in seconds. It will provide results that resemble reality superficially.

If you were to pass some module in and ask for finite checks on that, maybe.

Despite the claims of agents… treat it more like an intern and you won’t be disappointed.

Would you ask an intern to “do a security audit” of an entire massive program?

staticassertion 2026-03-07 13:05 UTC link
I have a few skills for this that I plug into `cargo-vet`. The idea is straightforward - where possible, I rely on a few trusted reviewers (Google, Mozilla), but for new deps that don't fall into the "reviewed by humans" that I don't want to rewrite, I have a bunch of Claude reviewers go at it before making the dependency available to my project.
maipen 2026-03-07 13:53 UTC link
Most people no longer read code, ai results or even watches full length videos anymore.

AI provides the same experience that you get when watching short videos.

You watch and you forget.

These models are being trained by just increasing quantity. Nobody cares anymore. It’s a race for AGI before money runs out.

fulafel 2026-03-07 16:35 UTC link
Requiring exploits is not how vulnerability research works, with or without AI. Vulnerability discovery and exploit development / weaponizing them are different things. Vendors have long since learned to take vuln reports, with our without demo exploits, seriously.
Editorial Channel
What the content says
+0.80
Article 12 Privacy
High Framing Practice Advocacy
Editorial
+0.80
SETL
+0.28

Content explicitly advocates for protection of privacy as core value; security hardening directly prevents arbitrary interference with private communications and personal data; framing positions privacy protection as non-negotiable.

+0.80
Article 19 Freedom of Expression
High Framing Advocacy Coverage
Editorial
+0.80
SETL
+0.28

Content directly advocates for freedom of expression through security measures that protect communications from surveillance and censorship; privacy prevents chilling effects on speech; transparency enables informed dialogue about security measures.

+0.70
Article 17 Property
High Framing Practice
Editorial
+0.70
SETL
+0.26

Content directly supports protection of private property through security measures that prevent unauthorized access to personal data and digital assets; hardening prevents data theft and unauthorized access.

+0.60
Article 9 No Arbitrary Detention
High Framing Practice
Editorial
+0.60
SETL
+0.24

Content explicitly frames security hardening as protection against arbitrary arrest, surveillance, and unauthorized access; red team partnership aims to prevent unauthorized interference with users.

+0.60
Article 18 Freedom of Thought
High Framing Advocacy
Editorial
+0.60
SETL
+0.24

Content advocates for freedom of thought, conscience, and belief through protection of private digital communications; privacy safeguards enable free thought without surveillance interference.

+0.50
Preamble Preamble
Medium Advocacy
Editorial
+0.50
SETL
+0.22

Content advocates for human dignity through technical hardening of privacy and security tools; frames AI and security collaboration as mechanism for protecting users' fundamental rights.

+0.50
Article 2 Non-Discrimination
Medium Framing
Editorial
+0.50
SETL
+0.22

Partnership with Anthropic's red team presented as non-discriminatory collaborative effort; no distinction made in security improvements based on user characteristics.

+0.50
Article 13 Freedom of Movement
Medium Framing
Editorial
+0.50
SETL
+0.22

Browser security supports freedom of movement in digital space; privacy protections enable users to move freely between websites and services without tracking.

+0.50
Article 16 Marriage & Family
Medium Framing
Editorial
+0.50
SETL
0.00

Browser security and privacy protections support family communication and protection of family life; encryption prevents unauthorized interference with family communications.

+0.50
Article 20 Assembly & Association
Medium Framing
Editorial
+0.50
SETL
0.00

Browser security supports peaceful assembly and association by enabling secure, private coordination and communication; privacy protections prevent surveillance of group activity.

+0.50
Article 26 Education
Medium Framing Practice
Editorial
+0.50
SETL
-0.24

Content supports right to education through enabling secure access to educational resources and information; privacy protections prevent surveillance that could limit educational freedom.

+0.50
Article 27 Cultural Participation
Medium Framing
Editorial
+0.50
SETL
0.00

Security hardening supports participation in cultural and scientific life by enabling secure access to information and creative expression without surveillance.

+0.50
Article 28 Social & International Order
Medium Framing
Editorial
+0.50
SETL
0.00

Browser security supports social order necessary for rights realization by preventing attacks that could destabilize security and trust in digital systems; vulnerability patching prevents exploitation.

+0.40
Article 1 Freedom, Equality, Brotherhood
Low Framing
Editorial
+0.40
SETL
+0.20

Content contextualizes security improvements within framework of ensuring all users can exercise digital rights equally; framing suggests equal treatment principle.

+0.40
Article 8 Right to Remedy
Medium Framing
Editorial
+0.40
SETL
0.00

Security hardening directly supports users' ability to seek effective remedies against digital rights violations; red team process aims to identify and fix vulnerabilities before exploitation.

+0.40
Article 10 Fair Hearing
Medium Framing
Editorial
+0.40
SETL
0.00

Browser security improvements support fair treatment by preventing unauthorized access to communications and data; red team process aims to ensure equal protection across user base.

+0.40
Article 14 Asylum
Medium Framing
Editorial
+0.40
SETL
0.00

Security hardening supports right to seek asylum by enabling secure, private communications for vulnerable populations; privacy protections are essential for asylum seekers' safety.

+0.40
Article 21 Political Participation
Medium Framing
Editorial
+0.40
SETL
0.00

Browser security supports democratic participation by enabling secure, private access to information and electoral communications; privacy prevents surveillance of political activity.

+0.40
Article 23 Work & Equal Pay
Medium Framing
Editorial
+0.40
SETL
0.00

Browser security supports labor rights by enabling secure communication about working conditions and labor organizing; privacy prevents surveillance of union activity.

+0.40
Article 29 Duties to Community
Medium Framing
Editorial
+0.40
SETL
0.00

Browser security supports individual responsibilities within digital communities by enabling secure, accountable communication without anonymity enabling widespread harm.

+0.30
Article 3 Life, Liberty, Security
Low
Editorial
+0.30
SETL
0.00

Content does not directly address right to life or security of person; focuses on technical security measures.

+0.30
Article 5 No Torture
Low
Editorial
+0.30
SETL
0.00

Content does not address torture or cruel treatment; neutral on this dimension.

+0.30
Article 7 Equality Before Law
Low
Editorial
+0.30
SETL
0.00

Content does not directly address equal protection before law; neutral on formal legal equality.

+0.30
Article 11 Presumption of Innocence
Low
Editorial
+0.30
SETL
0.00

Content does not directly address presumption of innocence in criminal proceedings; neutral on this provision.

+0.30
Article 15 Nationality
Low
Editorial
+0.30
SETL
0.00

Content does not directly address right to nationality; browser security is tangential.

+0.30
Article 22 Social Security
Low
Editorial
+0.30
SETL
0.00

Content does not directly address social security and economic welfare; browser security is tangential.

+0.30
Article 24 Rest & Leisure
Low
Editorial
+0.30
SETL
0.00

Content does not directly address right to rest and leisure; browser security is tangential.

+0.30
Article 25 Standard of Living
Low
Editorial
+0.30
SETL
0.00

Content does not directly address right to adequate standard of living; browser security is tangential.

+0.30
Article 30 No Destruction of Rights
Low
Editorial
+0.30
SETL
0.00

Content does not directly address prevention of activities destroying rights; browser security is preventive in nature but not explicitly about Article 30.

+0.20
Article 4 No Slavery
Low
Editorial
+0.20
SETL
0.00

Content does not directly address slavery or servitude; tangential relevance through user autonomy framing.

+0.20
Article 6 Legal Personhood
Low
Editorial
+0.20
SETL
0.00

No direct reference to recognition as person before law; browser security measures are tangential.

Structural Channel
What the site does
Element Modifier Affects Note
Legal & Terms
Privacy +0.15
Article 12 Article 19
Mozilla's mission emphasizes privacy protection and user data rights; blog reflects organizational commitment to these principles.
Terms of Service
No terms of service examination performed on blog subdomain.
Identity & Mission
Mission +0.15
Article 19 Article 20
Mozilla's stated mission centers on internet freedom, openness, and user empowerment; directly supportive of UDHR free expression and assembly provisions.
Editorial Code
No explicit editorial code of conduct identified on blog.
Ownership +0.05
Article 19
Mozilla is a nonprofit organization with public interest governance; structural independence from commercial constraints enhances editorial freedom.
Access & Distribution
Access Model +0.10
Article 19 Article 26
Blog content is freely accessible without paywalls or registration barriers; supports broad public access to information.
Ad/Tracking -0.05
Article 12
Blog loads standard WordPress tracking scripts and emoji detection; minor tension between privacy advocacy and embedded tracking infrastructure.
Accessibility +0.10
Article 26 Article 27
Blog structure includes semantic HTML and navigation patterns supporting accessibility; reflects institutional commitment to inclusive access.
+0.70
Article 12 Privacy
High Framing Practice Advocacy
Structural
+0.70
Context Modifier
+0.10
SETL
+0.28

Firefox's encrypted protocols and browser-level privacy features structurally support Article 12; red team partnership aimed at closing privacy vulnerabilities. Blog transparency demonstrates Mozilla's commitment to privacy governance.

+0.70
Article 19 Freedom of Expression
High Framing Advocacy Coverage
Structural
+0.70
Context Modifier
+0.30
SETL
+0.28

Firefox privacy features structurally protect freedom of expression by preventing tracking of communications, searches, and online activity; browser enables anonymous speech. Blog post itself demonstrates Mozilla's commitment to transparent communication about security.

+0.60
Article 17 Property
High Framing Practice
Structural
+0.60
Context Modifier
0.00
SETL
+0.26

Firefox security architecture structurally protects user data and digital property through encryption and vulnerability patching; red team process identifies threats to data integrity.

+0.60
Article 26 Education
Medium Framing Practice
Structural
+0.60
Context Modifier
+0.20
SETL
-0.24

Blog accessibility features and public information about security measures support broad educational access; Firefox privacy enables anonymous research and learning.

+0.50
Article 9 No Arbitrary Detention
High Framing Practice
Structural
+0.50
Context Modifier
0.00
SETL
+0.24

Firefox security architecture and transparency about improvements support protection against arbitrary interference; public documentation enables user oversight.

+0.50
Article 16 Marriage & Family
Medium Framing
Structural
+0.50
Context Modifier
0.00
SETL
0.00

Firefox privacy features structurally protect family communications from surveillance and interception.

+0.50
Article 18 Freedom of Thought
High Framing Advocacy
Structural
+0.50
Context Modifier
0.00
SETL
+0.24

Firefox privacy architecture structurally supports freedom of thought by preventing surveillance of browsing patterns, searches, and communications; encryption protects thought expression.

+0.50
Article 20 Assembly & Association
Medium Framing
Structural
+0.50
Context Modifier
+0.15
SETL
0.00

Firefox privacy features support secure communication for groups and associations; encryption protects confidentiality of organizing activity.

+0.50
Article 27 Cultural Participation
Medium Framing
Structural
+0.50
Context Modifier
+0.10
SETL
0.00

Firefox privacy features support access to cultural and scientific information; encryption enables anonymous participation in creative communities.

+0.50
Article 28 Social & International Order
Medium Framing
Structural
+0.50
Context Modifier
0.00
SETL
0.00

Firefox security improvements structurally support stable digital environment; red team process identifies and closes vulnerabilities before exploitation threatens social order.

+0.40
Preamble Preamble
Medium Advocacy
Structural
+0.40
Context Modifier
0.00
SETL
+0.22

Blog infrastructure enables free public access to information about security improvements; uses standard web semantics supporting broad accessibility.

+0.40
Article 2 Non-Discrimination
Medium Framing
Structural
+0.40
Context Modifier
0.00
SETL
+0.22

Public blog accessible to all without authentication or discriminatory access controls.

+0.40
Article 8 Right to Remedy
Medium Framing
Structural
+0.40
Context Modifier
0.00
SETL
0.00

Public disclosure of security improvements and partnership reflects transparent approach to addressing vulnerabilities; enables user awareness of protections.

+0.40
Article 10 Fair Hearing
Medium Framing
Structural
+0.40
Context Modifier
0.00
SETL
0.00

Public blog format enables all users to understand security protections available to them; no discrimination in disclosure.

+0.40
Article 13 Freedom of Movement
Medium Framing
Structural
+0.40
Context Modifier
0.00
SETL
+0.22

Firefox features like privacy protections and encryption support digital freedom of movement; public documentation enables user awareness.

+0.40
Article 14 Asylum
Medium Framing
Structural
+0.40
Context Modifier
0.00
SETL
0.00

Firefox's privacy features available globally to all users, including those in persecuting jurisdictions; no geographic restrictions on security protections.

+0.40
Article 21 Political Participation
Medium Framing
Structural
+0.40
Context Modifier
0.00
SETL
0.00

Firefox privacy features support secure civic participation by preventing tracking of political information consumption and voting-related communications.

+0.40
Article 23 Work & Equal Pay
Medium Framing
Structural
+0.40
Context Modifier
0.00
SETL
0.00

Firefox privacy features enable secure communication for workers and labor organizations without surveillance.

+0.40
Article 29 Duties to Community
Medium Framing
Structural
+0.40
Context Modifier
0.00
SETL
0.00

Firefox design balances privacy with security; encryption enables secure communication while browser architecture prevents abuse.

+0.30
Article 1 Freedom, Equality, Brotherhood
Low Framing
Structural
+0.30
Context Modifier
0.00
SETL
+0.20

Blog accessibility features (semantic navigation, readable text) support equal access to information about security measures.

+0.30
Article 3 Life, Liberty, Security
Low
Structural
+0.30
Context Modifier
0.00
SETL
0.00

Blog structure does not materially affect right to life; neutral on this dimension.

+0.30
Article 5 No Torture
Low
Structural
+0.30
Context Modifier
0.00
SETL
0.00

Blog structure neutral on Article 5.

+0.30
Article 7 Equality Before Law
Low
Structural
+0.30
Context Modifier
0.00
SETL
0.00

Blog structure neutral on Article 7.

+0.30
Article 11 Presumption of Innocence
Low
Structural
+0.30
Context Modifier
0.00
SETL
0.00

Blog structure neutral on criminal procedure rights.

+0.30
Article 15 Nationality
Low
Structural
+0.30
Context Modifier
0.00
SETL
0.00

Blog structure neutral on nationality rights.

+0.30
Article 22 Social Security
Low
Structural
+0.30
Context Modifier
0.00
SETL
0.00

Blog structure neutral on Article 22.

+0.30
Article 24 Rest & Leisure
Low
Structural
+0.30
Context Modifier
0.00
SETL
0.00

Blog structure neutral on Article 24.

+0.30
Article 25 Standard of Living
Low
Structural
+0.30
Context Modifier
0.00
SETL
0.00

Blog structure neutral on Article 25.

+0.30
Article 30 No Destruction of Rights
Low
Structural
+0.30
Context Modifier
0.00
SETL
0.00

Blog structure neutral on Article 30.

+0.20
Article 4 No Slavery
Low
Structural
+0.20
Context Modifier
0.00
SETL
0.00

Blog structure neutral on slavery/servitude provisions.

+0.20
Article 6 Legal Personhood
Low
Structural
+0.20
Context Modifier
0.00
SETL
0.00

Blog structure neutral on legal personhood.

Psychological Safety
experimental
How safe this content is to read — independent from rights stance. Scores are ordinal (rank-order only). Learn more
PSQ
+0.3
Per-model PSQ
L4P +0.3 L3P +0.3
Supplementary Signals
How this content communicates, beyond directional lean. Learn more
Epistemic Quality
How well-sourced and evidence-based is this content?
0.66 medium claims
Sources
0.7
Evidence
0.6
Uncertainty
0.5
Purpose
0.8
Propaganda Flags
1 manipulative rhetoric technique found
1 techniques detected
appeal to authority
Partnership with Anthropic's red team positioned as authoritative validation of Firefox security improvements; external credibility lends weight to security claims.
Emotional Tone
Emotional character: positive/negative, intensity, authority
measured
Valence
+0.5
Arousal
0.4
Dominance
0.6
Transparency
Does the content identify its author and disclose interests?
0.67
✓ Author
More signals: context, framing & audience
Solution Orientation
Does this content offer solutions or only describe problems?
0.64 solution oriented
Reader Agency
0.6
Stakeholder Voice
Whose perspectives are represented in this content?
0.35 2 perspectives
Speaks: corporation
About: individualscorporation
Temporal Framing
Is this content looking backward, at the present, or forward?
prospective short term
Geographic Scope
What geographic area does this content cover?
global
Complexity
How accessible is this content to a general audience?
moderate medium jargon general
Longitudinal 1433 HN snapshots · 266 evals
+1 0 −1 HN
Audit Trail 286 entries
2026-03-16 01:06 ap_publish AP publish failed: 401 - -
2026-03-16 01:04 ap_publish AP publish failed: 401 - -
2026-03-16 01:02 ap_publish AP publish failed: 401 - -
2026-03-16 00:59 ap_publish AP publish failed: 401 - -
2026-03-16 00:57 ap_publish AP publish failed: 401 - -
2026-03-16 00:54 ap_publish AP publish failed: 401 - -
2026-03-16 00:51 ap_publish AP publish failed: 401 - -
2026-03-16 00:49 ap_publish AP publish failed: 401 - -
2026-03-16 00:46 ap_publish AP publish failed: 401 - -
2026-03-16 00:44 ap_publish AP publish failed: 401 - -
2026-03-16 00:41 ap_publish AP publish failed: 401 - -
2026-03-16 00:39 ap_publish AP publish failed: 401 - -
2026-03-16 00:37 ap_publish AP publish failed: 401 - -
2026-03-16 00:33 ap_publish AP publish failed: 401 - -
2026-03-16 00:31 ap_publish AP publish failed: 401 - -
2026-03-16 00:29 ap_publish AP publish failed: 401 - -
2026-03-16 00:27 ap_publish AP publish failed: 401 - -
2026-03-16 00:24 ap_publish AP publish failed: 401 - -
2026-03-16 00:21 ap_publish AP publish failed: 401 - -
2026-03-16 00:19 ap_publish AP publish failed: 401 - -
2026-03-15 23:31 eval Evaluated by claude-haiku-4-5-20251001: +0.50 (Moderate positive) 19,556 tokens
2026-03-14 17:36 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-14 17:23 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-11 15:02 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-11 14:52 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 20:54 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 20:54 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 18:42 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 18:33 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 17:43 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 17:12 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 17:06 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 16:30 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 16:29 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 15:53 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 15:42 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 15:13 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 15:03 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 14:36 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 14:06 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 13:57 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 13:33 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 13:23 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 12:56 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 12:47 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-10 04:29 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-10 04:21 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-09 10:24 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-09 10:24 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-09 10:23 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-09 10:20 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-09 09:12 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-09 09:11 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-09 09:10 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-09 09:10 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-09 07:42 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-09 07:37 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) +0.16
2026-03-09 07:37 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-09 07:36 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-09 07:35 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 22:23 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-08 21:32 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 21:30 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 21:15 eval Evaluated by llama-4-scout-wai-psq: +0.12 (Mild positive) -0.16
2026-03-08 20:52 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-08 20:11 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 20:05 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 19:50 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 19:28 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) 0.00
2026-03-08 18:19 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 18:06 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 17:31 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 17:11 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) 0.00
2026-03-08 16:37 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 16:01 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 15:07 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 15:02 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 14:48 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-08 14:13 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 14:09 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 13:45 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 13:36 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 13:05 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 13:00 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 12:55 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 12:36 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 12:29 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 11:51 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 11:46 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 11:42 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 11:21 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) +0.16
2026-03-08 11:10 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 10:35 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) +0.04
reasoning
Technical blog post on Firefox security
2026-03-08 10:30 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 10:25 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 10:07 eval Evaluated by llama-4-scout-wai-psq: +0.12 (Mild positive) -0.16
2026-03-08 10:04 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 10:02 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 09:31 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 09:26 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 09:21 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 09:00 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 08:56 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) +0.16
2026-03-08 08:26 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 08:22 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 08:19 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 07:57 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-08 07:50 eval Evaluated by llama-4-scout-wai-psq: +0.12 (Mild positive) 0.00
2026-03-08 07:19 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 07:15 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 07:14 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 07:10 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) -0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 06:55 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-08 06:49 eval Evaluated by llama-4-scout-wai-psq: +0.12 (Mild positive) 0.00
2026-03-08 06:44 eval Evaluated by llama-4-scout-wai-psq: +0.12 (Mild positive) -0.16
2026-03-08 06:18 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 06:13 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 06:11 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 05:55 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 05:44 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 05:12 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 05:09 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 04:53 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 04:48 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 04:38 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 04:11 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 04:08 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) -0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 04:07 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 03:49 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-08 03:39 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 03:02 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 03:01 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 02:43 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-08 02:31 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 02:26 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 02:03 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 02:02 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 01:57 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 01:39 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 01:22 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 00:59 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-08 00:54 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 00:50 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-08 00:40 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 00:35 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 00:21 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 00:17 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-08 00:00 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) -0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-07 23:55 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-07 23:47 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-07 23:41 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-07 23:30 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 23:26 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-07 23:06 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 23:00 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 22:46 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) -0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-07 22:36 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-07 22:32 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-07 22:10 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-07 22:05 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 20:31 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 19:52 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-07 19:37 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral) 0.00
reasoning
Technical blog post on Firefox security
2026-03-07 19:05 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 19:00 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 18:40 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 18:12 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 17:49 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 17:10 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 16:44 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 16:36 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 16:11 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 16:05 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-07 15:37 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 15:31 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-07 15:04 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 14:59 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 14:30 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 14:23 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 13:57 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 13:53 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-07 13:52 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 13:22 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) 0.00
2026-03-07 13:19 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 13:17 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-07 12:48 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 12:46 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 12:43 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-07 12:15 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 12:11 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) 0.00
2026-03-07 12:07 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) 0.00
2026-03-07 11:43 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 11:38 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-07 11:13 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 11:08 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 10:42 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 10:38 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 10:10 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 10:05 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 09:40 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 09:36 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 09:35 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 09:06 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 09:03 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 08:58 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 08:37 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 08:25 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 08:08 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-07 07:54 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 07:38 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-07 07:22 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 07:06 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 06:53 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 06:37 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 06:23 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 06:18 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 06:06 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 05:47 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 05:36 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 05:16 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 05:07 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 04:45 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 04:35 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 04:14 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 04:03 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 03:58 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 03:42 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 03:29 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 03:07 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 02:54 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 02:50 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 02:32 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 02:15 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 02:00 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 01:43 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 01:22 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 01:18 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 01:08 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 00:32 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-07 00:10 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 23:44 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 23:40 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 23:10 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 23:08 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) +0.16
2026-03-06 22:11 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 22:04 eval Evaluated by llama-3.3-70b-wai-psq: +0.12 (Mild positive) -0.16
2026-03-06 21:26 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) +0.16
2026-03-06 21:19 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 20:48 eval Evaluated by llama-4-scout-wai-psq: +0.12 (Mild positive) -0.16
2026-03-06 20:37 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 20:08 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 20:02 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 19:34 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 19:28 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 19:23 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 18:58 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 18:46 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 18:14 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 18:03 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 17:04 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 16:56 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 16:27 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 16:23 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 15:53 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 15:50 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 15:44 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 15:18 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 15:09 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 14:34 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 14:30 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 14:26 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 13:55 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 13:51 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 13:17 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 13:15 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 12:43 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive) 0.00
2026-03-06 12:42 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) -0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-06 12:40 eval Evaluated by llama-4-scout-wai-psq: +0.28 (Mild positive)
2026-03-06 12:38 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive)
2026-03-06 12:38 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.18
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-06 12:32 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-06 12:27 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-06 12:21 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-06 12:16 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative) 0.00
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-06 12:10 eval Evaluated by llama-4-scout-wai: -0.18 (Mild negative)
reasoning
Technical blog post on Firefox security, no explicit human rights discussion
2026-03-06 12:10 eval Evaluated by llama-3.3-70b-wai: -0.04 (Neutral)
reasoning
Technical blog post on Firefox security