F
Warning
12/100
6 days ago

sdap

MCP server for the Super Duper Admin Portal that enables AI agents to chat with LLMs, trigger admin actions, and make Okta API requests.

Warning. Serious findings were identified. Review the full report before connecting. 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

barneslardo

Source: Glama

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

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
14 flows detected: OKTA_API_TOKEN, GROK_API_KEY, OKTA_API_DOMAIN. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 8 credentials: ANTHROPIC_API_KEY, FLO_CALLBACK_SECRET, GROK_API_KEY, OKTA_ACCESS_REQUESTS_TOKEN, OKTA_API_TOKEN, OPENAI_API_KEY, SESSION_SECRET, VAULT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies3 high11 medium1 low

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

highaxios@1.16.1GHSA-gcfj-64vw-6mp9

Axios Node HTTP adapter can use an inherited proxy after interceptor config cloning

highpostcss@8.5.15GHSA-r28c-9q8g-f849

PostCSS: Path Traversal in Previous Source Map Auto-Loading (sourceMappingURL) leads to Arbitrary .map File Disclosure

highvite@8.0.12GHSA-fx2h-pf6j-xcff

vite: `server.fs.deny` bypass on Windows alternate paths

mediumaxios@1.16.1GHSA-42h9-826w-cgv3

Axios: Excessive recursion in formDataToJSON can cause denial of service

mediumaxios@1.16.1GHSA-7q8q-rj6j-mhjq

Axios: Nested axios option objects can consume polluted prototype values

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.
configAGENT_CLIENT_ID
configAGENT_PRIVATE_KEY_PATH
configAGENT_TOKEN_SCOPE
configAGENT_USER_ID
🔐 secretANTHROPIC_API_KEYOPENAI_API_KEY (or / GROK_API_KEY)
configAPI_PORTIf these conflict with other services on your host, just change PORT and in .env.local (and restart).
configAPPROVAL_WEBHOOK_URLIn api-server.js the /api/actions/:actionId endpoint already accepts an .
configCOOKIE_DOMAIN
configDEMO_AUTH_BYPASStrue lets you use the portal immediately without SAML.
configDNS_SERVERS
🔐 secretFLO_CALLBACK_SECRET
🔐 secretGROK_API_KEYOPENAI_API_KEY (or ANTHROPIC_API_KEY / )
configOIDC_SCOPES
🔐 secretOKTA_ACCESS_REQUESTS_TOKEN
configOKTA_ACCESS_REQUEST_CATALOG_ENTRIES
configOKTA_ACCESS_REQUEST_EXTRA_FIELDS
configOKTA_ACCESS_REQUEST_FIELD_CORRELATION_ID
configOKTA_ACCESS_REQUEST_FIELD_DESCRIPTION
configOKTA_ACCESS_REQUEST_FIELD_JUSTIFICATION
configOKTA_ACCESS_REQUEST_FIELD_PARAMETERS
configOKTA_ACCESS_REQUEST_FIELD_TARGET_USER
configOKTA_ACCESS_REQUEST_REQUESTED_FOR
configOKTA_ACCESS_REQUEST_REQUEST_TYPE_ID
configOKTA_API_DOMAIN
🔐 secretOKTA_API_TOKENEdit .env.local and add at least one LLM key +
configOKTA_EXECUTE_APPROVED_ACCESS_REQUESTS
configOKTA_OIDC_CLIENT_ID
configOKTA_ORG_URL
configOPA_SECRET_NAME
configOPA_SECRET_RESOURCE
🔐 secretOPENAI_API_KEY(or ANTHROPIC_API_KEY / GROK_API_KEY)
configPOST_LOGIN_REDIRECT
configRESOURCE_AS_ISSUER
configSDAP_DATA_DIR
🔐 secretSESSION_SECRET
configVAULT_ADDR
configVAULT_KV_MOUNT
configVAULT_KV_PATH
🔐 secretVAULT_TOKEN
configWEB_ORIGIN
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// 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

3/3 tools missing one or more hints — sdap_chat (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sdap_trigger_action (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); sdap_okta_request (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). 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.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

2 child_process/subprocess calls in production code — runs shell commands (start-servers.js:23, start-servers.js:30)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Secrets stay with their owner

14 secret/sensitive values flow into network calls (OKTA_API_TOKEN → dynamic, OKTA_API_TOKEN → dynamic)

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

Secrets never reach shell commands

1 secret value passed to shell commands — possible command injection

Never pass secrets through shell commands. Use library APIs that accept credentials as arguments.

Secrets not logged

10 secret values sent to console.log

Redact or omit secret values from log output.

Production dependencies are patched

0 critical, 1 high severity in production deps — axios@1.16.1 (high), axios@1.16.1 (medium)

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

Dev dependencies

2 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Dependency freshness

2/18 production deps stale: session-file-store@2022-06-26 (4.1y), @authenio/samlify-xsd-schema-validator@2023-06-06 (3.2y)

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 10 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/barneslardo-super-duper-admin-portal-1aukww?variant=verified)](https://m8ven.ai/mcp/barneslardo-super-duper-admin-portal-1aukww)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 4fbc200068736f1e0e706b4c7577d24f4085e172
code hash: dc1e1ba6b9579b9293132dfd6719aeda48f87d6c9c1a25a7326688a04cb71929
verified: 8/13/2026, 8:14:18 AM
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