Secure Code Extension Excessive Resource Consumption

During the process, my computer suddenly froze and stopped performing the AI ​​operation. I realized that the Secure Code we were checking had entered an infinite loop.

I’m not saying your incorrect, but I don’t think that menu is showing anything related to consuming your resources. I believe you are looking at the app history page, where it shows recently used applications. I don’t speak or read your language though so I could be wrong. Your performance tab is the second one from the top.

You’re right, I apologize. I checked the performance tab and there was an overload issue. When I went into the application details, I came across “semgrep,” and the screen actually shows the process tree.


( It allows new members to upload 1 image; I combined 3 images. )

I think I understand the problem. Even if it doesn’t perform a deep scan, the model starts scanning again after consecutive file updates or compilation processes.

We cannot adjust threads or scan scope (e.g., node_modules/, next/). This leads to unnecessary resource consumption.

Critical Memory Management Issue: The browser does not release allocated memory after completing its analysis; this leads to continuous and unnecessary RAM and CPU consumption until “antigravity” is turned off. It could be a cache or memory leak, but putting the system under strain severely negatively impacts model performance and hardware.

!!GitHub - semgrep/semgrep: Lightweight static analysis for many languages. Find bug variants with patterns that look like source code. · GitHub secure code I think, actually this.