neon-toolkit
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Ephemeral database auto-deletes '); process.exit(1); } } // Note: In a real implementation, you might also delete the database via API: // import { NeonToolkit } from '@neondatabase/toolkit'; // const neon = new NeonToolkit({ apiKey: API_KEY }); // await neon.deleteBranch(dbInfo.branchId); destroyEphemeralDatabase();
Malicious tool definition detected
Cleanup: npx ts-node destroy-ephemeral-db.ts '); // Also print to console for CI/CD usage console.log('🔗 For CI/CD, use this connection string:'); console.log(db.url); console.log(' '); // Store database ID for cleanup const cleanupInfo = { timestamp: new Date().toISOString(), connectionUrl: db.url, deleteCommand: 'npx ts-node destroy-ephemeral-db.ts', }; const infoPath = path.join(process.cwd(), '.ephemeral-db-info.json'); fs.writeFileSync(infoPath, JSON.stringify(cleanupInfo, null, 2)); consol
Malicious tool definition detected
Passed Files (1)Click to expand
Tool passed security scan