neon-toolkit

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
79%
Files
4
Flagged
3
Chunks
4
Flagged Files (3)
scripts/destroy-ephemeral-db.tsHIGH
78.8%

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();

scripts/create-ephemeral-db.tsHIGH
74.4%

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

SKILL.mdHIGH
72.9%

Malicious tool definition detected

Passed Files (1)Click to expand
templates/toolkit-workflow.tsOK
11.2%

Tool passed security scan

Audit Metadata
Max File Score
79%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
3
Chunks Analyzed
4
Analyzed
Feb 23, 2026, 09:33 PM
Security Audit — runlayer — neon-toolkit