From the course: Vibe Coding for Data Analysts

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Security considerations

Security considerations

- For our vibe coding stack, we made extensive use of Copilot. To make the most of Copilot, you needed to give it permission to view files in your VS code session! Copilot also wants access to your GitHub repositories! While this access is useful for generating context-aware code, you'll want to consult your organization's information security team to make sure that you're not going to unwittingly grant access to something that should remain private! Even if you don't have organizational concerns, you should be mindful of any private keys that Copilot might be able to access. With great power comes great responsibility, so make sure that you are thinking through your entire coding stack for any potential security risks.

Contents