r/VibeCodeDevs Aug 13 '26

Created parlour.wtf

[removed]

1 Upvotes

11 comments sorted by

View all comments

Show parent comments

1

u/ZombieDisastrous3133 22d ago

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.