Location
United States
Job Type
full-time
Work Format
🌍 Remote Worldwide
Salary
$180K – $262.5K • Offers Equity
Posted
August 8, 2026

Job Description

Shape the future of trust in the age of AI
At Oscilar, we're building the most advanced AI Risk Decisioning™ Platform. Banks, fintechs, and digitally native organizations rely on us to manage their fraud, credit, and compliance risk with the power of AI. If you're passionate about solving complex problems and making the internet safer for everyone, this is your place.

Why join us:

  • Mission-driven teams: Work alongside industry veterans from Meta, Uber, Citi, and Confluent, all united by a shared goal to make the digital world safer.

  • Ownership and impact: We believe in extreme ownership. You'll be empowered to take responsibility, move fast, and make decisions that drive our mission forward.

  • Innovate at the cutting edge: Your work will shape how modern finance detects fraud and manages risk.

Job Description

We are seeking a highly skilled Staff JavaScript Developer to design, build, and optimize our Web SDK. This SDK will be at the core of our solutions for device fingerprinting, identity verification, and behavior analytics, enabling our customers to stay ahead in the ever-evolving fraud prevention landscape. This is not a UI or App development role, this is building SDKs for detecting fraud by analyzing device and behavioral properties. This requires deep understanding of the platform internals.

As a Staff Developer, you will lead the design, development, and performance optimization of our Web SDK, leveraging your deep expertise in JavaScript, TypeScript, and modern web technologies. You will collaborate across teams to deliver a secure, scalable, and developer-friendly SDK.

Responsibilities

  • Lead the development and maintenance of a high-performance Web SDK for collecting and analyzing browser and device-related data.

  • Design and implement algorithms to create unique device fingerprints and capture behavior-based insights (e.g., gestures, keyboard, and mouse interactions).

  • Build and maintain a robust CI/CD pipeline with automated cross-browser testing and release cycles.

  • Continuously optimize SDK performance to minimize resource usage and ensure a seamless user experience.

  • Stay updated on emerging web technologies, security practices, and industry trends to enhance SDK capabilities.

  • Develop clean, maintainable, and well-documented code aligned with the best coding practices.

  • Conduct thorough code reviews and mentor junior engineers on best practices.

  • Collaborate with cross-functional teams—including product managers, designers, and QA engineers—to meet high-quality standards and customer requirements.

  • Ensure data privacy and security principles are embedded in the SDK’s design and implementation.

  • Drive innovation in browser-based solutions for risk, fraud detection, and device analytics.

Technical Skills

  • Proficiency: JavaScript (ES6+), TypeScript, REST APIs, Git, and version control tools.

  • Web SDK Expertise: Extensive experience designing and maintaining Web SDKs or libraries with a focus on data collection, tracking, or analytics.

  • Browser APIs: Deep understanding of browser environments, APIs, and efficient handling of browser-related data.

  • Security Principles: Strong knowledge of data privacy, encryption, hashing, and obfuscation techniques.

  • Cross-browser Compatibility: Experience in building solutions that work seamlessly across various browsers and devices.

  • Server-side Familiarity: Understanding of server-side technologies and RESTful APIs for data retrieval and storage.

  • Build Tools: Proficiency in modern build tools and frameworks like Webpack, Babel, or Rollup.

Soft Skills

  • Excellent problem-solving abilities, with attention to detail and a focus on delivering high-quality solutions.

  • Strong communication and collaboration skills to work effectively in cross-functional teams.

  • Ability to mentor and provide constructive feedback to junior developers.

Education & Experience

  • Bachelor’s degree in computer science, Software Engineering, or a related field (or equivalent experience).

  • 8+ years of experience in web development, with at least 3 years focused on building and maintaining SDKs.

  • Proven track record of contributing to open-source projects or showcasing relevant work on platforms like GitHub.

Preferred Qualifications

  • Experience with AI-driven analytics, risk systems, or fraud prevention technologies.

  • Familiarity with JavaScript SDKs, gestures, and interaction data processing.

  • Prior experience in a high-scale, distributed environment.

Benefits

  • Compensation: Competitive salary and equity packages, including a 401k

  • Flexibility: Remote-first culture — work from anywhere

  • Health: 100% Employer covered comprehensive health, dental, and vision insurance with a top tier plan for you and your dependents (US)

  • Balance: Unlimited PTO policy

  • Technical: AI First company; both Co-Founders are engineers at heart; and over 50% of the company is Engineering and Product

  • Culture: Family-Friendly environment; Regular team events and offsites

  • Development: Unparalleled learning and professional development opportunities

  • Impact: Making the internet safer by protecting online transactions

If you are passionate about creating impactful web SDKs and enjoy solving complex challenges in risk and fraud prevention, we’d love to hear from you.

 

🎯 Who is this job for?

