registry  /  @signaliz/sdk  /  1.0.36

@signaliz/sdk@1.0.36

Signaliz SDK for Find Email, Verify Email, Company Signal Enrichment, and Signal to Copy AI.

AI Security Review

scanned 4h ago · by lpm-firewall-ai

Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.

Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source
Trigger
User runs the `signaliz-mcp` bin command without `test` or `tools`.
Impact
The selected MCP client may launch `@signaliz/mcp-server@latest` with the supplied Signaliz API key after restart.
Mechanism
Explicit CLI MCP configuration mutation with an unpinned npx server command.
Rationale
Source inspection shows an explicit CLI-based AI-agent configuration capability, not malicious automatic behavior. Downgrade to warn because the setup installs an unpinned external MCP server and stores the supplied API key in client configuration.
Evidence
package.jsondist/index.jsdist/mcp-config.mjsdist/chunk-WKE2PNXT.mjsREADME.md~/Library/Application Support/Claude/claude_desktop_config.json./.cursor/mcp.json./.mcp/config.json
Network endpoints2
api.signaliz.com/functions/v1api.signaliz.com/token

Decision evidence

public snapshot
AI called this Suspicious at 90.0% confidence as Dangerous Capability with low false-positive risk.
Evidence for warning
  • `dist/mcp-config.mjs` CLI writes an MCP server entry into detected Claude, Cursor, or local MCP configuration.
  • The setup entry invokes `npx -y @signaliz/mcp-server@latest`, delegating later execution to an unpinned external package.
  • Setup reads `SIGNALIZ_API_KEY` or prompts for it, then persists it in the generated MCP configuration.
Evidence against
  • `package.json` has only `prepublishOnly`; no install-time lifecycle hook executes the CLI.
  • `dist/index.js` exports the SDK client and does not import or execute the config CLI.
  • Network use is limited to the package-aligned `api.signaliz.com` API and token endpoints.
  • No child-process calls, eval/vm usage, credential harvesting beyond the supplied API key, or destructive file operations were found.
Behavioral surface
Source
EnvironmentVarsFilesystemNetwork
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 5 file(s), 141 KB of source, external domains: api.signaliz.com

Source & flagged code

1 flagged · loading source
dist/mcp-config.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @signaliz/sdk@1.0.27 matchedIdentity = npm:QHNpZ25hbGl6L3Nkaw:1.0.27 similarity = 0.400 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/mcp-config.jsView on unpkg

Findings

1 High2 Medium4 Low
HighPrevious Version Dangerous Deltadist/mcp-config.js
MediumNetwork
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowUrl Strings