fs_read
Filesystem read access
Filesystem read access
Line 455Snippets
| File read/write | `open()`, `fs.readFile()`, `File.ReadAllText()` || Directory listing | `os.listdir()`, `fs.readdir()`, `glob()` |network_call
Outbound network call
Outbound network call
Line 62Snippets
| API endpoint | `curl -w "%{time_total}" -o /dev/null -s {endpoint}` || Data flow | Data read multiple times? Over-fetching? Unnecessary transforms? |- Over-fetching: `SELECT *` when few columns needed| HTTP client calls | `requests.get/post()`, `httpx.get()`, `fetch()`, `axios.*`, `HttpClient.*` || HTTP client calls | `requests.get/post()`, `httpx.get()`, `fetch()`, `axios.*`, `HttpClient.*` |Trust Score
Mis a jour il y a 6 jours
Analyse le
31 mars 2026, 15:57
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 6 jours
Analyse le 31 mars 2026, 15:57
Description
"Profiles runtime performance with CPU, memory, and I/O metrics. Use when measuring bottlenecks before optimization."
Scans recents
31 mars 2026, 15:57
Latest analysis
31 mars 2026, 15:12
Run 2
27 mars 2026, 15:49
Run 1