Settings

Theme

Show HN: I built a PR listener and ruleset to detect malicious code in CI/CD

github.com

13 points by mgiladi 10 months ago · 1 comment · 1 min read

Reader

I built a GitHub app that detects it in pull requests, notifies or blocks them. Alongside it, I published a Semgrep ruleset for any stage of the CI/CD.

I started this after getting frustrated by all the FUD around malicious code - lots of noise, little effort to solve it. Having said that, it's still a major attack vector - a stored RCE, with the codebase itself as the sink.

Feedback is appreciated.

The app, PRevent - https://github.com/apiiro/PRevent

The ruleset: https://github.com/apiiro/malicious-code-ruleset

The research: https://apiiro.com/blog/guard-your-codebase-practical-steps-...

varsock 10 months ago

> getting frustrated by all the FUD around malicious code - lots of noise, little effort to solve it

You should be worried about your logs too :) Dare you to `sudo cat logs.txt`

https://www.youtube.com/watch?v=3T2Al3jdY38

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection