
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
logoscope-cli
Advanced tools
Node.js wrapper for the Logoscope CLI. On install, downloads the platform-specific binary from GitHub releases and exposes a logoscope command.
npm i -g @logoscope/cli
LOGOSCOPE_REPO_OWNER (default: your-org)LOGOSCOPE_REPO_NAME (default: logoscope)# Analyze files or stdin
logoscope app1.log app2.log > summary.json
cat app.log | logoscope --only patterns --format table
This package exposes a Model Context Protocol (MCP) server as a subcommand to integrate with MCP‑compatible editors/agents.
# Start the MCP server over stdio
logoscope mcp
stdin or files[], optional timeKey[], timeout).top, minCount, minFrequency, match, exclude, level, examples, groupBy, sortBy, timeout).start, end, pattern, with before/after context.Create or edit ~/.claude/mcp.json:
{
"mcpServers": {
"logoscope": {
"type": "stdio",
"command": "logoscope",
"args": ["mcp"],
"env": {}
}
}
}
Then ask your AI assistant to analyze logs using Logoscope tools.
FAQs
Node.js wrapper for the Logoscope log analysis CLI
We found that logoscope-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.