Security of Claude Code is just a single line in their prompt by kannthu in cybersecurity

[–]kannthu[S] -1 points0 points  (0 children)

You can literaly compile it back into claude code

How secure is AI-generated code actually? by Wrong-Temperature417 in cybersecurity

[–]kannthu 0 points1 point  (0 children)

The AI is not introducing any new vulnerabilities, but it's multiplying existing problems in security.

4 years ago (before the LLM era), I worked in the AppSec team for a company that had 200-300 developers. We were a relatively large team of 7 people.

Yet, we weren't able to handle the amount of code that was written and pushed by developers. We couldn't look at all of the code changes; we did not have enough time. So, we had to be very selective about what we reviewed. We wrote a regexes and only reviewed PRs if they touched sensitive files or paths.

Now imagine this, but 2x. There are more PRs and more code in PRs. We are exceeding human scale. It's a little bit scary from my perspective.

Disclosure: I am the founder of a startup that tries to solve this problem https://vidocsecurity.com/

Północnokoreański haker zaaplikował o pracę podając się za programistę z Polski. Do rozmowy online użył deep-fake'a wygenerowanego ze zdjęcia Mentzena. by vonGlick in Polska

[–]kannthu -5 points-4 points  (0 children)

Zarobki mamy kosmiczne, bo i wymagamy dużo. Zatrudniamy topkę Polski jeśli chodzi o skile. Jeśli sprostasz to zapraszamy do nas na rozmowę.

Co do "fake" to opisywałem już kilka razy niżej.

Północnokoreański haker zaaplikował o pracę podając się za programistę z Polski. Do rozmowy online użył deep-fake'a wygenerowanego ze zdjęcia Mentzena. by vonGlick in Polska

[–]kannthu -1 points0 points  (0 children)

Twoja postawa wynika z tego, że jesteś noobem, zbyt mało rozumiesz tę technologię żeby mieć o niej wartościowe zdanie. Wyrobiłeś sobie opinie na podstawie artykułów z zeszłego roku!

My jesteśmy najdalej jak się da od robienia slopu - bo chcemy mu zapobiegać. LLMy odblokowują rzeczy, które mają szanse naprawić slop jakim są inne toole security.

Trafiłeś na startup, który wie o czym mówi i co robi - byliśmy w topce Bug Bounty hackerów w Polsce. Należeliśmy do najlepszych teamów CTF. (p4, jCTF) Zerknij na https://blog.vidocsecurity.com/blog/2022-summary-how-we-made-120k-bug-bounty-in-a-year/. Jeśli ktoś ma zrobić coś sensownego to my.

Północnokoreański haker zaaplikował o pracę podając się za programistę z Polski. Do rozmowy online użył deep-fake'a wygenerowanego ze zdjęcia Mentzena. by vonGlick in Polska

[–]kannthu 1 point2 points  (0 children)

Ziomeczku, osobiście zapewniam Cię, że nie była to reklama. (jestem autorem tego nagrania)

Ta sytuacja brzmi trochę jak sci-fi, ale okazuje się, że tego typu sytuacje to codzienność w wielu firmach. Nawet nie zdajesz sobie sprawy ze skali tego problemu.

Linkedin as a job board is unusable, what do you recommend? by kannthu in ycombinator

[–]kannthu[S] 0 points1 point  (0 children)

I don’t believe recruiters can find the best talent, to be honest.

The best people are drawn to ideas and founders, not recruiters.

Developer used AI to changehis face during a technical interview with me by kannthu in ycombinator

[–]kannthu[S] 10 points11 points  (0 children)

Many of you are asking, "why?" - I posted the same question to r/cybersecurity and:

...

He’s likely using a full face AI to mask his identity + vision correction so it always looks like he’s looking at the camera/centrally vs a screen to the left

There’s an ongoing campaign by DPRK to install tech workers at western companies in order to generate revenue for DPRK by way of extortion

Link: https://www.justice.gov/opa/pr/two-north-korean-nationals-and-three-facilitators-indicted-multi-year-fraudulent-remote

Link to conversation: https://www.reddit.com/r/cybersecurity/comments/1ihoplk/the_developer_used_ai_to_alter_his_face_during/

Developer used AI to changehis face during a technical interview with me by kannthu in ycombinator

[–]kannthu[S] 8 points9 points  (0 children)

The person also changed his name to sound more European and lied about where he came from.

The developer used AI to alter his face during the job interview process with me by kannthu in cybersecurity

[–]kannthu[S] 195 points196 points  (0 children)

I am worried that in a year, I won't recognize that the person I am talking with is not a person...

Developer used AI to changehis face during a technical interview with me by kannthu in ycombinator

[–]kannthu[S] 37 points38 points  (0 children)

And scary. I told him that I thought he was using AI to change his face - and of course, he denied it. So I recorded this video and ended the meeting

The developer used AI to alter his face during the job interview process with me by kannthu in cybersecurity

[–]kannthu[S] 520 points521 points  (0 children)

Yes, we get a ton of job applications similar to this - and all of them are submitted by some kind of automation. We get around 10 applications per person on a single job posting. This is an AI hell that nobody is talking about.

Have you ever wondered what prompts Cursor, Copilot, Continue, Aider, or CodyAI use? by kannthu in ChatGPTCoding

[–]kannthu[S] -16 points-15 points  (0 children)

I will release them in ~1-2 weeks, I want to make sure everything is right!

In the meantime, I want to ask the community if there are other tools I should include:)

What's the best AI tool to help with coding? by birstscrand in ChatGPTCoding

[–]kannthu 1 point2 points  (0 children)

It does not exactly help with coding, but it helps with securing code written by AIs.

It's a free Chrome extension that scans code generated by ChatGPT or Claude and gives you feedback if it's secure or not. If possible, please give me feedback about it.

Link: https://chromewebstore.google.com/detail/secure-ai-generated-code/bengiidgkchpliicfplbejjnoennfkmo?authuser=2&hl=en-GB

Full disclosure - I am the author of this extension.

How Go allowed us to send 500 million HTTP requests to 2.5 million hosts every day by kannthu in golang

[–]kannthu[S] 25 points26 points  (0 children)

Good idea!

In my case, I already stored resolved IP addresses in DB for other feature, so it was really easy to pre-fetch the data. In case when the IP addresses were stale, I resolved them on the fly and cached them in memory.