israeli-appsec-scanner

Installation
SKILL.md

Israeli AppSec Scanner

Security scanning and compliance guidance tailored for Israeli web applications. This skill covers the full spectrum of application security, from OWASP Top 10 verification to Israeli Privacy Protection Authority (PPA) compliance, with special attention to Hebrew/RTL-specific attack vectors.

OWASP Top 10 Checklist (Israeli Context)

Work through each category systematically. For each finding, note the severity (Critical/High/Medium/Low) and provide a remediation recommendation.

A01: Broken Access Control

  • Verify all API endpoints enforce authentication (check Next.js middleware, NestJS guards)
  • Confirm role-based access control covers admin, user, and anonymous roles
  • Test that Hebrew URL paths cannot bypass route-based authorization
  • Check for Insecure Direct Object References (IDOR) on user-facing resources
  • Verify CORS configuration restricts origins to expected Israeli domains
  • Ensure JWT tokens are validated server-side, not just client-side
  • Test directory traversal with Hebrew-encoded path segments (%D7%90 etc.)

A02: Cryptographic Failures

Related skills

More from skills-il/security-compliance

Installs
2
GitHub Stars
5
First Seen
Mar 18, 2026