mongodb

Warn

Audited by Socket on Sep 11, 2026

2 alerts found:

SecurityAnomaly
SecurityMEDIUM
evals/files/0042_add_settled_at.sql

This is ordinary database migration code, not apparent malware. It has significant operational and correctness risks: the NOT NULL constraint makes the NULL backfill ineffective, DEFAULT now() may assign an incorrect migration-time value to historical payments, and the single transaction performs expensive operations on a 210 million-row table. Confidence in the assessment is high, but exact locking and rewrite behavior should be tested on the target PostgreSQL 16 workload.

Confidence: 97%Severity: 72%
AnomalyLOW
evals/files/ledger_service.js

No clear malicious or supply-chain attack behavior is present. The code contains significant application-level financial integrity risks: unvalidated transfer amounts, missing account and overdraft checks, ineffective idempotency, weak durability settings, potentially stale balance reads, and an external webhook invoked before commit. These issues should be reviewed before production use, but they do not by themselves indicate malware.

Confidence: 98%Severity: 68%
Audit Metadata
Analyzed At
Sep 11, 2026, 03:16 PM
Package URL
pkg:socket/skills-sh/lynricsy%2Fhyperskills%2Fmongodb%2F@b77512d59a1f94133406263048c167d7ec8ceeb23ea0598c6023cb7792b161eb
Security Audit — socket — mongodb