-
bearer
Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks.
Hi HN,
I'm Guillaume, the founder of Bearer, an Open Source code security scanning tool. Despite the buzz around generative AI (which, as a reader of HN, you've likely encountered), we've also heard concerns from security teams.
When using OpenAI’s developer APIs (and other LLMs), considering how Generative AI model works, essentially the more you give, the better you receive, we essentially open the door to “overshare” information. For example, If you are building an AI assistant into your travel booking app, sending sensitive data as customer information becomes highly probable. Though, as with any shared data, this does present important security and privacy risks that we can’t overlook, hence the fear of security teams.
To address these risks, we must have explicit policies and a culture of privacy and security within the organization. We should treat generative AI models like any other third-party dependency, assessing them for vulnerabilities and safeguarding customer data. Of course, having appropriate tooling also helps.
That's why we've added a new set of rules to Bearer CLI, our open-source static analyzer, that explicitly checks for OpenAI usage. Combined with our sensitive data detection capability, this feature can alert you and your team if your code is sending sensitive data it shouldn't be.
You can find a link to Bearer CLI and the specific OpenAI ruleset in the following URLs:
Bearer CLI: https://github.com/bearer/bearer
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Let me know if there is anything you would like to improve.
Link to the Rule https://github.com/bearer/bearer-rules/blob/main/javascript/...
Related posts
-
🛡️ Scan and Protect Any App in 5 Minutes with Bearer CLI (SAST for Everyone)
-
Show HN: Bearer Code Security Scanner Add Support for Java, PHP, Go, and Python
-
How to scan your ruby or JS project for security improvements, for free.
-
Open-source Static Code Analysis tool with sensitive-data prioritization
-
New Open Source SAST focused on sensitive data