scanned 1d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓
Polars
Polars is a high-performance DataFrame library written in Rust with Python, R, and Node.js bindings. It uses a columnar memory layout (Apache Arrow), a lazy execution engine, and aggressive parallelism to outperform Pandas by 5–100x on many operations.
Key Features
Lazy API: Build a query plan and let Polars optimize + execute it — ideal for large datasets
Multi-threaded: Automatically parallelizes operations across all CPU cores
Streaming mode: Process datasets larger than RAM in fixed-memory chunks
Expressive expressions: A composable, chainable expression syntax with no index ambiguity
Arrow-native: Zero-copy interop with PyArrow, DuckDB, pandas, and Hugging Face datasets
! Security: Review · 8888/100 · grade Bscanned 1d ago
✓ no compromise signals12 risk-surface · 6/20 OWASP controls flagged
Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.
What this capability can do · med confidence (static)
Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).
OWASP Top 10 for LLM Applications
⚠LLM03Supply Chainhigh
Vulnerable/compromised dependencies, models or archives in the artifact.