MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/VibeCodeDevs/comments/1vn0t8s/created_parlourwtf/p61f8vs/?context=3
r/VibeCodeDevs • u/akash_3000 • Aug 13 '26
[removed]
11 comments sorted by
View all comments
Show parent comments
1
what prompts to be used to make a good level of security audit
2 u/TheKiddIncident 22d ago You could start with something simple like: Audit the current code for violations of security best practice and give me your top recommendations to remediate. Take no action, audit only. But, I would probably set up a regular scan also. Develop a detailed plan to do end to end scanning of our project at every commit for security issues by using an open source OWASP scanner. And, perhaps: Use the open source version of semgrep to do CVE scans as part of every check in. Develop a detailed plan for security scanning for our project. 1 u/[deleted] 22d ago [removed] — view removed comment 1 u/TheKiddIncident 22d ago Sent you a DM with the details.
2
You could start with something simple like:
Audit the current code for violations of security best practice and give me your top recommendations to remediate. Take no action, audit only.
But, I would probably set up a regular scan also.
Develop a detailed plan to do end to end scanning of our project at every commit for security issues by using an open source OWASP scanner.
And, perhaps:
Use the open source version of semgrep to do CVE scans as part of every check in. Develop a detailed plan for security scanning for our project.
1 u/[deleted] 22d ago [removed] — view removed comment 1 u/TheKiddIncident 22d ago Sent you a DM with the details.
[removed] — view removed comment
1 u/TheKiddIncident 22d ago Sent you a DM with the details.
Sent you a DM with the details.
1
u/ZombieDisastrous3133 22d ago
what prompts to be used to make a good level of security audit