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
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
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.
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_postsList posts from the channel with pagination. Supports free-text search, counting (type=count), and filtering to short-form vertical videos (type=shorts).
get_postFetch a single post by its id, including its reactions.
create_postCreate a new post on the channel. Media must reference an existing URL — upload files to /api/upload first. Requires API key auth.
update_postUpdate an existing post's content or pin status. Requires API key auth.
delete_postPermanently delete a post by its id. Requires API key auth.
get_resume_configRead 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_configReplace 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_enabledToggle 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_storiesList ephemeral stories with pagination. Supports search and filtering by media type (image|video).
get_storyFetch a single story by its id.
count_storiesGet the total number of stories.
create_storyCreate a new ephemeral story. Media must reference an existing URL. Requires API key auth.
update_storyUpdate an existing story's media, views, or likes. Requires API key auth.
delete_storyPermanently delete a story by its id. Requires API key auth.
list_webhooksList all registered webhook endpoints with their subscribed events and delivery status (lastStatus, lastAttemptAt, failureCount).
get_webhookFetch a single registered webhook endpoint by its id, including subscribed events, secret, and delivery status.
create_webhookRegister 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_webhookPartially update a webhook endpoint: URL, subscribed events, or active status. Passing active=false pauses deliveries without deleting the endpoint. Requires API key auth.
delete_webhookPermanently delete a webhook endpoint by id and stop all future deliveries. Requires API key auth.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Next.js: Unauthenticated Remote Code Execution in Image Optimization API when AVIF files are used
Next.js: Unauthenticated Remote Code Execution on windows-hosted servers
Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes
Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes - Incomplete Fix Follow-Up
Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n
BETTER_AUTH_URLYesDEMO_MODEDISABLE_DEV_TEAM_PHSet false to stop relaying server events to the Cloudflare reverse-proxy proxy NoDS_SH_API_KEYAPI key for the URL shortener NoDS_SH_URLDastyare Social SH instance URL NoMEDIA_ALLOWED_MIME_TYPESMEDIA_KEY_PREFIXPH_PERSONAL_API_KEYPH_PROJECT_ID, , PH_HOST PostHog dashboard bootstrap (used by bootstrap:posthog) NoPH_PROJECT_ID, PH_PERSONAL_API_KEY, PH_HOST PostHog dashboard bootstrap (used by bootstrap:posthog) NoPOSTHOG_API_HOSTPOSTHOG_API_KEYPOSTHOG_HOSTS3_ACCESS_KEY_IDYesS3_BUCKET_NAMEYesS3_ENDPOINTYesS3_FORCE_PATH_STYLEYesS3_PUBLIC_BASE_URLS3_REGIONYesS3_SECRET_ACCESS_KEYYesWEBPUSH_PRIVATE_KEYVAPID private key NoWEBPUSH_SUBJECTContact URI (e.g. mailto:you@example.com) NoDATABASE_URLNEXT_PUBLIC_ADDITIONAL_IMAGE_DOMAINSNEXT_PUBLIC_ALLOW_INDEXINGNEXT_PUBLIC_ANIMATED_EMOJIESNEXT_PUBLIC_APP_URLNEXT_PUBLIC_ENABLE_SEARCH_CONSOLENEXT_PUBLIC_GOOGLE_SITE_VERIFICATIONNEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_FILENEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_FILENAMENEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_FILE_CONTENTNEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_TOKENNEXT_PUBLIC_POSTHOG_API_HOSTNEXT_PUBLIC_POSTHOG_HOSTNEXT_PUBLIC_POSTHOG_PROJECT_API_KEYNEXT_PUBLIC_POSTHOG_PROJECT_TOKENNEXT_PUBLIC_WEBPUSH_PUBLIC_KEYTool 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.
[](https://m8ven.ai/mcp/dastyare-social/ds-cs)?variant=verified from the URL.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