← Scan another repo

github.com/rasbt/LLMs-from-scratch

@ f77106d3c66d

Submitted 8/4/2026, 10:25:54 AM · Status: ok

Risk grade
F
100 / 100
Findings
236
0 critical2 high232 medium2 low0 info0 on CISA KEV0ATT&CK
Showing 236 of 236 findings

Findings

  • 'apt-get' missing '--no-install-recommends'
    'apt-get' install should use '--no-install-recommends' to minimize image size.
    trivysetup/03_optional-docker-environment/.devcontainer/Dockerfile:5
  • Image user should not be 'root'
    Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.
    trivysetup/03_optional-docker-environment/.devcontainer/Dockerfile:0

This report is public.