MCPcopy Create free account

hub / github.com/canarybyte/veridrop / functions

Functions825 in github.com/canarybyte/veridrop

Functiontest_tiers_for_model_128k
()
tests/test_long_context.py:219
Functiontest_tiers_for_model_1m
1M model gets ~(32k, 500k, 950k) — covers all three of the transport / mid-tier / high-end fraud surfaces. Without adaptive tiers we'd be blin
tests/test_long_context.py:193
Functiontest_tiers_for_model_200k
200k model gets ~(32k, 100k, 190k) — same effective coverage as the old hardcoded standard tiers.
tests/test_long_context.py:208
Functiontest_tiers_for_model_dedupes_close_tiers
For ~64k models the proportional tiers (32k, 32k, 60.8k) would have duplicates — the 1.5x spread filter drops them.
tests/test_long_context.py:235
Functiontest_tiers_for_model_tiny_16k
gpt-3.5-turbo class — 32k floor doesn't apply, scales down.
tests/test_long_context.py:226
Functiontest_token_usage_detector_flags_inflated_usage
()
tests/test_active_detectors.py:439
Functiontest_token_usage_detector_passes_plausible_usage
()
tests/test_active_detectors.py:431
Functiontest_token_usage_detector_uses_wider_delta_for_opus_47_tokenizer
()
tests/test_active_detectors.py:449
Functiontest_unbounded_memory_protection
Buckets shouldn't grow without bound when many denied requests come in.
tests/test_ratelimit.py:58
Functiontest_under_limit_always_allowed
()
tests/test_ratelimit.py:19
Functiontest_verdict_thresholds
()
tests/test_scorer.py:60
Functiontest_window_slides_old_hits_expire
After the window passes, old hits should no longer count.
tests/test_ratelimit.py:46
Functiontier_banner
()
src/relay_detector/protocols/anthropic/__init__.py:89
Methodto_dict
(self)
src/relay_detector/protocols/anthropic/comparator.py:50
Methodto_dict
(self)
src/relay_detector/protocols/anthropic/comparator.py:72
Methodto_dict
(self)
src/relay_detector/protocols/openai/protocol_templates.py:147
Functiontoo_large
(**kwargs)
tests/test_anthropic_long_context.py:106
Methodtotal_count
(self)
web/leaderboard.py:94
Functiontruncated_response
(**kwargs)
tests/test_anthropic_long_context.py:87
Functiontruncated_response
(**kwargs)
tests/test_long_context.py:341
Functionverdict_caption
(score: float)
src/relay_detector/protocols/gemini/__init__.py:95
Functionverdict_caption
(score: float)
src/relay_detector/protocols/anthropic/__init__.py:79
Functionverdict_caption
(score: float)
src/relay_detector/protocols/openai/__init__.py:90
Methodverdict_class
CSS class for color coding the score badge.
web/leaderboard.py:155
Functionversion
Print the version and exit.
src/relay_detector/cli.py:47
← previous801–825 of 825, ranked by callers