F
Warning
37/100
2 days ago

claude-code-config-pack

Depersonalised Claude Code configuration pack - 261 skills, 49 agents, 166 commands, 23 rules, 5 hooks. One-shot deploy via install.ps1 / install.sh.

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

JHamidun

Source: github_code

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
🚨
Reads files from sensitive locations
Touches: ~/.claude/.credentials.master.env, ~/.config/libreoffice/4/user/basic/Standard, ~/.claude/.credentials.master.env
🔐
You'll be asked for 12 credentials: ADMIN_TOKEN, HUGGINGFACE_API_KEY, SUNO_BEARER, MANUS_API_KEY, GAMMA_API_KEY, GOOGLE_API_KEY, DADATA_API_KEY, VK_ACCESS_TOKEN, PERPLEXITY_API_KEY, GEMINI_API_KEY, GOOGLE_GENAI_API_KEY, FREESOUND_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// 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.
configBROWSE_IDLE_TIMEOUT
configBROWSE_PORT
🔐 secretADMIN_TOKEN
configPERPLEXITY_COOKIES
🔐 secretHUGGINGFACE_API_KEY
configBATCH
configWORKERS
configTIMEOUT
configMODE_PRIMARY
configMODE_FALLBACK
configSLEEP
configSUNO_CLIENT_COOKIE
configSUNO_SESSION_ID
configSUNO_DEVICE_ID
configSUNO_USER_AGENT
🔐 secretSUNO_BEARER
configOPF_MOE_TRITON
configCLAUDE_DESIGN_COOKIES
configCLAUDE_DESIGN_ORG_UUID
🔐 secretMANUS_API_KEY
configREMBG_MODEL
configSAM2_CHECKPOINT
configSTICKER_ALPHA_ENCODER
configTG_API_ID
configTG_API_HASH
configWORKFLOW_DB_PATH
🔐 secretGAMMA_API_KEY
configMANUS_SLIDES_MODEL
🔐 secretGOOGLE_API_KEY
🔐 secretDADATA_API_KEY
configTELEGRAM_API_ID
configTELEGRAM_API_HASH
🔐 secretVK_ACCESS_TOKEN
🔐 secretPERPLEXITY_API_KEY
configEVAL_JUDGE_TIMEOUT
configEVAL_JUDGE_STUB
🔐 secretGEMINI_API_KEY
🔐 secretGOOGLE_GENAI_API_KEY
configLAST30DAYS_REPORT_CACHE_TTL_SECONDS
configLAST30DAYS_STORE
configLAST30DAYS_DEBUG
configLAST30DAYS_MEMORY_DIR
configLAST30DAYS_YOUTUBE_SSH_HOST
configLAST30DAYS_API_BASE
configLAST30DAYS_SKIP_PREFLIGHT
🔐 secretFREESOUND_API_KEY
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

26/26 tools missing one or more hints — claude_design_list_projects (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); claude_design_create_project (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); claude_design_get_project (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +23 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/26 tools referenced in tests (0%)

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

No access to sensitive paths

Reads sensitive paths: ~/.claude/.credentials.master.env, ~/.config/libreoffice/4/user/basic/Standard, ~/.claude/.credentials.master.env

Remove reads of sensitive system paths. If you genuinely need them, document why in the README.

No eval / new Function

1 eval() or new Function() call — dynamic code execution

Replace eval / Function with explicit parsing or safer alternatives.

Shell command execution

6 child_process/subprocess calls in production code — runs shell commands (plugins/video-media/skills/video-export/templates/render-video.mjs:41, plugins/video-media/skills/video-export/templates/render-video.mjs:43, plugins/browser-testing/skills/gstack/browse/src/cli.ts:110)

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

Secrets not logged

1 secret value sent to console.log

Redact or omit secret values from log output.

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 7 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/jhamidun-claude-code-config-pack-169wyi?variant=verified)](https://m8ven.ai/mcp/jhamidun-claude-code-config-pack-169wyi)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 602f56c83262d179a88beb0dc67a5b39ab5b963a
code hash: 94103ce4ce006f1e16370348aa136f8ee92c5beb977edb129ede2d1f8f07607f
verified: 8/17/2026, 7:29:45 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