From bf99d8e3de629e3ac618ec835289152aa1679829 Mon Sep 17 00:00:00 2001 From: yessGlory17 Date: Fri, 3 Jul 2026 17:10:15 +0300 Subject: [PATCH 1/2] Add JobVerify MCP server (fake recruiter / job-offer scam detection) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e151a6b22..addb4a236 100644 --- a/README.md +++ b/README.md @@ -2752,6 +2752,8 @@ Tools for conducting research, surveys, interviews, and data collection. - [WRG-11/wrg-sigma-rules](https://github.com/WRG-11/wrg-sigma-rules) [![WRG-11/wrg-sigma-rules MCP server](https://glama.ai/mcp/servers/WRG-11/wrg-sigma-rules/badges/score.svg)](https://glama.ai/mcp/servers/WRG-11/wrg-sigma-rules) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Sigma detection rule writing, validation, and conversion (Splunk/Elastic/Kibana/Wazuh) via 3 MCP tools (`draft_rule`, `validate_rule`, `convert_rule`) backed by a 61-rule production corpus across 11 MITRE ATT&CK tactic categories. Standalone server + Claude Code plugin distribution. - [BeBraveBeKind/mcpskills-server](https://github.com/BeBraveBeKind/mcpskills-server) [![BeBraveBeKind/mcpskills-server MCP server](https://glama.ai/mcp/servers/BeBraveBeKind/mcpskills-server/badges/score.svg)](https://glama.ai/mcp/servers/BeBraveBeKind/mcpskills-server) 📇 🏠 🍎 🪟 🐧 - Pre-install trust layer for MCP servers, AI skills, and npm packages. Scores any repo or package across 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence) with safety scanning for prompt injection, credential theft, and supply-chain risk; the `auto_gate` tool returns a go/no-go install decision. Listed in the official MCP Registry as `io.mcpskills/server`. npm: `@mcpskillsio/server`. https://mcpskills.io - [gautam-u/sieve-mcp](https://github.com/gautam-u/sieve-mcp) [![gautam-u/sieve-mcp MCP server](https://glama.ai/mcp/servers/gautam-u/sieve-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gautam-u/sieve-mcp) 🏠 🍎 - Local AI chat history secret scanner for macOS. Finds API keys and secrets leaked into Claude Code, Cursor, Copilot Chat, Cline, Codex, Gemini CLI, and other AI tool transcripts. 9 MCP tools: findings list with redacted previews, boolean secret detection (`sieve_check_text`), placeholder-only redaction (`sieve_redact_text` returns `sieve://project/key`, never raw values), vault-backed command execution, and scan health. Local-only stdio transport, macOS Keychain vault, no plaintext secrets in any tool response. [Mac App Store](https://apps.apple.com/app/sieve-ai-secret-scanner/id6747506504). +- [yessGlory17/job-verify](https://github.com/yessGlory17/job-verify) 🐍 ☁️ 🍎 🪟 🐧 - Check whether a recruiter or job offer is a scam before you reply. Extracts entities (company, links, email, phone, wallets) from a pasted message and cross-checks company registration, domain age, look-alike/typosquat domains, phishing & malware blocklists, email deliverability, crypto-scam databases, and Internet Archive history — free OSINT, no API keys. + ### 🌐 Social Media Integration with social media platforms to allow posting, analytics, and interaction management. Enables AI-driven automation for social presence. From c75ba970102bf7e6beea02126e460376813d857c Mon Sep 17 00:00:00 2001 From: yessGlory17 Date: Fri, 3 Jul 2026 18:22:33 +0300 Subject: [PATCH 2/2] Add Glama score badge for JobVerify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index addb4a236..8f20c03b3 100644 --- a/README.md +++ b/README.md @@ -2752,7 +2752,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [WRG-11/wrg-sigma-rules](https://github.com/WRG-11/wrg-sigma-rules) [![WRG-11/wrg-sigma-rules MCP server](https://glama.ai/mcp/servers/WRG-11/wrg-sigma-rules/badges/score.svg)](https://glama.ai/mcp/servers/WRG-11/wrg-sigma-rules) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Sigma detection rule writing, validation, and conversion (Splunk/Elastic/Kibana/Wazuh) via 3 MCP tools (`draft_rule`, `validate_rule`, `convert_rule`) backed by a 61-rule production corpus across 11 MITRE ATT&CK tactic categories. Standalone server + Claude Code plugin distribution. - [BeBraveBeKind/mcpskills-server](https://github.com/BeBraveBeKind/mcpskills-server) [![BeBraveBeKind/mcpskills-server MCP server](https://glama.ai/mcp/servers/BeBraveBeKind/mcpskills-server/badges/score.svg)](https://glama.ai/mcp/servers/BeBraveBeKind/mcpskills-server) 📇 🏠 🍎 🪟 🐧 - Pre-install trust layer for MCP servers, AI skills, and npm packages. Scores any repo or package across 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence) with safety scanning for prompt injection, credential theft, and supply-chain risk; the `auto_gate` tool returns a go/no-go install decision. Listed in the official MCP Registry as `io.mcpskills/server`. npm: `@mcpskillsio/server`. https://mcpskills.io - [gautam-u/sieve-mcp](https://github.com/gautam-u/sieve-mcp) [![gautam-u/sieve-mcp MCP server](https://glama.ai/mcp/servers/gautam-u/sieve-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gautam-u/sieve-mcp) 🏠 🍎 - Local AI chat history secret scanner for macOS. Finds API keys and secrets leaked into Claude Code, Cursor, Copilot Chat, Cline, Codex, Gemini CLI, and other AI tool transcripts. 9 MCP tools: findings list with redacted previews, boolean secret detection (`sieve_check_text`), placeholder-only redaction (`sieve_redact_text` returns `sieve://project/key`, never raw values), vault-backed command execution, and scan health. Local-only stdio transport, macOS Keychain vault, no plaintext secrets in any tool response. [Mac App Store](https://apps.apple.com/app/sieve-ai-secret-scanner/id6747506504). -- [yessGlory17/job-verify](https://github.com/yessGlory17/job-verify) 🐍 ☁️ 🍎 🪟 🐧 - Check whether a recruiter or job offer is a scam before you reply. Extracts entities (company, links, email, phone, wallets) from a pasted message and cross-checks company registration, domain age, look-alike/typosquat domains, phishing & malware blocklists, email deliverability, crypto-scam databases, and Internet Archive history — free OSINT, no API keys. +- [yessGlory17/job-verify](https://github.com/yessGlory17/job-verify) [![yessGlory17/job-verify MCP server](https://glama.ai/mcp/servers/yessGlory17/job-verify/badges/score.svg)](https://glama.ai/mcp/servers/yessGlory17/job-verify) 🐍 ☁️ 🍎 🪟 🐧 - Check whether a recruiter or job offer is a scam before you reply. Extracts entities (company, links, email, phone, wallets) from a pasted message and cross-checks company registration, domain age, look-alike/typosquat domains, phishing & malware blocklists, email deliverability, crypto-scam databases, and Internet Archive history — free OSINT, no API keys. ### 🌐 Social Media