From 1413776a9af092bce7cf1328d9476796e4f05bad Mon Sep 17 00:00:00 2001 From: Juhyeok0603 Date: Wed, 10 Jun 2026 14:29:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20suppressor=EC=97=90=EC=84=9C=20autoLow?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EA=B1=B0=20=EB=BA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ExtAnalysis/reports.json | 7 + backend/risk_scoring.py | 18 +- backend/web_payload.py | 17 +- embedding/embedding.json | 2048 +++++++++++++++++++------------------- main.py | 2 +- 5 files changed, 1045 insertions(+), 1047 deletions(-) diff --git a/ExtAnalysis/reports.json b/ExtAnalysis/reports.json index cb5df5e6..10891e81 100644 --- a/ExtAnalysis/reports.json +++ b/ExtAnalysis/reports.json @@ -1175,6 +1175,13 @@ "report_directory": "/EXA2026156043442", "time": "2026-06-05 04:34:42", "version": "3.2.2" + }, + { + "id": "EXA2026160091302", + "name": "ResuMatch - Free Offline Keyword Analyzer", + "report_directory": "\\EXA2026160091302", + "time": "2026-06-09 09:13:02", + "version": "1.0.0" } ] } \ No newline at end of file diff --git a/backend/risk_scoring.py b/backend/risk_scoring.py index d2de662a..a5855be0 100644 --- a/backend/risk_scoring.py +++ b/backend/risk_scoring.py @@ -348,26 +348,22 @@ def calculate_weighted_final_risk( if risk_level in {"HIGH", "CRITICAL"}: blockers.append(f"final weighted risk level is {risk_level}") - # decision: only LOW is auto-approved; every non-safe outcome goes to review. - if risk_level == "LOW": - recommended = "approve" - else: - recommended = "review" + # Suppressor only reports scan risk. ExtS3 applies operational approval policy. + recommended = "review" if dynamic["status"] in {"error", "skipped"} and ( static["risk_level"] in {"MEDIUM", "HIGH", "CRITICAL"} or obf["risk_level"] in {"MEDIUM", "HIGH", "CRITICAL"} ): - if recommended == "approve": - recommended = "review" + recommended = "review" - if error_or_skipped >= 2 and recommended == "approve": + if error_or_skipped >= 2: recommended = "review" - if recommended == "review": - decision_reason = "Risk signals or analysis uncertainty require human review before approval." + if risk_level == "LOW": + decision_reason = "No strong dynamic or corroborated static/obfuscation risk indicators were detected; ExtS3 policy determines final approval." else: - decision_reason = "No strong dynamic or corroborated static/obfuscation risk indicators were detected." + decision_reason = "Risk signals or analysis uncertainty require human review before approval." return { "risk_level": risk_level, diff --git a/backend/web_payload.py b/backend/web_payload.py index 41021253..0b84d98c 100644 --- a/backend/web_payload.py +++ b/backend/web_payload.py @@ -309,7 +309,7 @@ def summarize_rag_result(rag_fingerprint_result: dict, rag_rerank_result: dict) def infer_recommended_decision(payload: dict) -> str: overall = _safe_dict(payload.get("overall")) weighted_decision = str(overall.get("recommended_decision", "")).strip().lower() - if weighted_decision in {"approve", "review", "reject"}: + if weighted_decision in {"review", "reject"}: return weighted_decision overall = _safe_dict(payload.get("overall")) @@ -333,7 +333,7 @@ def infer_recommended_decision(payload: dict) -> str: if risk == "UNKNOWN" or error_count >= 2: return "review" - return "approve" + return "review" def _build_review_fields(payload: dict) -> tuple[list[str], list[str], list[str]]: @@ -467,7 +467,7 @@ def build_web_payload( "overall": { "risk_level": overall_level, "risk_score": overall_score, - "recommended_decision": weighted_decision if weighted_decision in {"approve", "review"} else "review", + "recommended_decision": "review", "decision_reason": weighted_reason, "summary": _clip_text( _safe_dict(dynamic_result.get("final_risk") if isinstance(dynamic_result, dict) else {}).get("reason") @@ -504,20 +504,15 @@ def build_web_payload( final_decision = str(decision).strip().lower() if decision else inferred if final_decision == "reject": final_decision = "review" - if final_decision not in {"approve", "review"}: - final_decision = inferred - if final_decision == "reject": + if final_decision != "review": final_decision = "review" payload["overall"]["recommended_decision"] = final_decision if not payload["overall"].get("decision_reason"): - payload["overall"]["decision_reason"] = { - "review": "Some risk indicators or analysis uncertainty require human validation.", - "approve": "No significant risk indicators were detected in the summarized analyses.", - }[final_decision] + payload["overall"]["decision_reason"] = "ExtS3 policy determines final approval from the scan risk result." review_reasons, blockers, actions = _build_review_fields(payload) - payload["review"]["needs_human_review"] = final_decision != "approve" + payload["review"]["needs_human_review"] = True payload["review"]["review_reasons"] = review_reasons payload["review"]["approval_blockers"] = blockers payload["review"]["recommended_actions"] = actions diff --git a/embedding/embedding.json b/embedding/embedding.json index f5d20ae7..3531e0d4 100644 --- a/embedding/embedding.json +++ b/embedding/embedding.json @@ -1,1026 +1,1026 @@ [ - -0.03324944, - -0.0050444356, - -0.022208717, - -0.013840821, - -0.036306843, - -0.0022242917, - 0.026391977, - 0.042421598, - -0.00089923106, - 0.009452817, - -0.031261306, - -0.005864351, - -0.014947828, - -0.006703557, - 0.004853893, - -0.005408846, - 0.013212153, - 0.014529799, - -0.0064452803, - -0.008707598, - -0.025150225, - 0.0016150109, - 0.0034976674, - 0.017276108, - -0.038031578, - 0.028839972, - -0.013005501, - -0.06473733, - -0.02408848, - 0.03854639, - -0.0064084264, - -0.028682206, - 0.029870603, - 0.0059221857, - -0.027606811, - -0.030213438, - -0.012253738, - -0.02734291, - -0.08346272, - 0.0033594868, - -0.03274521, - 0.01222369, - 0.0026372166, - -0.028184094, - 0.0062350375, - -0.03290036, - 0.0021557559, - -0.025799992, - -0.013827796, - -0.059359822, - -0.027723094, - -0.007625635, - 0.005624747, - -0.016466785, - 0.041931044, - 0.03902451, - -0.03521946, - -0.005502113, - -0.051538147, - 0.014607151, - -0.057202943, - -0.010779941, - -0.020906843, - 0.00303758, - 0.0054768804, - 0.025793593, - 0.021582622, - -0.0006367268, - -0.006949201, - -0.032705393, - -0.00420725, - 0.017624665, - -0.022187153, - -0.010142849, - -0.061786655, - 0.03516763, - 0.0035869377, - -0.035675116, - -0.010795566, - 0.023055978, - -0.03176888, - -0.0012049475, - 0.04511863, - 0.00087903417, - -0.009443859, - 0.032468427, - -0.011862333, - 0.03334763, - 0.050263852, - 0.0062432084, - -0.012368068, - -0.028739965, - 0.060837105, - -0.04360381, - -0.035042245, - 0.004143182, - -0.0030015605, - -0.02348868, - 0.046387035, - 0.006537461, - -0.009764383, - 0.016632792, - 0.0075989203, - -0.0059683276, - 0.025636151, - 0.043208137, - 0.018790979, - -0.002043801, - 0.012660172, - -0.012858403, - -0.015034742, - 0.024507359, - 0.036754955, - 0.028024843, - -0.01150434, - -0.045861814, - 0.010035876, - -0.021241153, - -0.026187846, - -0.01570518, - 0.02864863, - 0.05583761, - 0.03970998, - -0.029948315, - 0.037919667, - 0.011180024, - 0.031077484, - 0.023687935, - -0.006760123, - 0.03169908, - 0.020260377, - 0.033927288, - -0.004681003, - 0.0014895055, - -0.0734741, - -0.010337047, - 0.0081940405, - 0.04981689, - 0.04210615, - -0.040272374, - 0.017698646, - 0.022419874, - -0.03152284, - -0.019055769, - 0.023887446, - -0.07555047, - 0.023879698, - 0.049177237, - -0.010008643, - -0.062070493, - 0.03615153, - 0.009455564, - 0.051024348, - 0.05038881, - -0.023731126, - -0.076091565, - 0.00976865, - 0.0027058173, - 0.05945507, - -0.0035481045, - -0.0199888, - 0.014231154, - -0.036088984, - 0.04085355, - 0.034093622, - -0.00878334, - 0.0027799108, - -0.01854704, - -0.043396227, - -0.0087719755, - 0.018955313, - -0.04134611, - -0.0025690554, - 0.021780485, - 0.0038092167, - 0.002197573, - 0.06869432, - 0.026963985, - -0.008388767, - -0.02880179, - -0.055994406, - -0.004211152, - -0.019245846, - -0.02292355, - -0.019101774, - 0.033828583, - -0.02038171, - 0.00042381696, - -0.018327216, - 0.037831917, - 0.006654962, - -0.006109558, - 0.03155425, - 0.017479725, - -0.04884529, - -0.026817704, - 0.032447737, - -0.0017020075, - 0.014290424, - -0.02742174, - 0.022978669, - 0.03185352, - 0.04585362, - -0.021267036, - -0.037501656, - -0.018048106, - -0.0057161846, - -0.032997586, - -0.0017063415, - -0.0036430887, - 0.011584586, - 0.009970135, - -0.0024523325, - -0.0121574, - -0.028583424, - -0.020318493, - 0.00426731, - -0.0063978443, - 0.009322606, - -0.027304916, - 0.002994939, - 0.016257452, - 0.0054080305, - -0.0070847105, - -0.0029157556, - 0.010450153, - 0.025088038, - 0.008163413, - -0.055223655, - 0.022017531, - -0.013243919, - 0.03399588, - 0.022574188, - 0.00093703595, - 0.00882443, - -0.04569273, - 0.014744913, - 0.023944383, - 0.03197983, - -0.013947919, - 0.048221752, - -0.06261975, - 0.038866762, - -0.01505409, - -0.032155372, - -0.00022342797, - 0.003371724, - 0.054939497, - -0.04370387, - -0.026764233, - -0.018814465, - 0.01481644, - -0.042625267, - -0.006439748, - 0.02203547, - 0.0065768245, - 0.010242947, - 0.027784664, - -0.00065410376, - 0.02007811, - -0.010030368, - 0.0128436405, - 0.020202577, - 0.02748119, - 0.028105304, - -0.008017908, - -0.0063449796, - -0.021282565, - 0.004351329, - 0.0008118045, - 0.00896132, - -0.021625688, - 0.04505797, - -0.030714532, - 0.001798626, - 0.02301087, - -0.016400723, - 0.012461684, - 0.084329695, - 0.033947423, - 0.0033886805, - 0.024880258, - 0.040457603, - 0.011869054, - 0.036302757, - 0.019259617, - -0.04323633, - 0.01016828, - -0.018560894, - -0.02603231, - -0.037176747, - 0.036248654, - 0.061488714, - -0.034817405, - 0.027134847, - 0.019916616, - -0.026030567, - -0.17207955, - 0.030294493, - 0.025550704, - 0.019697066, - 0.0120773995, - -0.012691998, - -0.021480735, - -0.020040315, - -0.046375185, - 0.03796013, - -0.06322813, - -0.05399097, - -0.022879183, - -0.0067980997, - 0.04740681, - 0.022155577, - -0.004736322, - -0.0014450552, - -0.029361691, - -0.009039012, - -0.05187258, - 0.004528676, - 0.023304092, - 0.013138474, - -0.009009597, - 0.0021194455, - 0.020138947, - -0.024238044, - -0.00252644, - 0.01949502, - -0.005693967, - -0.0031609635, - 0.00047767212, - 0.018764313, - -0.017518612, - -0.0045243553, - -0.008981155, - -0.0072661415, - 0.008834193, - -0.029114552, - 0.02463106, - 0.07608546, - -0.004110012, - 0.028456254, - 0.02502078, - -0.026397288, - -0.014281513, - -0.030943176, - -0.045873113, - -0.0438763, - -0.036031656, - -0.019698508, - -0.0076750857, - 0.032183427, - -0.07022402, - 0.00677586, - 0.0009350075, - 0.032040097, - 0.034964126, - 0.023399055, - 0.00039395838, - -0.026182398, - 0.02339147, - -0.051522505, - 0.006419993, - -0.01467893, - 0.056414183, - -0.014274381, - 0.011415257, - -0.034448896, - 0.026943136, - -0.041795168, - 0.03407763, - 0.021582616, - -0.0030778935, - 0.0091854185, - -0.039134458, - -0.022431368, - 0.0033517058, - -0.11140594, - 0.016788866, - 0.011444995, - 0.024499895, - -0.00086195493, - -0.036194764, - -0.070865065, - 0.012270462, - -0.031136945, - 0.03481045, - 0.26673514, - 0.0048267795, - -0.020487886, - 0.057633284, - 0.010193855, - -0.020563407, - -0.014300299, - 0.07764238, - -0.014329802, - -0.013388632, - 0.020754205, - 0.034195956, - 0.027580399, - 0.0031598795, - 0.028510934, - 0.019713469, - -0.049448375, - 0.005708092, - 0.0490325, - -0.003206488, - 0.00844976, - -0.02254413, - 0.021620598, - 0.0050802585, - -0.038230564, - -0.036401823, - -0.004372875, - -0.010507128, - 0.0048447074, - 0.0650347, - -0.02155753, - 0.024728747, - 0.03266111, - -0.029489044, - -0.07477838, - 0.018160071, - 0.050032277, - 0.009285432, - -0.023625806, - 0.006457939, - -0.037101757, - -0.011428502, - -0.034958832, - 0.012344001, - -0.016206305, - -0.002524026, - -0.032018565, - -0.021426557, - -0.05146144, - 0.016052939, - 0.025400624, - -0.011394453, - 0.015693132, - -0.036642604, - 0.0068125273, - -0.031102354, - 0.0006415432, - -0.015234702, - 0.0005981847, - 0.024656652, - 0.013792873, - 0.012591731, - -0.047468007, - 0.005383405, - -0.026767764, - 0.0010417238, - 0.01260241, - 0.009144099, - 0.052271474, - 0.03758399, - 0.014113168, - 0.027975073, - 0.0031395108, - 0.019137679, - 0.012002146, - 0.015285317, - 0.0697657, - 0.025773382, - -0.039341886, - -0.007636981, - -0.013763273, - -0.04143567, - -0.008759471, - -0.008617591, - -0.004905359, - -0.0006550477, - -0.0060989074, - 0.06635398, - 0.01786153, - 0.023639463, - 0.0017929941, - 0.005695068, - -0.01750974, - 0.08869328, - -0.02346365, - 0.017725026, - 0.02551195, - -0.024749767, - -0.038333807, - -0.011524219, - -0.03871031, - -0.04890368, - -0.023725832, - 0.006170773, - 0.006687999, - 0.027459502, - -0.0144076375, - 0.026287941, - -0.020721149, - 0.0149823865, - -0.0404207, - 0.014675915, - 0.019121645, - -0.020943886, - -0.016600523, - 0.08309284, - 0.02306875, - 0.0207298, - 0.060951415, - 0.012785473, - -0.044505276, - 0.041076746, - 0.006343953, - 0.05000875, - -0.033053014, - -0.05189499, - -0.016196232, - 0.037317615, - -0.020528756, - 0.048521858, - 0.0059099253, - -0.028122889, - 0.0054981792, - 0.032670267, - 0.04803307, - -0.00087276264, - 0.03507837, - 0.005714917, - 0.0055141556, - 0.028890997, - -0.0016351967, - 0.006987805, - -0.018262777, - 0.029791636, - 0.0046638516, - 0.033249326, - -0.03445243, - -0.01295842, - 0.01441743, - 0.029409211, - 0.016255874, - 0.075089335, - 0.038607463, - -0.011865004, - -0.013541799, - -0.049965438, - -0.030712731, - -0.0015737375, - 0.00763361, - 0.014510599, - -0.010450412, - -0.0054039606, - 0.013869371, - 0.024631467, - -0.031981017, - 0.02500048, - 0.023703776, - 0.03888945, - -0.025448658, - 0.0066534434, - -0.009602537, - -0.050349317, - -0.034438644, - 0.03233763, - -0.02035359, - 0.03757376, - -0.034054853, - -0.045944143, - -0.011253913, - -0.025049351, - 0.018554306, - -0.0058857477, - -0.01725867, - -0.031350374, - 0.029627116, - -0.020733485, - 0.033612225, - -0.0001879455, - 0.001458068, - -0.038463153, - -0.013755852, - 0.12936483, - 0.025318006, - -0.013488891, - 0.0211201, - -0.008994673, - 0.054140277, - -0.014247034, - 0.010100081, - 0.004439559, - 0.019165436, - -0.01293228, - 0.013440812, - -0.01457884, - -0.022894854, - -0.0016506446, - 0.0061472687, - -0.0019743817, - -0.04432136, - -0.027698763, - 0.020786721, - 0.02901247, - -0.036669828, - 0.026799718, - 0.0049706534, - -0.032803133, - 0.026451163, - 0.061354123, - 0.03629118, - -0.035489112, - 0.03024852, - -0.021444995, - -0.026118552, - -0.04047567, - -0.013171445, - 0.0036920856, - 0.027079854, - -0.040054124, - 0.0052097808, - -0.02069143, - -0.010579754, - -0.026185164, - 0.035094798, - -0.05246998, - -0.0048390855, - -0.039560266, - 0.004901103, - 0.031820156, - -0.002581134, - -0.018233713, - 0.04174489, - -0.005909926, - 0.032968145, - 0.03805019, - 0.0241604, - 0.015945574, - -0.065295294, - 0.018397937, - 0.01724435, - 0.006362389, - -0.048789244, - -0.008711931, - 0.0026172544, - -0.07219876, - 0.0053889975, - 0.014360534, - -0.004241924, - -0.0032152962, - -0.05656201, - -0.03285138, - -0.03315872, - 0.06317837, - -0.01305612, - -0.017421898, - -0.027925925, - -0.05318094, - 0.01995136, - -0.044360217, - -0.023339093, - -0.029853659, - -0.0005349371, - 0.011237946, - 0.0023761003, - -9.777695e-05, - 0.017065378, - 0.008594363, - -0.019714532, - -0.0017668798, - 0.047101125, - -0.015230747, - -0.06977736, - -0.01593241, - 0.013606452, - -0.0019426926, - -0.007321555, - -0.006290232, - 0.04356458, - -0.029171923, - -0.018613918, - -0.031129446, - 0.05053018, - 0.014480598, - -0.044001196, - 0.018877143, - -0.01576236, - 0.001698718, - -0.015324685, - 0.077233694, - -0.00790072, - -0.0030271024, - 0.020865494, - 0.0017506607, - -0.01973603, - -0.008550953, - -0.035506316, - 0.025520213, - -0.03349575, - -0.031800956, - 0.029868, - 0.015730975, - -0.023582421, - -0.03308246, - -0.02042539, - 0.009700147, - 0.05318986, - -0.036836386, - 0.019110564, - -0.050924964, - 0.019646002, - 0.02172725, - 0.018214362, - 0.020434529, - -0.009510095, - 0.004531248, - -0.05996597, - 0.060739607, - -0.02196907, - -0.025661202, - -0.030605223, - -0.00063389336, - -0.040063895, - -0.001662116, - 0.0028458296, - -0.03809297, - 0.007532881, - 0.013903948, - 0.032967746, - 0.0011178405, - 0.02572339, - 0.010090046, - 0.025032775, - -0.034541212, - 0.0490119, - -0.007415879, - -0.021755945, - 0.009419693, - 0.012542628, - -0.033163227, - 0.0025159218, - -0.020397192, - 0.035166726, - 0.00480968, - -0.02023163, - -0.036315314, - -0.00095725077, - -0.03425355, - -0.022871329, - 0.004085877, - 0.016833203, - 0.028805165, - -0.0076796613, - 0.034964815, - -0.018549174, - -0.03409035, - 0.0042313896, - -0.025309384, - 0.00086933566, - -0.0067311106, - 0.015848443, - 0.009354085, - -0.0075304187, - -0.0050861966, - -0.010490597, - 0.006780659, - -0.030111965, - 0.03158741, - -0.04444453, - -0.016070886, - 0.032569155, - -0.019903107, - -0.03140162, - -0.060445823, - -0.017239368, - 0.02532584, - -0.016167594, - -0.028979613, - -0.026047565, - 0.007677287, - -0.010623334, - -0.005742986, - -0.024515554, - 0.017910937, - -0.027402997, - 0.03715235, - -0.16124795, - 0.004937735, - -0.0028726917, - 0.053121883, - -0.028584244, - 0.015552479, - 0.005151478, - -0.0028693315, - 7.4971125e-05, - -0.0172123, - 0.004214222, - -0.014687752, - 0.014326957, - -0.01886226, - -0.004525692, - 0.030321203, - -0.012055664, - -0.00053526106, - -0.012307759, - 0.03298414, - -0.011449256, - -0.008144446, - 0.03446861, - -0.026350394, - 0.007076595, - 0.036833167, - -0.026910506, - 0.012592906, - -0.013327422, - 0.0037525764, - 0.029099714, - -0.029344535, - 0.023529947, - 0.020716734, - 0.024934646, - 0.053604923, - 0.031444784, - 0.020586275, - 0.038974516, - -0.0060891346, - -0.015166958, - -0.010662363, - -0.020694856, - -0.035508987, - -0.021125458, - 0.025793135, - 0.001245229, - -0.007885029, - -0.03348208, - 0.01604755, - -0.012663853, - 0.016712101, - -0.07827245, - 0.02121564, - -0.02697736, - 0.0024977273, - -0.010425861, - 0.017344903, - -0.02350563, - 0.023465443, - -0.048638504, - 0.027437428, - -0.016334001, - -0.010520566, - -0.03173934, - 0.039972708, - -0.10125317, - 0.0059645423, - 0.0021333932, - 0.006329766, - -0.040584467, - -0.024449449, - -0.023267766, - 0.0005388384, - 0.023606084, - 0.025171466, - 0.033454485, - -0.004060982, - -0.030102212, - -0.004214083, - 0.009479132, - -0.023248918, - -0.01711765, - 0.041533716, - 0.053464, - -0.018355522, - 0.0010048773, - 0.020233225, - -0.03397556, - -0.025564512, - -0.019184228, - -0.049973786, - 0.017904658, - 0.030558312, - -0.0060713724, - -0.0011789178, - -0.03647051, - 0.004114137, - -0.01747355, - -0.0024815144, - 0.014497628, - -0.023431826, - 0.025701253, - 0.00094681577, - -0.035608713, - 0.027759047, - -0.0048973016, - 0.0028433448, - 0.01714142, - 0.0040114406, - -0.08186222, - 0.001504233, - -0.038464736, - 0.006342804, - -0.055073783, - -0.013568032, - 0.043404534, - 0.005846853, - 0.0010117785, - 0.037113357, - -0.031810734, - -0.018276729, - -0.036663122, - -0.028997479, - 0.025806835, - 0.027248897, - 0.027375758, - 0.044399276, - 0.029030504, - -0.04426898, - 0.017303139, - -0.05697623, - -0.0048485114, - -0.013266216, - 0.032227486, - -0.0015718974, - -0.0041465308, - 0.062229417, - -0.0476542, - -0.0393459, - -0.06611899, - -0.009516534, - -0.014097821, - -0.06326271, - 0.022630574, - 0.0105031645, - 0.017197985, - -0.0029821533, - 0.018753763, - -0.04362471, - -0.02358172, - 0.023925336, - -0.020253649, - 0.035189502, - 0.028137224, - 0.02796643, - -0.05082343, - 0.030518577, - -0.026187275, - 0.049044814, - -0.0014382052, - -0.0071974313, - -0.019514164, - -0.04678933, - 0.0038900028, - 0.04175545, - -0.020044949, - 0.004461038, - -0.041491985, - 0.01472482, - 0.041775912, - 0.04120755, - -0.011634551, - -0.019989306, - 0.04412291, - -0.004687343, - 0.026644224, - 0.006771995, - 0.02421993, - -0.009521988, - 0.03603204, - -0.034742337, - 0.028528385, - 0.02376243, - 0.022733629, - 0.03731325, - 0.005610845, - 0.025229195, - 0.033122566, - -0.011691628, - -0.0012906544, - -0.022317326, - 0.026396208, - -0.019081533, - 0.020932008, - 0.023135103, - 0.008220864, - -0.022540981, - -0.0045254338, - 0.024875924, - -0.027374046, - 0.043750864, - -0.004198584, - -0.003487473, - 0.02688751, - -0.021254478, - -0.0051326077, - -0.028950123, - -0.024273885, - 0.0038261758, - 0.028979441, - 0.00300767, - -0.022982204, - 0.014468483, - -0.030607553, - -0.039471906, - 0.0543203, - -0.029934777, - 0.013926918, - 0.0038656201, - 0.033895873, - 0.027200352, - 0.037890792, - -0.041717835, - -0.056469403, - -0.0342521, - 0.011269026, - -0.0069762636, - -0.015309743, - 0.0070049106, - -0.05005616, - -0.020231502, - 0.009734973, - -0.009714966, - 0.038587984, - 0.0020214266, - -0.04298902, - 0.017955454, - -0.015262794, - -0.0022945707, - 0.06333846, - 0.045666393, - 0.029671278, - -0.0288319 + -0.03813708, + 0.014086685, + -0.020994881, + -0.007861899, + -0.03317935, + -0.0066965846, + 0.03665421, + 0.039547212, + -0.004553285, + -0.0007743026, + -0.004268874, + -0.0068120006, + -0.008278104, + 0.01807048, + 0.027480936, + 0.015248224, + 0.02197333, + 0.004864764, + 0.0125072505, + -0.012957698, + -0.018538412, + -0.001009579, + 0.015333826, + 0.026641492, + -0.03511491, + 0.011881723, + 0.0021257624, + -0.064964004, + -0.01955112, + 0.02753534, + -0.0018787488, + -0.004729741, + 0.036139734, + 0.0086417375, + -0.032194868, + -0.03717408, + -0.008999466, + -0.030619603, + -0.08582637, + -0.011199911, + -0.03122196, + 0.009277462, + 0.02672436, + -0.028390063, + 0.005300126, + -0.04462127, + -0.0031203688, + -0.020015389, + -0.013256454, + -0.04930009, + -0.024698894, + 0.005198002, + 0.007732624, + -0.023886863, + 0.034212105, + 0.028941572, + -0.07491863, + 0.011081703, + -0.06634028, + 0.023358949, + -0.050135672, + -0.001508027, + -0.030414995, + 0.0065539875, + -0.000727946, + 0.03869217, + 0.011529915, + -0.008891293, + -0.008243841, + -0.0141549455, + -0.009281361, + 0.015326767, + -0.019819694, + -0.010099014, + -0.054840952, + 0.030445304, + 0.00060458394, + -0.019405546, + 0.005754893, + 0.0037393698, + -0.027084382, + -0.012209636, + 0.04220764, + 0.016652012, + 0.014230433, + 0.03229565, + -0.016151525, + 0.060674146, + 0.030220356, + 0.004502133, + -0.016523454, + -0.015753882, + 0.048730034, + -0.031607267, + -0.024326898, + 0.0018223651, + -0.01794269, + 0.00978869, + 0.038773343, + -0.018620871, + -0.0065461327, + 0.021076307, + 0.007928401, + -0.016371055, + 0.030158706, + 0.04695491, + 0.011758979, + -0.0030388704, + -0.009009805, + 0.0065968796, + -0.011370977, + 0.027682677, + 0.03213424, + 0.02768716, + 0.0045852703, + -0.052578755, + -0.0017188586, + -0.025475746, + -0.012726052, + -0.009833954, + 0.023862328, + 0.06795421, + 0.05494197, + -0.029726498, + 0.035569567, + 0.008419545, + 0.045004617, + 0.03693492, + -0.0037306647, + 0.021038739, + 0.022899235, + 0.027205575, + -0.01006078, + -0.0018561297, + -0.05893454, + -0.012331513, + 0.01417697, + 0.062392693, + 0.034090206, + -0.03627679, + 0.012179429, + 0.009296979, + -0.033178877, + -0.018037384, + 0.024204675, + -0.086230114, + 0.020790614, + 0.026047232, + -0.0061971913, + -0.02170667, + 0.011203493, + -0.0041798777, + 0.045157604, + 0.03635662, + -0.008960234, + -0.05643513, + 0.010879786, + 0.0026161633, + 0.055910412, + -0.029533662, + -0.01551816, + 0.028831473, + -0.024641978, + 0.035193432, + 0.023872763, + 0.013190691, + 0.018594027, + -0.019465921, + -0.036457945, + -0.001944126, + 0.017315371, + -0.031916637, + -0.010121158, + 0.013759973, + -0.004629445, + 0.0014511464, + 0.090350464, + 0.019216724, + -0.007376396, + -0.051319703, + -0.038978737, + 0.0009338544, + -0.025714193, + -0.031820588, + -0.020464793, + 0.014641592, + -0.02377923, + -0.013489653, + -0.0102351, + 0.03265228, + 0.017376363, + -0.007994931, + 0.026447494, + 0.03029163, + -0.018200282, + -0.013498189, + 0.03239718, + -0.004604313, + 0.028516576, + -0.012516522, + -0.0076749395, + 0.025894467, + 0.028501261, + -0.012370627, + -0.04575709, + -0.030457364, + 0.009012395, + -0.032513723, + -0.014038872, + -0.01253895, + 0.01578708, + 0.01762016, + 0.015135343, + -0.02775074, + -0.032949254, + -0.014467686, + 0.008740862, + 0.002648764, + 0.014850134, + -0.04235939, + -0.0016395742, + 0.024155311, + -0.021741861, + -0.002702844, + -0.019486802, + 0.0041060485, + 0.009500737, + 0.009501341, + -0.049151998, + 0.017578742, + -0.0065193167, + 0.014495664, + 0.0273499, + -0.02173974, + 0.020931495, + -0.040700532, + 0.027592225, + 0.016565297, + 0.040846504, + -0.012741874, + 0.07636187, + -0.06608962, + 0.026164096, + -0.0037843324, + -0.031600535, + -0.022955671, + 0.021142568, + 0.035322275, + -0.055994604, + -0.021740772, + -0.019175814, + 0.018803647, + -0.043561615, + 0.0076886383, + 0.026311971, + 0.020033086, + 0.010295463, + 0.028491858, + 0.02191679, + 0.017715275, + -0.0046534287, + 0.044838004, + -6.483138e-05, + 0.03415478, + 0.027377635, + 0.0054705227, + -0.019943012, + 0.000690145, + 0.01094312, + -0.014809558, + 0.010511797, + -0.02112755, + 0.026821375, + -0.014762576, + 0.009038489, + -0.00024357084, + -0.00815683, + 0.019546332, + 0.079004794, + 0.041712336, + 0.0012025664, + 0.028841857, + 0.023542475, + -0.0040091057, + 0.029801926, + 0.01565453, + -0.043130558, + -0.0031925566, + -0.025238639, + -0.047401473, + -0.031259105, + 0.03218067, + 0.063535325, + -0.026294656, + 0.013682077, + 0.0020726637, + -0.022081349, + -0.1700585, + 0.00814603, + 0.008476202, + 0.05062103, + 0.0059789824, + -0.012505919, + -0.022067063, + -0.033838473, + -0.046455365, + 0.046851795, + -0.08078895, + -0.058496226, + -0.017204009, + -0.004814359, + 0.024974596, + 0.029686667, + -0.016557181, + 0.0020721385, + -0.013892118, + -0.024582233, + -0.0636838, + 0.01601747, + 0.037518866, + 0.0019535164, + -0.030318396, + -0.0088937385, + 0.024139486, + -0.024663627, + -0.004441526, + 0.027082983, + -0.004305753, + -0.0033806444, + -0.007388852, + 0.025009274, + 0.002173825, + -0.001431753, + -0.020162698, + 0.00088122435, + 0.02455932, + -0.031657726, + 0.03039937, + 0.079475306, + -0.0024507914, + 0.036155414, + 0.019608531, + -0.03224426, + -0.012736561, + -0.029395806, + -0.04749597, + -0.050505653, + -0.032473087, + -0.029825442, + -0.0044659073, + 0.028272092, + -0.061572317, + 0.0114326645, + 0.00058711844, + 0.021580387, + 0.014288251, + 0.016086929, + 0.013692395, + -0.046807643, + -0.0024343086, + -0.05700027, + -0.002252055, + -0.010203501, + 0.03428892, + -0.0051132524, + 0.024010679, + -0.023423823, + 0.044838767, + -0.05161895, + 0.04098478, + 0.0046031745, + -0.00977242, + 0.033737026, + -0.039723974, + -0.03770709, + 0.014444753, + -0.10571095, + 0.005108962, + 0.030680163, + 0.013471692, + 0.0028614956, + -0.04371018, + -0.05103215, + 0.02176893, + -0.027801884, + 0.0358786, + 0.25102043, + 0.011339855, + -0.027931523, + 0.064301364, + 0.019790197, + -0.023593554, + -0.037396222, + 0.08903227, + -0.024394035, + -0.026691275, + 0.034998372, + 0.034930695, + 0.016750162, + 0.0136630675, + 0.04511063, + 0.014584094, + -0.049352597, + 0.007402564, + 0.059823375, + 0.004986207, + 0.012019421, + -0.009335678, + -0.0034820952, + 0.0074602156, + -0.060997292, + -0.03715184, + -0.004303549, + -0.007861108, + 0.010600823, + 0.058447123, + -0.00978753, + 0.03695736, + 0.033340625, + 0.005235717, + -0.061508384, + 0.018755646, + 0.037524275, + -0.0072550667, + -0.024412313, + -0.015412906, + -0.024933545, + -0.0116602415, + -0.013084872, + 0.02022308, + -0.03930561, + -0.0047433055, + -0.027636006, + -0.038908683, + -0.0546405, + 0.0030718858, + -0.00192351, + -0.0015686953, + 0.021671928, + -0.025547935, + 0.026617954, + -0.030258413, + -0.013902937, + -0.016266508, + 0.011878613, + 0.02949125, + -0.0026057616, + 0.0017893269, + -0.043263517, + 0.010758996, + -0.023087448, + -0.009606346, + 0.01230848, + 0.0240887, + 0.05922693, + 0.042883974, + 0.024959479, + 0.011193866, + -0.014809121, + -0.004583662, + 0.01744009, + -0.010255649, + 0.07658074, + 0.048845813, + -0.03494399, + -0.00020204496, + -0.018816942, + -0.05332363, + -0.015915437, + 0.004802118, + -0.008586683, + 0.0075832447, + -0.013263985, + 0.06759229, + 0.0099050915, + 0.028425828, + 0.00073382095, + 0.006800384, + 0.0007318675, + 0.07617622, + -0.012390143, + 0.008237763, + 0.031896316, + -0.03892608, + -0.042467475, + -0.0034675961, + -0.043121576, + -0.042776074, + -0.010754815, + 0.02225278, + -0.010263652, + 0.03028045, + -0.0061994814, + 0.033429343, + -0.01311578, + 0.0060090427, + -0.050898675, + 0.014418765, + 0.04059773, + -0.016407821, + -0.0038657929, + 0.06815016, + 0.02663586, + 0.0029896174, + 0.053333204, + 0.0079515455, + -0.02945733, + 0.019869884, + -0.0055318554, + 0.04672321, + -0.032284252, + -0.048813753, + -0.027348107, + 0.027865686, + -0.027033992, + 0.037166283, + 0.018319383, + -0.020127755, + 0.039889656, + 0.019377852, + 0.058627203, + -0.0048999577, + 0.009263423, + 0.00097410375, + -0.01003902, + 0.03640642, + -0.006429883, + 0.0006922341, + -0.0050163823, + 0.017062949, + -0.0025542115, + 0.045690104, + -0.021676565, + 0.01197975, + 9.2148824e-05, + 0.026122313, + 0.008900174, + 0.08158818, + 0.04456057, + -0.014180488, + -0.015411185, + -0.03676792, + -0.038924143, + 0.008909127, + -0.004601226, + 0.008351414, + -0.023303786, + 0.0057612876, + 0.009021701, + 0.035925142, + -0.047744278, + 0.012684375, + 0.03218695, + 0.02127447, + -0.010630899, + -0.008035789, + 0.01266309, + -0.057519846, + -0.018042894, + 0.049816087, + -0.011564468, + 0.042716812, + -0.036516, + -0.04123607, + -0.016354434, + -0.013831707, + -0.008587421, + 0.00035629352, + -0.02380101, + -0.03450943, + 0.029600868, + -0.022272488, + 0.027872736, + 0.0006297384, + -0.0022701116, + -0.037144568, + -0.03395376, + 0.12473487, + 0.027098164, + -0.010423659, + 0.03457571, + -0.023675082, + 0.06775082, + -0.009421094, + 0.009063954, + -0.01655092, + -0.015212905, + -0.0034142502, + 0.016703127, + -0.013355153, + -0.019043038, + 0.02217856, + 0.014512674, + 0.005491532, + -0.029537287, + -0.0429923, + 0.024381785, + 0.008642114, + -0.02749855, + 0.036725745, + 0.019004848, + -0.014689389, + 0.05156118, + 0.04021479, + 0.027686438, + -0.047331616, + 0.021011394, + -0.011478507, + -0.034180913, + -0.028450776, + 0.0019047715, + -0.00095047103, + 0.0252876, + -0.02393379, + -0.0055540698, + -0.005101021, + -0.008028622, + -0.045472648, + 0.024138203, + -0.05270882, + 0.014482561, + -0.0140915485, + 0.010717316, + 0.03961219, + 0.016749218, + -0.008237118, + 0.03482315, + -0.021744132, + 0.036158603, + 0.049983565, + 0.03829358, + 0.028771007, + -0.056451336, + 0.0018025379, + -0.00891944, + 0.023687365, + -0.02472424, + -0.003517726, + -0.005757777, + -0.06383399, + 0.024791505, + 0.0006209829, + -0.007975281, + -0.01618304, + -0.07047088, + -0.04415915, + -0.038564187, + 0.05762287, + -0.022061849, + 0.0053701433, + -0.031231584, + -0.057776555, + 0.031535517, + -0.056675345, + -0.03300513, + -0.03197737, + -0.04125126, + 0.0076763006, + -0.002350531, + -0.00036921154, + 0.024905356, + 0.007332373, + -0.021688906, + -0.017842049, + 0.05215143, + -0.020190306, + -0.078379445, + -0.021115784, + 0.029820472, + -0.028540565, + -0.01413964, + -0.010871286, + 0.039549585, + -0.026317554, + -0.02764113, + -0.044068452, + 0.056173578, + 0.024372255, + -0.033408236, + 0.016653664, + -0.025731938, + 0.00869652, + -0.022084597, + 0.053605713, + 0.0024758102, + 0.003820784, + 0.00939141, + -0.024955725, + -0.007857164, + -0.010991988, + -0.041516777, + 0.028682671, + -0.023743019, + -0.028550996, + 0.018196035, + 0.016427252, + -0.02476416, + -0.018347863, + -0.0041149203, + 0.025625337, + 0.048508864, + -0.02180468, + 0.016638085, + -0.036968045, + 0.025375606, + 0.03139428, + 0.0051527764, + 0.01491903, + -0.001312724, + -0.019795422, + -0.0755648, + 0.03944653, + -0.007631964, + -0.03150588, + -0.02042377, + -0.027115043, + -0.01944033, + -0.005533663, + 0.02233642, + -0.024063017, + 0.013306389, + 0.019185808, + 0.032652825, + 0.023874193, + 0.030673213, + -0.012156358, + 0.008433118, + -0.031514242, + 0.036299028, + -0.004560714, + -0.007135928, + -0.003220719, + 0.0057245796, + -0.028935237, + 0.02416751, + -0.027058903, + 0.027449284, + -0.003183489, + -0.02222845, + -0.04534167, + -0.009872693, + -0.028494703, + -0.005307684, + -0.00084274774, + 0.013529081, + 0.038437027, + 0.0023042574, + 0.05437048, + -0.033228293, + -0.036484655, + -0.011111627, + -0.015903244, + 0.016173648, + 0.019846717, + -0.016811432, + 0.0065622353, + -0.028903153, + 0.002201955, + -0.009561572, + 0.0102083, + -0.012126346, + 0.021128735, + -0.053437814, + -0.04081814, + 0.043978784, + -0.005843051, + -0.034408562, + -0.031027934, + 0.006402547, + -0.0060058697, + -0.009096087, + -0.043939233, + -0.015187717, + -0.0015391079, + -0.0008242992, + 0.0247277, + -0.0207851, + -0.010507344, + -0.02102147, + 0.033684045, + -0.16262247, + 0.0015436215, + 0.01757243, + 0.04061378, + -0.01525484, + 0.020234741, + -0.003799246, + -0.0059490553, + 0.011126631, + 0.008477992, + 0.033478998, + -0.012873234, + -0.0024139343, + -0.012653345, + -0.023125567, + 0.025390603, + -0.02385232, + 0.007986167, + -0.030622188, + 0.019736327, + 0.0032892018, + -0.022620296, + 0.06356598, + -0.024925016, + -0.0045914846, + 0.04187416, + -0.03168535, + 0.018974144, + -0.012146374, + -0.007235451, + 0.016177012, + -0.049393367, + 0.028847663, + 0.029071096, + 0.021811247, + 0.049926586, + 0.019237328, + 0.024031857, + 0.043406583, + -0.000644218, + -0.0040294104, + -0.0025555084, + -0.032846168, + -0.052572627, + -0.007500027, + 0.03058431, + 0.004416965, + -0.012132852, + -0.024710206, + 0.007247892, + 0.014931764, + 0.010991904, + -0.050929617, + 0.03806447, + -0.009421715, + -0.011324311, + -0.030605342, + 0.029341111, + -0.0070198807, + 0.034384947, + -0.037553784, + 0.030616533, + -0.012436798, + -0.013527834, + -0.015550697, + 0.027465956, + -0.085049815, + 0.007479168, + 0.015184751, + 0.006994283, + -0.04020909, + -0.0049344506, + -0.033275988, + -0.009484026, + 0.020308727, + 0.024369435, + 0.04091567, + -0.0017185229, + -0.043170612, + -0.018710267, + -0.00023453959, + -0.027283028, + -0.007914245, + 0.041826397, + 0.046816926, + -0.031811178, + -0.010196789, + 0.0074397856, + -0.055327944, + -0.037502393, + -0.024806995, + -0.04672693, + 0.008771679, + 0.04145383, + -0.01647866, + 0.008230072, + -0.035663527, + -0.0031294203, + -0.024622893, + -0.005391595, + 0.007818192, + -0.011417329, + 0.004665301, + 0.0014133494, + -0.030322492, + -0.0049880575, + 0.019820115, + -0.0035976078, + 0.016766254, + 0.011186623, + -0.10581143, + -0.010933533, + -0.04110315, + 0.01790788, + -0.06171369, + 0.0033592666, + 0.04486582, + 0.004185154, + -0.03638804, + 0.013153443, + -0.017561853, + 0.0110550085, + -0.025092792, + -0.040253546, + 0.03870742, + 0.033346232, + 0.036239944, + 0.03789922, + 0.03991744, + -0.022103515, + 0.0022677605, + -0.058697082, + -0.010189016, + -0.015169459, + 0.03738931, + 0.024874821, + -0.026592866, + 0.043963984, + -0.041376606, + -0.041167405, + -0.06700024, + 0.005905439, + -0.003478188, + -0.05803452, + 0.008955704, + 0.011192089, + 0.0227568, + 0.005709905, + 0.0129553545, + -0.02897767, + -0.012534688, + 0.013863631, + -0.029226417, + 0.029583639, + 0.023231594, + 0.04197441, + -0.022096714, + 0.023722159, + -0.02855646, + 0.0083611775, + -0.0026487792, + -0.0033470944, + -0.013001133, + -0.045187097, + 0.028449314, + 0.017429696, + -0.041708887, + 0.014873498, + -0.040497538, + 0.022086686, + 0.033473432, + 0.04066075, + -0.01938229, + -0.024420967, + 0.05548612, + 0.0005660479, + 0.021913314, + -0.00656203, + 0.021284845, + -0.007734877, + 0.023652034, + -0.038176887, + 0.0132750245, + 0.015950637, + 0.016194707, + 0.023093158, + 0.024721427, + 0.0377813, + 0.039917182, + 0.002783551, + 0.0020217253, + -0.032521866, + 0.011817589, + -0.02102193, + 0.026791023, + 0.013397402, + 0.014051942, + -0.007203191, + -0.033231094, + 0.02530991, + -0.034046143, + 0.018793447, + -0.025681568, + -0.016448349, + 0.019582096, + -0.02324945, + -0.020852566, + -0.0246106, + -0.028425807, + -0.011647215, + 0.029214548, + 0.0068993554, + -0.04189868, + 0.016436517, + -0.027495055, + -0.0069945073, + 0.048850156, + -0.01644229, + 0.022565674, + 0.0006431894, + 0.03499429, + 0.021250391, + 0.035639778, + -0.050971027, + -0.037905574, + -0.024997324, + 0.014007769, + -0.001357717, + -0.002882876, + -0.0074471487, + -0.047707208, + -0.025974546, + 0.012063938, + -0.0010693421, + 0.02355988, + 0.0035916073, + -0.022022579, + 0.019649994, + -0.009084381, + -0.013288617, + 0.038857825, + 0.037099224, + 0.029420018, + -0.01820143 ] \ No newline at end of file diff --git a/main.py b/main.py index 422f3011..2d43c1bf 100644 --- a/main.py +++ b/main.py @@ -154,7 +154,7 @@ def _browser_to_program_type(browser: str) -> str: def _decision_to_nexus_bucket(decision: str) -> str: lowered = str(decision or "").strip().lower() - if lowered in {"approve", "safe"}: + if lowered == "safe": return "safe" if lowered in {"reject", "high", "critical"}: return "review"