This role is suitable for a Senior to Staff-level JavaScript Developer with 8+ years of web development experience, including at least 3 years building and maintaining Web SDKs or analytics libraries. Required skills include advanced JavaScript and TypeScript, browser APIs, cross-browser compatibility, REST APIs, modern build tools, CI/CD, performance optimization, and security practices such as encryption, hashing, obfuscation, and data privacy. The candidate should be experienced in designing SDKs for device fingerprinting, behavioral analytics, data collection, and fraud detection, while also leading architecture, reviewing code, mentoring engineers, and collaborating across teams.

💬 Potential Interview Questions

How would you design a browser-based Web SDK for collecting device and behavioral signals while minimizing its impact on page performance?

I would use a modular, lazy-loaded architecture with asynchronous collection, batching, and prioritized signal gathering. I would minimize main-thread work, avoid blocking rendering, and measure CPU, memory, network, and latency budgets with real-user and synthetic benchmarks.

What techniques would you use to generate a reliable device fingerprint across browsers while accounting for privacy limitations?

I would combine stable, permission-respecting signals such as browser capabilities, screen characteristics, platform metadata, and rendering behavior, then normalize and hash them server-side. The design should tolerate missing or changing signals, avoid invasive techniques, and clearly define retention and consent requirements.

How would you capture mouse, keyboard, and touch behavior without compromising security or user privacy?

I would collect derived behavioral features such as timing, velocity, pauses, and gesture patterns rather than raw sensitive content, especially for keyboard input. Data collection would be opt-in where required, minimized, encrypted in transit, and protected against accidental capture of passwords or personally identifiable information.

How would you make a JavaScript SDK compatible with different browsers, versions, and device types?

I would rely on capability detection rather than user-agent checks, provide graceful fallbacks, and isolate browser-specific implementations behind stable interfaces. A browser and device compatibility matrix, automated cross-browser testing, and real-world telemetry would help identify regressions.

What would your TypeScript API design look like for a developer-friendly Web SDK?

I would expose a small, stable, strongly typed public API with explicit initialization, configuration, lifecycle, and error-handling methods. Internals would remain private, defaults would be safe, and versioning, documentation, and backward-compatibility guarantees would be treated as part of the product.

How would you secure data collected by the SDK and prevent tampering or abuse?

I would use TLS, strict input validation, authenticated requests, replay protection, and server-side verification rather than trusting client-generated signals. Sensitive identifiers should be minimized, hashed or tokenized where appropriate, and any obfuscation should be understood as a deterrent rather than a security boundary.

How would you structure the SDK build and release pipeline using tools such as Rollup, Webpack, or Babel?

I would produce optimized, tree-shakeable bundles for supported environments, with separate development and production builds and carefully controlled polyfills. CI would run type checks, linting, unit tests, bundle-size checks, security scans, cross-browser tests, and automated versioned releases.

How would you diagnose and reduce SDK memory usage, CPU consumption, and network overhead?

I would profile with browser performance and memory tools, inspect event listeners, timers, allocations, and serialization costs, and establish regression budgets. Improvements could include throttling and debouncing events, sampling signals, batching payloads, compressing data, and releasing resources when collection ends.

How would you design the SDK’s communication with REST APIs in unreliable network conditions?

I would use versioned endpoints, compact validated payloads, timeouts, bounded retries with backoff, request identifiers, and idempotent server operations. The SDK should fail gracefully, avoid blocking the customer application, and provide observable error categories without exposing sensitive data.

How would you test a fraud-detection Web SDK and ensure changes do not reduce signal quality?

I would combine unit, integration, contract, cross-browser, device, performance, and security tests with controlled datasets and replayable interaction scenarios. Signal-quality metrics, false-positive and false-negative analysis, canary releases, and production telemetry would validate behavior without relying only on code coverage.

📋 Job Summary

Oscilar is an AI Risk Decisioning™ company helping banks, fintechs, and digital businesses prevent fraud, manage credit risk, and strengthen compliance. As a Sr./Staff JavaScript Developer, you’ll lead the design and optimization of a high-performance Web SDK for device fingerprinting, identity verification, and behavioral analytics, including cross-browser testing, security, CI/CD, and mentoring. Work remotely with a modern stack featuring JavaScript, TypeScript, browser APIs, REST, Git, Webpack, Babel, and Rollup. The role offers $180K–$262.5K plus equity, unlimited PTO, comprehensive employer-paid health coverage in the US, and the opportunity to make the internet safer through high-impact, cutting-edge technology.

Required Skills

JavaScript TypeScript APIs Git Webpack Babel Rollup

Never miss a JavaScript opportunity

Subscribe to get similar jobs and weekly insights delivered to your inbox

Hiring JavaScript developers?

Post your job to 7,600+ registered developers. Starting free.

See Pricing

Related jobs

Poland, Spain, Serbia, Portugal, Cyprus

AI-Native Fullstack Engineer (Go + React)

COLIBRIX ONE

Full-time
London Metropolitain Area

Frontend Web Developer

Air Apps

Full-time
Europe

Senior Frontend Engineer

Coinspaid Solutions

Full-time

Is this your listing? Claim or request removal