← Back to search

io.github.enzoemir1/leadpipe-mcp

enzoemir1 Scanned 20d ago

AI-powered lead qualification engine for MCP. Ingest, enrich, score, and export leads to your CRM.

A
97 / 100

Versions

1.4.0latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 10

lead_demo_seed
annotations: verified low

Populate the pipeline with a realistic demo dataset: 14 leads across 5 archetypes (hot decision-makers, warm mid-level, cold junior/small-co, raw unenriched, and disqualified). Each lead has appropriate enrichment state, scoring breakdown, and status, so every downstream tool \u2014 lead_list, lead_search, lead_score, crm_export, and the pipeline-overview resource \u2014 returns meaningful output immediately. Use this to evaluate LeadPipe via MCP Inspector without Hunter, HubSpot, or Pipedrive API keys. Safe to call multiple times; each call appends a fresh batch with new UUIDs. Returns counts by status plus sample_lead_ids you can feed into lead_enrich, lead_score, or crm_export.

readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
lead_qualify
annotations: verified low

Filter leads against your Ideal Customer Profile BEFORE spending enrichment credits. Uses only locally-available signals (email domain, job_title, country, industry hints, tech_stack) so nothing is charged to Hunter.io, HubSpot, Pipedrive, or any other external service. Set auto_disqualify=true to also update rejected leads to status="disqualified" with the reject reasons stored in custom_fields. If lead_ids is omitted, evaluates every lead currently in status="new". Pairs naturally with upstream platform-detection tools (e.g. Detecto's detect_platform) \u2014 run that first to populate company.tech_stack, then run lead_qualify with required_tech_stack=["shopify"] to drop wrong-platform leads before they cost a single API call. Returns qualified/rejected counts, per-lead reasons, and an estimated credit savings figure.

readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
lead_ingest
annotations: verified low

Add a single lead to the pipeline. Required: email. Optional: first_name, last_name, job_title, company_name, phone, source ("website"|"linkedin"|"referral"|"event"|"cold_outreach"|"partner"|"other"), tags (string array), custom_fields. Returns the stored lead object with a generated UUID, initial status="new", created_at, and a null score (run lead_score to populate). Throws a duplicate error if the email is already in the pipeline \u2014 use lead_search first if you need upsert behaviour.

readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
lead_batch_ingest
annotations: verified low

Add 1 to 100 leads in a single call. Each lead uses the same schema as lead_ingest. Returns {ingested: Lead[], skipped: Array<{email, reason}>} \u2014 duplicates are skipped (not failed) so a partial batch still succeeds. Prefer this over repeated lead_ingest calls for bulk imports (CSV/webhook drops).

readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
lead_enrich
annotations: verified low

Derive and attach company data to an existing lead using the email domain: company name, industry, size, country, website, estimated headcount, and common tech stack. Does not call external APIs \u2014 enrichment is driven by the built-in domain knowledge base. Updates the lead in place and returns the enriched record, ready for lead_score. Run this before lead_score for the best qualification accuracy.

readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
lead_score
annotations: verified low

Compute a 6-dimensional qualification score (0-100) for a lead: job_title, company_size, industry, engagement, recency, and custom_rules. Each dimension is weighted via config_scoring; the final score is their weighted average. Updates the lead status to "qualified" (\u226560) or "disqualified" (<60) and stores score_breakdown alongside the total. Returns the updated lead with the breakdown. Run lead_enrich first for the most accurate industry/size signals.

readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
lead_search
annotations: verified low

Search and filter the lead pipeline. Optional filters: query (free-text over name/email/company), status ("new"|"qualified"|"disqualified"|"contacted"|"converted"), min_score, max_score, source, tags (array), date_from/date_to. Pagination via limit (default 50, max 200) and offset. Returns {total, leads[]}. Use this to drive exports, targeted scoring, and dashboards.

readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
lead_export
annotations: verified low

Push leads to an external destination. target must be one of "hubspot", "pipedrive", "google_sheets", "csv", or "json". For CRM targets (hubspot, pipedrive) the respective API key env var must be set (HUBSPOT_API_KEY, PIPEDRIVE_API_TOKEN) \u2014 if missing, the tool returns a dry-run payload instead of erroring. Filter the export via lead_ids (explicit list) or min_score (everything above threshold). Returns {target, count, summary, errors?}.

readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
pipeline_stats
annotations: verified low

Portfolio-wide pipeline analytics across all leads. Returns {total_leads, leads_today, leads_this_week, leads_this_month, avg_score, qualified_rate (percent), by_status (counts per status), by_source (counts per source), score_distribution}. Takes no input \u2014 always aggregates the full dataset. Ideal for dashboards, stand-ups, and conversion-rate tracking.

readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
config_scoring
annotations: verified low

View or update the global lead scoring configuration used by lead_score. Call with no fields (empty object) to fetch the current config. Pass any subset of fields to patch-update: six dimension weights (each 0\u20131, should sum to ~1 but not enforced), high_value_titles (string array), high_value_industries (string array), preferred_company_sizes, and custom_rules (array of {name, condition, points}). Changes apply to future lead_score calls only \u2014 previously scored leads keep their scores until re-scored.

readOnlyHint false openWorldHint false idempotentHint true destructiveHint false

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 184

info
Tool 'lead_demo_seed' annotations are consistent annotation_checker · 80%
info
Tool 'lead_qualify' annotations are consistent annotation_checker · 80%
info
Tool 'lead_ingest' annotations are consistent annotation_checker · 80%
info
Tool 'lead_batch_ingest' annotations are consistent annotation_checker · 80%
info
Tool 'lead_enrich' annotations are consistent annotation_checker · 80%
info
Tool 'lead_score' annotations are consistent annotation_checker · 80%
info
Tool 'lead_search' annotations are consistent annotation_checker · 80%
info
Tool 'lead_export' annotations are consistent annotation_checker · 80%
info
Tool 'pipeline_stats' annotations are consistent annotation_checker · 80%
info
Tool 'config_scoring' annotations are consistent annotation_checker · 80%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:14993 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15017 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15019 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15023 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15024 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15048 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15050 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15052 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15054 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15055 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15058 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15060 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15062 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15064 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15066 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15068 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15107 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:15181 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:16809 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:16833 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:16835 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:16839 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:16840 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:16870 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:16874 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:16880 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:16884 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17273 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17275 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17280 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17298 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17300 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17302 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17304 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17308 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17310 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17357 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17362 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17363 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17384 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17386 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17390 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17391 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17396 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17397 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17403 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17405 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17413 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17417 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17429 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17453 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17454 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17456 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17467 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17468 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17473 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17474 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17475 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17476 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17480 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17486 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17495 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17497 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17501 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17502 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17521 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17524 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17526 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17528 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17529 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17532 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17534 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17536 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17538 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17540 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17542 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17902 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17907 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17908 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:17965 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:18827 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:18882 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:18884 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:18888 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:18894 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19136 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19137 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19138 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19139 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19146 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19187 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19189 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19193 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19194 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19199 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19201 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19207 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19209 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19220 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19256 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19257 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19270 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19273 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19278 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19279 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19280 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19281 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19283 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19298 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19300 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19304 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19305 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19317 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19319 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19324 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19327 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19329 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19331 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19332 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19335 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19337 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19339 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19341 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19343 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19345 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19474 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19490 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19514 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19516 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19520 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19521 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19526 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19527 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19533 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19535 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19540 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19542 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19544 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19546 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19547 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19550 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19552 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19554 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19556 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19558 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19560 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19966 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19989 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:19991 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:20066 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:20068 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:20072 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:20073 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:20097 entropy_analyzer · 80%
high
Long unicode escape chain in automatiabcn-leadpipe-mcp-6d3336f/.smithery/shttp/module.js:20099 entropy_analyzer · 80%
info
package.json metadata manifest_parser · 100%
info
Tool: lead_demo_seed manifest_parser · 85%
info
Tool: lead_qualify manifest_parser · 85%
info
Tool: lead_ingest manifest_parser · 85%
info
Tool: lead_batch_ingest manifest_parser · 85%
info
Tool: lead_enrich manifest_parser · 85%
info
Tool: lead_score manifest_parser · 85%
info
Tool: lead_search manifest_parser · 85%
info
Tool: lead_export manifest_parser · 85%
info
Tool: pipeline_stats manifest_parser · 85%
info
Tool: config_scoring manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (6) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 196 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%