32 Articles Published

Technical Insights

Deep dives into ESLint security, JavaScript performance, and modern development practices.

32 results
The 30-Minute Security Audit: A Static Analysis Protocol for Onboarding
FEATURED
#eslint #security #node #devsecops

The 30-Minute Security Audit: A Static Analysis Protocol for Onboarding

A data-driven protocol for assessing a new codebase in under 30 minutes. Use automated static analysis to generate immediate risk heatmaps for CTOs and VPs.

Ofri PeretzOfri Peretz
I Let Claude Write 60 Functions. 65-75% Had Security Vulnerabilities.
11 min
Ofri PeretzOfri Peretz
Feb 6, 2026

I Let Claude Write 60 Functions. 65-75% Had Security Vulnerabilities.

AI coding assistants are incredible—until they introduce security holes. I ran an experiment asking Claude (Sonnet 4.5, Opus 4.5, Haiku 3.5) to generate 60 common Node.js functions with zero security context using my Claude Pro subscription. 65-75% had vulnerabilities. Then I tested if static analysis could help the models fix their own mistakes.

#ai
#security
#eslint
00
0
Exploit Analysis: PostgreSQL COPY FROM Filesystem Access
4 min
Ofri PeretzOfri Peretz
Jan 2, 2026

Exploit Analysis: PostgreSQL COPY FROM Filesystem Access

A deep dive into PostgreSQL filesystem exploits. Learn how to engineer static analysis guards to prevent unauthorized database-level file access.

#eslint
#postgres
#security
00
0
The Performance Protocol: Solving PostgreSQL N+1 Loops via Static Analysis
2 min
Ofri PeretzOfri Peretz
Jan 2, 2026

The Performance Protocol: Solving PostgreSQL N+1 Loops via Static Analysis

Eliminate API performance bottlenecks at the commit level. A case study on detecting and fixing architectural N+1 patterns programmatically.

#eslint
#postgres
#performance
13
0
Exploit Analysis: search_path Hijacking (The Hidden PostgreSQL Attack)
2 min
Ofri PeretzOfri Peretz
Jan 2, 2026

Exploit Analysis: search_path Hijacking (The Hidden PostgreSQL Attack)

Engineering against architectural vulnerabilities. A professional analysis of search_path hijacking and the static analysis standard for prevention.

#eslint
#postgres
#security
00
0
Securing Middleware: The Express.js Static Analysis Standard
3 min
Ofri PeretzOfri Peretz
Jan 2, 2026

Securing Middleware: The Express.js Static Analysis Standard

The professional standard for Express.js platform security. Automate protection for Node.js services through static middleware auditing.

#eslint
#express
#security
00
0
Architectural Security: The NestJS Static Analysis Standard
2 min
Ofri PeretzOfri Peretz
Jan 2, 2026

Architectural Security: The NestJS Static Analysis Standard

The engineering standard for modern NestJS applications. Detect injection points and architectural flaws automatically using static analysis.

#eslint
#nestjs
#security
00
0
Serverless Security: The AWS Lambda Static Analysis Standard
4 min
Ofri PeretzOfri Peretz
Jan 2, 2026

Serverless Security: The AWS Lambda Static Analysis Standard

Engineering safety into the serverless stack. Automated static analysis for AWS Lambda to prevent event injection and IAM misconfigurations.

#eslint
#aws
#lambda
00
0
Frontend Protection: The Browser Static Analysis Standard
2 min
Ofri PeretzOfri Peretz
Jan 2, 2026

Frontend Protection: The Browser Static Analysis Standard

Protect the frontend host. Use automated static analysis to detect localStorage leaks and XSS sinks in professional JS architectures.

#eslint
#javascript
#security
00
0
Zero-Trust Auth: The JWT Static Analysis Standard
3 min
Ofri PeretzOfri Peretz
Jan 2, 2026

Zero-Trust Auth: The JWT Static Analysis Standard

Automated enforcement for bulletproof authentication. Use static analysis to detect algorithm confusion and weak secrets programmatically.

#eslint
#jwt
#security
00
0
Built with Nuxt UI • © 2026 Ofri Peretz