Add SafeSkill security badge (84/100 — Passes with Notes)#1
Open
OyaAIProd wants to merge 1 commit into
Open
Conversation
hanlulong
added a commit
that referenced
this pull request
Jul 11, 2026
ExchangeRate keyed endpoint, retrieval-layer concurrency - IMF SDMX multi-country batches accumulate first-success-per-country (a 3-country comparison returned after country #1, silently dropping the rest); CSV series group by the DSD structure's real dimension ids so attribute columns (STATUS) can't fragment a series; DataMapper source links use the code's actual dataset anchor, not @weo. - CoinGecko: the free-tier 365-day history clamp is disclosed via a metadata note on both paths, and frequency is derived from the ACTUAL point spacing (8-90 day hourly windows were labeled "daily"). - ExchangeRate: the keyed v6 endpoint returns conversion_rates, not rates — setting an API key would have hard-broken every spot query. - Indicator retrieval: FTS query builder strips ALL non-word characters (an enumerated escape list let '"2025,"*' through — an FTS5 syntax error that killed the whole lexical arm for any punctuated query, seen in prod); sqlite connections are per-thread (the shared connection corrupted in-flight cursors under concurrent searches, ~40/day InterfaceError in prod, silently degrading retrieval). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
hanlulong
added a commit
that referenced
this pull request
Jul 11, 2026
final = normalize(0.75*name_vec + 0.25*syn_vec) for the ~11K rows with meaningful synonyms; all other rows byte-identical to the name-only index. This achieves what the rolled-back text-concatenation rebuild could not: A/B strictly-improved-or-equal on all ten probes — UNRATE back to #1 for "unemployment rate", GDPC1 ENTERED the "US GDP" top-6, M2 entered "M2 money supply", StatsCan's monthly LFS cube rose to #1 — with zero flagship crowding (name-dominant weighting preserves series identity; the synonym component only nudges). Adopted via service restart after A/B review. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Top Findings
docs/archive/COMPLEX_QUERY_TEST_SUITE_README.md:352)packages/frontend/vite.config.ts:16)packages/frontend/vite.config.ts:17)docs/analysis/INDICATOR_RESOLUTION_ANALYSIS.md:472)docs/archive/fixes-nov23/COMTRADE_FIX_SUMMARY.md:51)View full report on SafeSkill
This PR was automatically generated by SafeSkill — the security scanner for AI tools and MCP servers.