fix: MRP SiteAtlas — security headers, content accuracy, FTI pricing alignment#49
Merged
4 commits merged intoApr 12, 2026
Merged
Conversation
Widget belongs in product dashboards (SiteAtlas/PolicyAtlas), not synctek.io. INIT-2026-484 handles the proper in-app integration. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Add HSTS, CSP, X-Frame-Options, Permissions-Policy, and COOP headers to _headers file. Remove Astro generator meta tag. MRP SiteAtlas INIT-2026-484 — Pillar 4 remediation.
- Fix MIT license claim on about page (ForgeOS is commercial, not MIT) - Add registered address to privacy policy - Remove broken ForgeOS GitHub links (repo is private) - Update API endpoint count from 135+ to 239 - Remove specterqa-mcp from open-source page (repo doesn't exist) - Fix blog pagination (remove non-functional pagination) - Add /pricing redirect to ForgeOS pricing page MRP SiteAtlas INIT-2026-484 — Pillar 1/2/5 remediation.
…tics - Regenerate fti.json from updated fti.yaml (8 dimensions, correct pricing) - Fix hardcoded pricing on FTI page if present - Correct ForgeOS pricing tier features (Team/Free) - Add Plausible analytics script - Fix Get Started CTA to point to registration MRP SiteAtlas INIT-2026-484 — Pillar 1/3 remediation.
Contributor
Author
|
Thank you for your contribution, @SyncTekLLC! We appreciate you taking the time to open this (medium-sized change) PR. Our team will review it shortly. In the meantime, please make sure:
We aim to provide a first review within 48 hours. Thank you again for contributing! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MRP (Market Readiness Protocol) audit of synctek.io identified 4 P0, 12 P1, and 17 P2 issues across 7 pillars. This PR remediates the critical and high-priority findings.
Security Headers (Pillar 4)
_headersContent Accuracy (Pillars 1/2/5)
/pricing→/products/forgeos/pricing/redirectFTI Pricing & Analytics (Pillars 1/3)
fti.jsonfrom updatedfti.yaml(8 scoring dimensions, correct pricing tiers)false)Files Changed (14)
public/_headers— security headerspublic/_redirects— /pricing redirectsrc/layouts/BaseLayout.astro— remove generator meta, add Plausiblesrc/pages/about.astro— MIT license claim fixsrc/pages/blog/index.astro— remove broken paginationsrc/pages/products/forgeos/pricing.astro— SharedMind Free tier fixsrc/data/fti.json— regenerated from fti.yamlsrc/data/forgeos.json— remove GitHub URL, update endpoint countsrc/data/products/forgeos.ts— update endpoint count, fix Get Started URLsrc/data/repos.ts— remove specterqa-mcpsrc/content/legal/privacy.md— add registered addressTest Plan
curl -sI https://synctek.io/🤖 Generated with Claude Code
Initiative: INIT-2026-484 (MRP SiteAtlas)