
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@smithington/herald-cli
Advanced tools
CLI wrapper for Herald - PostgreSQL logical replication to HTTP webhooks
Command-line interface for Herald - a lightweight event-driven system that captures PostgreSQL database changes via logical replication and delivers them as HTTP webhooks.
# Run Herald in dev mode (uses in-memory Redis)
npx @smithington/herald-cli --database-url postgres://localhost/mydb
# Or install globally
npm install -g @smithington/herald-cli
herald --database-url postgres://localhost/mydb
Herald captures changes from your PostgreSQL database and delivers them as HTTP webhooks to your applications. Perfect for:
herald [options]
Database:
--database-url <url> - PostgreSQL connection URL (or set $DATABASE_URL)Configuration:
-c, --config <path> - Path to triggers YAML file (default: triggers.yaml)Replication:
--setup - Create replication slot and publication--teardown - Remove replication slot and publicationObservability:
-v, --verbose - Enable verbose logging--port <port> - HTTP server port (default: 3001)Help:
-h, --help - Show help message--version - Show version# 1. Create a triggers.yaml file
cat > triggers.yaml <<EOF
triggers:
- name: user_created
table: users
operations: [INSERT]
webhook:
url: https://api.example.com/webhooks/user-created
headers:
X-API-Key: \${API_KEY}
EOF
# 2. Run Herald
export API_KEY=your-secret-key
herald --dev --database-url postgres://localhost/mydb --setup
Proprietary - UNLICENSED
FAQs
CLI wrapper for Herald - PostgreSQL logical replication to HTTP webhooks
We found that @smithington/herald-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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.