Obsessively Measure Dependency Quality
Reset express-session session IDs to prevent against fixation attacks
Reset express-session session IDs to prevent against fixation attacks
TypeScript port of kollaR - Eye tracking data analysis library with I-VT, I-DT, I2MC, and Adaptive fixation detection algorithms
A small Javascript library to focus trap a user on your website, to help comply with W3C accessibility guidelines.
Real-time fixation detection on the Web
Bionic reading mode for Lector, providing commands for controlling artificial fixation points, eye movement, guidance, and text progression.
Bell Tuning instrument for multi-agent / MCP workflows. Grades tool-call quality per call and per session, detects silent failures, fixation, response bloat, schema drift, and cascading errors.
Capture jQuery 'events' with DOM event listeners
Enhanced WebEyeTrack with professional-grade features, performance optimizations, and improved developer experience
Roav MEP is a modular JavaScript-based framework for running MEP . The application begins at `src/experiment/index.js`, which manages and calls the various views that control different aspects of the test.
Session management for JavaScript
A library for real-time eye tracking in the browser
MBKTech's reusable authentication system for Node.js applications.
jsPsych visual search circle plugin
Reliable, feature-rich, easy-to-use session middleware for Express, developed based on the OWASP recommendations. Stores sessions in Redis. 100% test coverage.
Browser-based psychology experiment runtime
Speed Read It! - A command line tool to speed read any text
Secure session management with multiple storage backends and authentication integration
Secure session middleware for Express with JWT, drop in replacement for express-session
An artificial method helps to read better and more faster
Powerful, secure, driver-based session management for the ArikaJS framework.
Bionify is a library for bionic reading. It changes html blocs into a bionic reading experience.
Smart Reading is a tool that helps you read faster and easier using cognitive chunking.
Bionic reading in terminal.
Deterministic aggregation and orchestration for the Kira organelle QC stack.
Web scanner built for actual pentests. Fast, modular, Rust.
AutoGaze inference, fixation traces, and crisp mask visualization for Burn
X11 clipboard manager which enforces the user choice
Software To Avoid [Y] Fixating On Completely Unproductive Shit Every Day
Rule based architecture test library
📚 flow state bionic reading in the terminal
CLI of arch_test_core for rule based architecture tests
📚 flow state reading in the terminal
The World's Reference Cookie Audit Software - Complete Security & Compliance Analysis
Animation library implementing 12 Disney principles, visual effects, optical illusions, and science animations
This gem will precompile the SQL statements needed to clear and repopulate your test tables with fixtures when the app boots under spring, so that spec startup just needs to run a small number of multi-row SQL statements to prepare for run. This takes around 1/10th the time as a normal fixture load.
rack-deadline is a simple rack middleware that automatically clears sessions that have been open too long (by default, 1 day). This is designed for use with cookie stores to mitigate the risk of session fixation, since it is impossible to invalidate older sessions with a pure cookie-based approach. It is impossible to enforce a deadline with the standard rack cookie session API. The expire_after setting is not part of the session itself (it's part of the cookie, and not cryptographically signed), and an attacker who has access to a previous cookie can just omit it when making a request. This stores a deadline inside the crytographically signed session, and once the deadline is passed, the session will no longer be valid.