3 checks that ran failed — credential hygiene, version behavior and transport config — so this release can’t be trusted as-is.
- Publisher
- io.github.ndesv21
- Repository
- github.com/ndesv21/socialclaw
- Install
- npm:socialclaw, npm:socialclaw, npm:socialclaw, npm:socialclaw
- Versions
- 4
- MCP revision
- 2025-11-25 · superseded
- Inspected
- 6 of 6 checks · 100%
- Scored
- 2026-09-02 · rubric 1.0.0
What we checked
Six static checks, weighted by risk. Every result reflects only what could be observed in the published package and repository — never intent.
Injection surface
warn25% of gradeTool descriptions/manifest scanned for instruction-injection patterns (imperatives at the model, hidden text, 'ignore previous', data-exfil URLs).
server instructions: off-vendor URL in a description (getsocialclaw.com); capability text should not name where data goes.
Supply chain
pass25% of gradePackage provenance: namespace verification, repo linkage, maintainer count, account age, postinstall scripts, typosquat distance.
repository linkage verified
Credential hygiene
fail15% of gradeHow the server takes secrets (env vs plaintext config vs hardcoded); secrets appearing in tool schemas.
tool "connect_account" has a secret-shaped input parameter "botToken" — secrets must never be tool parameters (the model would supply/handle the credential). Reads secrets from the environment (e.g. src/index.mjs) — the recommended intake shape.
Permission scope
warn15% of gradeDeclared tools vs. breadth (filesystem, network, exec); flags shell-exec and unbounded filesystem access.
has both shell/exec and network egress — capable of download-and-run, though no such path was observed (src/index.mjs: imports child_process and calls exec/spawn; src/index.mjs: outbound HTTP/socket call). has both shell/exec and destructive filesystem writes (src/index.mjs: imports child_process and calls exec/spawn; src/index.mjs: destructive/writing fs.* call (write/unlink/rm/chmod/rename)). discloses shell/exec capability: src/index.mjs: imports child_process and calls exec/spawn discloses broad/destructive filesystem access: src/index.mjs: destructive/writing fs.* call (write/unlink/rm/chmod/rename) Capability DISCLOSURE, not a verdict: static analysis sees the primitive is present and reachable, not whether its use is attacker-controlled.
Version behavior
fail10% of gradeDiff of tool definitions between versions; new permissions or changed descriptions in a patch release (the postmark-mcp class).
vs prior 0.1.18 (patch bump): new tool "refresh_analytics" touches a sensitive surface (email/exec/net/fs); new tool "list_instagram_media" touches a sensitive surface (email/exec/net/fs); new tool "get_instagram_comments" touches a sensitive surface (email/exec/net/fs); new tool "reply_instagram_comment" appeared; new tool "hide_instagram_comment" appeared; new tool "delete_instagram_comment" touches a sensitive surface (email/exec/net/fs); new tool "get_instagram_media_insights" appeared; new tool "get_instagram_profile" appeared; new tool "get_instagram_account_insights" appeared; new tool "react_instagram_message" appeared; new tool "list_instagram_mentions" appeared; new tool "list_instagram_conversations" appeared; new tool "get_instagram_messages" touches a sensitive surface (email/exec/net/fs); new tool "send_instagram_message" touches a sensitive surface (email/exec/net/fs); new capability primitive(s) in source: child_process, fs-write, http-client; new hardcoded outbound host/BCC destination(s): discord.com, getsocialclaw.com, github.com, t.me, www.facebook.com, www.linkedin.com, www.pinterest.com, www.reddit.com, www.tiktok.com, www.youtube.com, x.com.
Transport config
fail10% of gradeRemote servers: TLS and auth mode (none/token/OAuth). Local servers: whether the manifest indicates it phones home.
remote MCP endpoint declares NO authentication (unauthenticated remote — nginx-ui/CVE-2026-33032 class); manifest/source references analytics behavior — disclosure
Version history
Each release plotted by grade against the safe line at B. A version that sinks below the line has lost its trusted standing — the shape of a rug-pull.
| Version | Published | Grade | Score | Inspected | Change |
|---|---|---|---|---|---|
| v0.1.20 · current | 2026-08-04 | D | 45 | 6/6 · 100% | C→D in v0.1.20 |
| v0.1.18 | 2026-07-27 | C | 62.5 | 5/6 · 90% | D→C in v0.1.18 |
| v0.1.16 | 2026-06-17 | D | 55 | 5/6 · 90% | — |