DS-CS (dastyare-social/DS-CS) is an MCP server listed on the M8ven Trust Index. It scores 44 out of 100, grade D. It declares 19 tools. No publisher has claimed this listing.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

dastyare-social

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
2 flows detected: PH_PERSONAL_API_KEY, DS_SH_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 2 critical, 14 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 5 credentials: DS_SH_API_KEY, PH_PERSONAL_API_KEY, POSTHOG_API_KEY, S3_SECRET_ACCESS_KEY, WEBPUSH_PRIVATE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes19 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

list_posts

List posts from the channel with pagination. Supports free-text search, counting (type=count), and filtering to short-form vertical videos (type=shorts).

get_post

Fetch a single post by its id, including its reactions.

create_post

Create a new post on the channel. Media must reference an existing URL — upload files to /api/upload first. Requires API key auth.

update_post

Update an existing post's content or pin status. Requires API key auth.

delete_post

Permanently delete a post by its id. Requires API key auth.

get_resume_config

Read the /about page configuration (config/about.config.yml): enabled flag, general profile (name, avatar, jobTitle, website, about, contacts) and content sections (Work Experience, Education, ...). The page is served at {APP_URL}/about only when enabled is true.

update_resume_config

Replace the whole about.config.yml with new YAML content. Rules: the first key MUST be `enabled:` (boolean), a `general` object with a non-empty `name` is required, optional `content` array of sections with title/items. Changes apply on the next request — no rebuild needed.

set_resume_enabled

Toggle the /about page on or off by flipping the `enabled` key in config/about.config.yml. All other data is preserved and `enabled` stays the first key. When disabled, /about renders the not-found page and leaves the sitemap.

list_stories

List ephemeral stories with pagination. Supports search and filtering by media type (image|video).

get_story

Fetch a single story by its id.

count_stories

Get the total number of stories.

create_story

Create a new ephemeral story. Media must reference an existing URL. Requires API key auth.

update_story

Update an existing story's media, views, or likes. Requires API key auth.

delete_story

Permanently delete a story by its id. Requires API key auth.

list_webhooks

List all registered webhook endpoints with their subscribed events and delivery status (lastStatus, lastAttemptAt, failureCount).

get_webhook

Fetch a single registered webhook endpoint by its id, including subscribed events, secret, and delivery status.

create_webhook

Register a new endpoint that will receive signed POST deliveries for the subscribed events (e.g. post.created, story.viewed). Generates a per-endpoint HMAC secret returned only in this response. Requires API key auth.

update_webhook

Partially update a webhook endpoint: URL, subscribed events, or active status. Passing active=false pauses deliveries without deleting the endpoint. Requires API key auth.

delete_webhook

Permanently delete a webhook endpoint by id and stop all future deliveries. Requires API key auth.

// known CVEs in dependencies2 critical14 high5 medium7 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalnext@16.2.2GHSA-2xp9-vwfh-vxw4

Next.js: Unauthenticated Remote Code Execution in Image Optimization API when AVIF files are used

criticalnext@16.2.2GHSA-p293-qw3h-jr36

Next.js: Unauthenticated Remote Code Execution on windows-hosted servers

highnext@16.2.2GHSA-267c-6grr-h53f

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes

highnext@16.2.2GHSA-26hh-7cqf-hhc6

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes - Incomplete Fix Follow-Up

highnext@16.2.2GHSA-36qx-fr4f-26g5

Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configBETTER_AUTH_URLYes
configDEMO_MODE
configDISABLE_DEV_TEAM_PHSet false to stop relaying server events to the Cloudflare reverse-proxy proxy No
🔐 secretDS_SH_API_KEYAPI key for the URL shortener No
configDS_SH_URLDastyare Social SH instance URL No
configMEDIA_ALLOWED_MIME_TYPES
configMEDIA_KEY_PREFIX
🔐 secretPH_PERSONAL_API_KEYPH_PROJECT_ID, , PH_HOST PostHog dashboard bootstrap (used by bootstrap:posthog) No
configPH_PROJECT_ID, PH_PERSONAL_API_KEY, PH_HOST PostHog dashboard bootstrap (used by bootstrap:posthog) No
configPOSTHOG_API_HOST
🔐 secretPOSTHOG_API_KEY
configPOSTHOG_HOST
configS3_ACCESS_KEY_IDYes
configS3_BUCKET_NAMEYes
configS3_ENDPOINTYes
configS3_FORCE_PATH_STYLEYes
configS3_PUBLIC_BASE_URL
configS3_REGIONYes
🔐 secretS3_SECRET_ACCESS_KEYYes
🔐 secretWEBPUSH_PRIVATE_KEYVAPID private key No
configWEBPUSH_SUBJECTContact URI (e.g. mailto:you@example.com) No
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
deployNEXT_PUBLIC_ADDITIONAL_IMAGE_DOMAINS
deployNEXT_PUBLIC_ALLOW_INDEXING
deployNEXT_PUBLIC_ANIMATED_EMOJIES
deployNEXT_PUBLIC_APP_URL
deployNEXT_PUBLIC_ENABLE_SEARCH_CONSOLE
deployNEXT_PUBLIC_GOOGLE_SITE_VERIFICATION
deployNEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_FILE
deployNEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_FILENAME
deployNEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_FILE_CONTENT
deployNEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_TOKEN
deployNEXT_PUBLIC_POSTHOG_API_HOST
deployNEXT_PUBLIC_POSTHOG_HOST
deployNEXT_PUBLIC_POSTHOG_PROJECT_API_KEY
deployNEXT_PUBLIC_POSTHOG_PROJECT_TOKEN
deployNEXT_PUBLIC_WEBPUSH_PUBLIC_KEY
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

19/19 tools missing one or more hints — list_posts (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_post (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); create_post (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +16 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

Only 0/19 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Secrets stay with their owner

1 secret sent to a request target we could not resolve (DS_SH_API_KEY → dynamic) — often a configured endpoint, not necessarily third-party

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Production dependencies are patched

2 critical, 14 high severity in production deps — next@16.2.2 (critical), next@16.2.2 (critical)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

5/46 production deps abandoned (no release in 2+ years): ffmpeg-probe@2022-06-18 (4.2y), client-only@2022-09-03 (4y), server-only@2022-09-03 (4y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/dastyare-social/ds-cs?variant=verified)](https://m8ven.ai/mcp/dastyare-social/ds-cs)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 3d450bf75e79f103438bad5a124a3220f34836f6
code hash: 0019d79aed3dae8d6443672456c37f08cdc4aca92960cdfcdd05b6aac2171dda
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client