Skip to content

Add MseeP.ai badge#204

Open
mseep-ai wants to merge 1 commit into
punitarani:mainfrom
mseep-ai:add-mseep-badge
Open

Add MseeP.ai badge#204
mseep-ai wants to merge 1 commit into
punitarani:mainfrom
mseep-ai:add-mseep-badge

Conversation

@mseep-ai

@mseep-ai mseep-ai commented Jun 19, 2026

Copy link
Copy Markdown

Hi there,

This pull request shares a security update on fli.

We also have an entry for fli in our directory, MseeP.ai, where we provide regular security and trust updates on your app.

We invite you to add our badge for your MCP server to your README to help your users learn from a third party that provides ongoing validation of fli.

You can easily take control over your listing for free: visit it at https://mseep.ai/app/punitarani-fli.

Thanks,

The MseeP Team
MCP servers you can trust


MseeP.ai Security Assessment Badge

Greptile Summary

This PR adds a MseeP.ai security assessment badge to the project README, submitted by the MseeP team as an unsolicited third-party contribution to promote their MCP server directory listing.

  • The badge is inserted before the # H1 title rather than alongside the existing DeepWiki badge after the title, resulting in an awkward floating element at the top of the rendered README.
  • The badge image URL uses the mseep.net domain while the hyperlink target points to mseep.ai, a split-domain setup that introduces two independent failure points for a single badge.

Confidence Score: 4/5

Safe to merge after the maintainer consciously decides to accept a third-party badge; no functional code is changed.

The only change is a single README line. The badge is placed before the H1 title rather than with the existing badge group after it, which produces awkward rendering. The image and link also use two different domains (mseep.net vs mseep.ai), so either endpoint could break independently. Neither issue blocks functionality, but both are worth fixing before accepting the PR.

README.md — review badge placement and the split image/link domain before merging.

Important Files Changed

Filename Overview
README.md Adds a MseeP.ai security badge before the H1 title; badge image domain (mseep.net) differs from link target domain (mseep.ai), and placement is inconsistent with the existing DeepWiki badge which sits after the title.

Fix All in Cursor Fix All in Claude Code Fix All in Codex

Prompt To Fix All With AI
Fix the following 2 code review issues. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 2
README.md:1-5
The MseeP badge is placed before the `# H1` title, making it appear detached at the very top of the rendered README, while the existing DeepWiki badge sits after the title. Moving it alongside the other badge keeps a consistent layout.

```suggestion
# 🛫 Fli - Flight Search MCP Server and Library

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/punitarani/fli)
[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/punitarani-fli-badge.png)](https://mseep.ai/app/punitarani-fli)
```

### Issue 2 of 2
README.md:1
The badge image is served from `mseep.net` while the hyperlink target uses `mseep.ai`. These are two distinct domains; if the image CDN (`mseep.net`) goes down or the URL path changes, the badge silently breaks while the link still works (and vice-versa). It's worth confirming this split-domain setup is intentional and stable before merging.

Reviews (1): Last reviewed commit: "Add MseeP.ai badge to README.md" | Re-trigger Greptile

Greptile also left 2 inline comments on this PR.

Comment thread README.md
Comment on lines +1 to 5
[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/punitarani-fli-badge.png)](https://mseep.ai/app/punitarani-fli)

# 🛫 Fli - Flight Search MCP Server and Library

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/punitarani/fli)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 The MseeP badge is placed before the # H1 title, making it appear detached at the very top of the rendered README, while the existing DeepWiki badge sits after the title. Moving it alongside the other badge keeps a consistent layout.

Suggested change
[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/punitarani-fli-badge.png)](https://mseep.ai/app/punitarani-fli)
# 🛫 Fli - Flight Search MCP Server and Library
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/punitarani/fli)
# 🛫 Fli - Flight Search MCP Server and Library
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/punitarani/fli)
[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/punitarani-fli-badge.png)](https://mseep.ai/app/punitarani-fli)
Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 1-5

Comment:
The MseeP badge is placed before the `# H1` title, making it appear detached at the very top of the rendered README, while the existing DeepWiki badge sits after the title. Moving it alongside the other badge keeps a consistent layout.

```suggestion
# 🛫 Fli - Flight Search MCP Server and Library

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/punitarani/fli)
[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/punitarani-fli-badge.png)](https://mseep.ai/app/punitarani-fli)
```

How can I resolve this? If you propose a fix, please make it concise.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Cursor Fix in Claude Code Fix in Codex

Comment thread README.md
@@ -1,3 +1,5 @@
[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/punitarani-fli-badge.png)](https://mseep.ai/app/punitarani-fli)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 The badge image is served from mseep.net while the hyperlink target uses mseep.ai. These are two distinct domains; if the image CDN (mseep.net) goes down or the URL path changes, the badge silently breaks while the link still works (and vice-versa). It's worth confirming this split-domain setup is intentional and stable before merging.

Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 1

Comment:
The badge image is served from `mseep.net` while the hyperlink target uses `mseep.ai`. These are two distinct domains; if the image CDN (`mseep.net`) goes down or the URL path changes, the badge silently breaks while the link still works (and vice-versa). It's worth confirming this split-domain setup is intentional and stable before merging.

How can I resolve this? If you propose a fix, please make it concise.

Fix in Cursor Fix in Claude Code Fix in Codex

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant