My company has a full development team that follows standard engineering practices, including mandatory code reviews. My VP of Software Development is requiring that all VibeCode projects go through our code review process. While that presents some obvious challenges, I’m taking a solutions-focused approach by building a CustomGPT to help pre-review code based on the same criteria our developers use.
One area they focus on is package security, specifically verifying that dependencies are legitimate, actively maintained, and free of known vulnerabilities. I’ve recently learned that some bad actors are creating malicious packages specifically to be picked up by AI and exploited in downstream apps.
Does anyone know how Replit handles package selection and whether there’s any internal vetting or security process for packages surfaced in the environment?
Thank you,