
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@subql/indexer-coordinator
Advanced tools
Start all the services: db service coordinator service and proxy service together with docker compose command.
docker-compose up
For the default configuration, open the indexer admin app with http://localhost:8000
npm install -g @subql/indexer-coordinator@0.1.1-10
Need to start a postgres DB server before run the coordinator service. The following is an example to start a service with docker:
# Install and start the db server
docker run --name "coordinator-server" -e POSTGRES_PASSWORD="postgres" \
-e PGPASSWORD="postgres" \
-p 5432:5432 \
-d postgres
# Create db
docker exec -i "coordinator-server" psql -U postgres -c "create database \"coordinator\""
# Run the `help` command line
subql-coordinator -help
# All the parameters
Indexer Coordinator
--network Network type for the service
[string] [choices: "local", "testnet", "mainnet"] [default: "local"]
--ws-endpoint Specify wss endpoint for this network [string] [required]
--port Port the service will listen on [number] [default: 8000]
Postgres
--postgres-host Postgres host [string] [required]
--postgres-port Postgres port [number] [default: 5432]
--postgres-username Postgres username [string] [default: "postgres"]
--postgres-password Postgres password [string] [default: "postgres"]
--postgres-database Postgres database name [string] [required]
Options:
--version Show version number [boolean]
---help
subql-coordinator --network testnet \
--ws-endpoint 'https://moonbeam-alpha.api.onfinality.io/public' \
--postgres-host localhost \
--postgres-database coordinator \
--postgres-port 5432 \
--port 8000
Open the indexer-admin app with http://localhost:8000.
The domain and port depends on the deployment.
Run the following command to build the local image for the coordinator updates
yarn build:docker-compose
Then start all the services:
yarn start:docker-compose
FAQs
## Start with Docker
The npm package @subql/indexer-coordinator receives a total of 303 weekly downloads. As such, @subql/indexer-coordinator popularity was classified as not popular.
We found that @subql/indexer-coordinator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.