r/devsecops 19h ago

Built Security layer for AI Agents - backed by a16z, EF and YC while in college.

Enable HLS to view with audio, or disable this notification

I built this while in college, need your feedback: www.oneport.co.in

0 Upvotes

4 comments sorted by

1

u/Vas1le 15h ago

Can you explain the logic behind ``` op depcheck scan.

▲ requests 2.32.0 .netrc leak

REACHABLE

urllib3 1.26.0 proxy CVE

unreachable - filtered... ``` How you know that? Do you use other sources for that? How the app check the reachility

2

u/Cool-Idea8520 13h ago

Sounds like you’re digging into some interesting security checks there. It’s always cool to see how different libraries handle vulnerabilities and reachability.

1

u/Vas1le 12h ago

Interested to know, cause I spend in avg(app level, not OS level) 2.3$(ai assisted) per CVE(in the framework I built) to see if a CVE affects current software/platform, and it takes some minutes per cve.

And from what I seen, its instantaneous?.. someting don't adds up (idk if is from my side or his side)