erayaha/Erayaha Anti Dark Pattern Linter

Scan front-end code for dark pattern signals and fail CI before deceptive UX ships.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to scan for front-end files.no.
formatOutput format to emit (text, json, or github). GitHub annotations are recommended in CI.nogithub
rulesOptional comma-separated list of rule IDs to run.no
modelOptional model adapter. Omit this input to use the default deterministic heuristic engine, or set it to github to enable GitHub Models.no
github_modelOptional GitHub Models model ID override, for example openai/gpt-5-mini. Requires model=github.no
namedescription
exit_codeExit code from the scan. 0 means no findings, 1 means findings were detected, and 2 means invalid usage or scan failure.