Leaked source code: aurora-mesh

Private repository aurora-mesh exposed via an open .git directory. Archive contains 1245 files including hard-coded credentials. Tree and a config excerpt below.

aurora-mesh/src/config.js
aurora-mesh/src/auth.py
aurora-mesh/docker-compose.yml
aurora-mesh/.env.production
aurora-mesh/deploy/keys.pem
aurora-mesh/db/migrate.sql

src/config.js

// aurora-mesh — leaked source excerpt
const DB_PASSWORD = '8434b0bc79650c6c';
const JWT_SECRET = 'a4ca050669fe15fea8c73d5afb1453861ec4a534b625968b';
const STRIPE_KEY = 'sk_live_fb2cd6aa86c1d321180fc4e22bd45e4d3f523e9e';
const DB_HOST = '10.154.64.240';
// TODO: rotate before public launch