Skip to content

Publish Dual-Embedding Trust Scoring#154

Open
EricCHChang wants to merge 4 commits intoscribd:mainfrom
EricCHChang:ericc/content-trust-score-blog
Open

Publish Dual-Embedding Trust Scoring#154
EricCHChang wants to merge 4 commits intoscribd:mainfrom
EricCHChang:ericc/content-trust-score-blog

Conversation

@EricCHChang
Copy link

@EricCHChang EricCHChang commented Feb 25, 2026

This is a blog post for Publish Dual-Embedding Trust Scoring that was created by the Applied Research team


Note

Low Risk
Mostly content/config changes for a Jekyll blog; main risk is broken tag/series navigation or inconsistent tag casing affecting generated pages.

Overview
Publishes a new featured blog post, 2026-02-25-content-trust-score.md, and adds a new author entry (ericc) for attribution.

Updates site curation to feature the content-trust-series, tags the existing PhotoDNA CSAM post into that series, and adds a set of tag/<tag>/index.md pages (plus normalizes the Terraform tag casing) to generate tag landing pages.

Minor repo hygiene/build updates include ignoring .DS_Store and extending Gemfile.lock with arm64-darwin platform gems.

Written by Cursor Bugbot for commit 4687b19. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

title: "Tag: terraform"
tag: terraform
title: "Tag: Terraform"
tag: Terraform
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terraform tag case change breaks existing post listings

Medium Severity

The tag value was changed from terraform to Terraform, but six existing posts use the lowercase terraform tag. Jekyll's site.tags lookup is case-sensitive, so the tag page will now only show the single post tagged with capitalized Terraform instead of all seven terraform-related posts.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant