@clear-capabilities/agentic-security-scanner 0.76.1 → 0.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/.agentic-security/findings.json +320 -9
- package/bin/.agentic-security/last-scan.json +320 -9
- package/bin/.agentic-security/last-scan.json.sig +1 -1
- package/bin/.agentic-security/scan-history.json +17 -377
- package/bin/.agentic-security/streak.json +11 -16
- package/bin/agentic-security.js +33 -2
- package/dist/178.index.js +1 -1
- package/dist/384.index.js +1 -1
- package/dist/637.index.js +1 -1
- package/dist/718.index.js +106 -0
- package/dist/824.index.js +126 -0
- package/dist/838.index.js +1 -1
- package/dist/agentic-security.mjs +32 -32
- package/dist/agentic-security.mjs.sha256 +1 -1
- package/package.json +7 -7
- package/src/.agentic-security/findings.json +5731 -3933
- package/src/.agentic-security/last-scan.json +5731 -3933
- package/src/.agentic-security/last-scan.json.sig +1 -1
- package/src/.agentic-security/scan-history.json +2533 -887
- package/src/.agentic-security/streak.json +11 -16
- package/src/dataflow/.agentic-security/findings.json +52 -24
- package/src/dataflow/.agentic-security/last-scan.json +52 -24
- package/src/dataflow/.agentic-security/last-scan.json.sig +1 -1
- package/src/dataflow/.agentic-security/scan-history.json +101 -134
- package/src/dataflow/.agentic-security/streak.json +8 -10
- package/src/dataflow/async-sequencing.js +16 -7
- package/src/dataflow/builtin-summaries.js +131 -0
- package/src/dataflow/catalog.js +107 -0
- package/src/dataflow/cross-repo.js +75 -1
- package/src/dataflow/engine.js +129 -0
- package/src/dataflow/implicit-flow.js +24 -6
- package/src/dataflow/stub-aware-filter.js +69 -11
- package/src/dataflow/summaries.js +28 -3
- package/src/engine-parallel.js +70 -0
- package/src/engine.js +165 -15
- package/src/ir/.agentic-security/findings.json +757 -16
- package/src/ir/.agentic-security/last-scan.json +757 -16
- package/src/ir/.agentic-security/last-scan.json.sig +1 -1
- package/src/ir/.agentic-security/scan-history.json +545 -138
- package/src/ir/.agentic-security/streak.json +11 -13
- package/src/ir/index.js +22 -1
- package/src/ir/parser-go.js +403 -0
- package/src/ir/parser-js.js +2 -0
- package/src/ir/parser-php.js +330 -0
- package/src/ir/parser-py.helper.py +137 -11
- package/src/ir/parser-rb.js +309 -0
- package/src/posture/.agentic-security/findings.json +407 -84
- package/src/posture/.agentic-security/last-scan.json +407 -84
- package/src/posture/.agentic-security/last-scan.json.sig +1 -1
- package/src/posture/.agentic-security/scan-history.json +16 -4923
- package/src/posture/.agentic-security/streak.json +10 -14
- package/src/posture/calibration.js +14 -0
- package/src/posture/triage.js +13 -0
- package/src/report/.agentic-security/findings.json +6 -5
- package/src/report/.agentic-security/last-scan.json +6 -5
- package/src/report/.agentic-security/last-scan.json.sig +1 -1
- package/src/report/.agentic-security/scan-history.json +3 -300
- package/src/report/.agentic-security/streak.json +7 -8
- package/src/report/index.js +23 -2
- package/src/sast/.agentic-security/findings.json +195 -56
- package/src/sast/.agentic-security/last-scan.json +195 -56
- package/src/sast/.agentic-security/last-scan.json.sig +1 -1
- package/src/sast/.agentic-security/scan-history.json +14 -394
- package/src/sast/.agentic-security/streak.json +10 -13
- package/src/sast/cache-poisoning.js +77 -0
- package/src/sast/comparison-safety.js +73 -0
- package/src/sast/db-taint.js +54 -0
- package/src/sast/graphql.js +127 -0
- package/src/sast/llm-stored-prompt.js +57 -0
- package/src/sast/mutation-xss.js +43 -0
- package/src/sast/nosql-injection.js +5 -0
- package/src/sast/null-byte-injection.js +76 -0
- package/src/sast/redos-nfa.js +338 -0
- package/src/sast/sensitive-data-logging.js +73 -0
- package/src/sast/weak-password-hash.js +77 -0
- package/src/sast/weak-randomness.js +100 -0
- package/src/sca/.agentic-security/findings.json +502 -11
- package/src/sca/.agentic-security/last-scan.json +502 -11
- package/src/sca/.agentic-security/last-scan.json.sig +1 -1
- package/src/sca/.agentic-security/scan-history.json +19 -1
- package/src/sca/.agentic-security/streak.json +6 -6
- package/src/sca/llm-function-extract.js +107 -0
- package/src/sca/vendor-detect.js +91 -0
- package/dist/218.index.js +0 -793
- package/dist/601.index.js +0 -1038
- package/dist/634.index.js +0 -1892
- package/src/integrations/.agentic-security/findings.json +0 -1504
- package/src/integrations/.agentic-security/last-scan.json +0 -1504
- package/src/integrations/.agentic-security/scan-history.json +0 -40
- package/src/integrations/.agentic-security/streak.json +0 -21
- package/src/llm-validator/.agentic-security/findings.json +0 -1891
- package/src/llm-validator/.agentic-security/last-scan.json +0 -1891
- package/src/llm-validator/.agentic-security/last-scan.json.sig +0 -1
- package/src/llm-validator/.agentic-security/scan-history.json +0 -168
- package/src/llm-validator/.agentic-security/streak.json +0 -20
- package/src/lsp/.agentic-security/findings.json +0 -28
- package/src/lsp/.agentic-security/last-scan.json +0 -28
- package/src/lsp/.agentic-security/scan-history.json +0 -79
- package/src/lsp/.agentic-security/streak.json +0 -22
- package/src/mcp/.agentic-security/findings.json +0 -8403
- package/src/mcp/.agentic-security/last-scan.json +0 -8403
- package/src/mcp/.agentic-security/last-scan.json.sig +0 -1
- package/src/mcp/.agentic-security/scan-history.json +0 -1182
- package/src/mcp/.agentic-security/streak.json +0 -22
- package/src/sast/bench-shape/.agentic-security/findings.json +0 -28
- package/src/sast/bench-shape/.agentic-security/last-scan.json +0 -28
- package/src/sast/bench-shape/.agentic-security/scan-history.json +0 -24
- package/src/sast/bench-shape/.agentic-security/streak.json +0 -22
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"scanId": "
|
|
3
|
-
"startedAt": "2026-05-
|
|
4
|
-
"durationMs":
|
|
2
|
+
"scanId": "0c2c7713-e7de-4bc9-ab48-f6473ad81d9f",
|
|
3
|
+
"startedAt": "2026-05-27T11:23:10.965Z",
|
|
4
|
+
"durationMs": 278,
|
|
5
5
|
"scanned": {
|
|
6
6
|
"files": 7,
|
|
7
7
|
"lines": 0
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
"attackPlaybook": null
|
|
760
760
|
},
|
|
761
761
|
{
|
|
762
|
-
"id": "toctou-fs:agentic-security.js:
|
|
762
|
+
"id": "toctou-fs:agentic-security.js:362",
|
|
763
763
|
"kind": "sast",
|
|
764
764
|
"severity": "medium",
|
|
765
765
|
"vuln": "TOCTOU: file existence/permission check before open",
|
|
@@ -767,7 +767,229 @@
|
|
|
767
767
|
"owaspLlm": null,
|
|
768
768
|
"stride": "Tampering",
|
|
769
769
|
"file": "agentic-security.js",
|
|
770
|
-
"line":
|
|
770
|
+
"line": 362,
|
|
771
|
+
"snippet": "if (args.flags['since-baseline'] && fs.existsSync(baselinePath)) {",
|
|
772
|
+
"fix": null,
|
|
773
|
+
"reachable": false,
|
|
774
|
+
"triage": 22,
|
|
775
|
+
"dataClasses": [],
|
|
776
|
+
"chain": null,
|
|
777
|
+
"confidence": 0.7,
|
|
778
|
+
"toxicity": 8,
|
|
779
|
+
"toxicityFactors": [],
|
|
780
|
+
"toxicityLabel": "Low",
|
|
781
|
+
"sources": null,
|
|
782
|
+
"epssScore": null,
|
|
783
|
+
"epssPercentile": null,
|
|
784
|
+
"epssCve": null,
|
|
785
|
+
"exploitedNow": false,
|
|
786
|
+
"tags": null,
|
|
787
|
+
"blastRadius": {
|
|
788
|
+
"scope": "all-users",
|
|
789
|
+
"dataAtRisk": [
|
|
790
|
+
"config"
|
|
791
|
+
],
|
|
792
|
+
"userCount": 50,
|
|
793
|
+
"industry": "generic",
|
|
794
|
+
"jurisdictions": [],
|
|
795
|
+
"controlsApplied": [],
|
|
796
|
+
"dollarBest": 23250,
|
|
797
|
+
"dollarLikely": 136250,
|
|
798
|
+
"dollarWorst": 775000,
|
|
799
|
+
"dollarLow": 23250,
|
|
800
|
+
"dollarHigh": 775000,
|
|
801
|
+
"components": {
|
|
802
|
+
"incidentResponse": {
|
|
803
|
+
"low": 8000,
|
|
804
|
+
"likely": 50000,
|
|
805
|
+
"high": 250000
|
|
806
|
+
},
|
|
807
|
+
"legal": {
|
|
808
|
+
"low": 10000,
|
|
809
|
+
"likely": 75000,
|
|
810
|
+
"high": 500000
|
|
811
|
+
},
|
|
812
|
+
"crisisPR": {
|
|
813
|
+
"low": 0,
|
|
814
|
+
"likely": 0,
|
|
815
|
+
"high": 0
|
|
816
|
+
},
|
|
817
|
+
"notification": {
|
|
818
|
+
"low": 5000,
|
|
819
|
+
"likely": 10000,
|
|
820
|
+
"high": 15000
|
|
821
|
+
},
|
|
822
|
+
"creditMonitoring": {
|
|
823
|
+
"low": 0,
|
|
824
|
+
"likely": 0,
|
|
825
|
+
"high": 0
|
|
826
|
+
},
|
|
827
|
+
"regulatoryFines": {
|
|
828
|
+
"low": 0,
|
|
829
|
+
"likely": 0,
|
|
830
|
+
"high": 0
|
|
831
|
+
},
|
|
832
|
+
"directDamage": {
|
|
833
|
+
"low": 250,
|
|
834
|
+
"likely": 1250,
|
|
835
|
+
"high": 10000
|
|
836
|
+
},
|
|
837
|
+
"classAction": {
|
|
838
|
+
"low": 0,
|
|
839
|
+
"likely": 0,
|
|
840
|
+
"high": 0
|
|
841
|
+
},
|
|
842
|
+
"lostBusiness": {
|
|
843
|
+
"low": 0,
|
|
844
|
+
"likely": 0,
|
|
845
|
+
"high": 0
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"dominantDriver": "legal counsel",
|
|
849
|
+
"comparable": "Generic finding — likely cost driven by user count + jurisdiction stack",
|
|
850
|
+
"confidence": "low",
|
|
851
|
+
"narrative": "TOCTOU: file existence/permission check before open on `agentic-security.js:362` could expose configuration / internal data. Context: general SaaS / no specific regulatory exposure. Estimated cost: best $23k · likely $136k · worst $775k. Dominant driver: legal counsel. Comparable: Generic finding — likely cost driven by user count + jurisdiction stack."
|
|
852
|
+
},
|
|
853
|
+
"stableId": "ba3080b44d262d10",
|
|
854
|
+
"confidenceTier": "medium",
|
|
855
|
+
"exploitability": 0.2,
|
|
856
|
+
"exploitabilityTier": "low",
|
|
857
|
+
"exploitabilityFactors": [
|
|
858
|
+
"sev:medium",
|
|
859
|
+
"unreachable"
|
|
860
|
+
],
|
|
861
|
+
"clusterSize": null,
|
|
862
|
+
"unreachable": false,
|
|
863
|
+
"validator_verdict": "unvalidated",
|
|
864
|
+
"llm_confidence": null,
|
|
865
|
+
"unvalidated": true,
|
|
866
|
+
"cross_language": false,
|
|
867
|
+
"family": "toctou-file-existence-permission-check-b",
|
|
868
|
+
"parser": "TOCTOU",
|
|
869
|
+
"_unsigned": false,
|
|
870
|
+
"_passThroughSigning": false,
|
|
871
|
+
"signatureStatus": "verified",
|
|
872
|
+
"regression_test": null,
|
|
873
|
+
"poc": null,
|
|
874
|
+
"calibrated_confidence": null,
|
|
875
|
+
"calibrated_confidence_ci": null,
|
|
876
|
+
"calibrated_n": 0,
|
|
877
|
+
"calibration_reason": "no-history",
|
|
878
|
+
"verifier_verdict": "cannot-verify",
|
|
879
|
+
"verifier_reason": "no-poc-no-sanitizer-rule",
|
|
880
|
+
"verifier_runner": null,
|
|
881
|
+
"narration": null,
|
|
882
|
+
"mitigationVerdict": "unreachable-in-prod",
|
|
883
|
+
"mitigationsApplied": [],
|
|
884
|
+
"mitigatedByWaf": false,
|
|
885
|
+
"wafRuleId": null,
|
|
886
|
+
"mitigatedByAuth": false,
|
|
887
|
+
"authMechanism": null,
|
|
888
|
+
"mitigatedByNetwork": false,
|
|
889
|
+
"networkExposure": null,
|
|
890
|
+
"featureFlag": null,
|
|
891
|
+
"featureFlagState": null,
|
|
892
|
+
"featureFlagRollout": null,
|
|
893
|
+
"exposedInProd": false,
|
|
894
|
+
"unreachableInProd": true,
|
|
895
|
+
"coldPath": false,
|
|
896
|
+
"hotPath": false,
|
|
897
|
+
"prodRequestCount": null,
|
|
898
|
+
"crownJewelScore": 0,
|
|
899
|
+
"crownJewelTier": "unknown",
|
|
900
|
+
"crownJewelFactors": [],
|
|
901
|
+
"cloneClusterId": "12b0776a772e2188",
|
|
902
|
+
"cloneClusterSize": 1,
|
|
903
|
+
"provenance": "human-likely",
|
|
904
|
+
"provenanceScore": 0.04,
|
|
905
|
+
"typeNarrowed": null,
|
|
906
|
+
"strideCategory": "tampering",
|
|
907
|
+
"personaScores": {
|
|
908
|
+
"script-kiddie": {
|
|
909
|
+
"score": 0.4,
|
|
910
|
+
"tier": "medium",
|
|
911
|
+
"factors": [
|
|
912
|
+
"sev:medium"
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
"opportunistic-criminal": {
|
|
916
|
+
"score": 0.4,
|
|
917
|
+
"tier": "medium",
|
|
918
|
+
"factors": [
|
|
919
|
+
"sev:medium"
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
"apt-nation-state": {
|
|
923
|
+
"score": 0.4,
|
|
924
|
+
"tier": "medium",
|
|
925
|
+
"factors": [
|
|
926
|
+
"sev:medium"
|
|
927
|
+
]
|
|
928
|
+
},
|
|
929
|
+
"supply-chain-attacker": {
|
|
930
|
+
"score": 0.4,
|
|
931
|
+
"tier": "medium",
|
|
932
|
+
"factors": [
|
|
933
|
+
"sev:medium"
|
|
934
|
+
]
|
|
935
|
+
},
|
|
936
|
+
"malicious-insider": {
|
|
937
|
+
"score": 0.4,
|
|
938
|
+
"tier": "medium",
|
|
939
|
+
"factors": [
|
|
940
|
+
"sev:medium"
|
|
941
|
+
]
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"personaTopTwo": [
|
|
945
|
+
"script-kiddie",
|
|
946
|
+
"opportunistic-criminal"
|
|
947
|
+
],
|
|
948
|
+
"personaMaxName": "script-kiddie",
|
|
949
|
+
"personaMaxScore": 0.4,
|
|
950
|
+
"reverseExposure": null,
|
|
951
|
+
"specMined": null,
|
|
952
|
+
"whyFired": {
|
|
953
|
+
"detector": "sast/toctou-file-existence-permission-check-b",
|
|
954
|
+
"ruleId": "CWE-367",
|
|
955
|
+
"parser": "TOCTOU",
|
|
956
|
+
"evidence": {
|
|
957
|
+
"sinkSnippet": "if (args.flags['since-baseline'] && fs.existsSync(baselinePath)) {",
|
|
958
|
+
"sourceSnippet": null,
|
|
959
|
+
"pathSteps": [],
|
|
960
|
+
"sanitizers": [],
|
|
961
|
+
"guards": []
|
|
962
|
+
},
|
|
963
|
+
"considered": {
|
|
964
|
+
"suppressionsApplied": [],
|
|
965
|
+
"suppressionsSkipped": [],
|
|
966
|
+
"reachabilityFilter": "unaffected",
|
|
967
|
+
"clusterCollapsed": false,
|
|
968
|
+
"typeNarrowed": false,
|
|
969
|
+
"crownJewelTier": "unknown",
|
|
970
|
+
"mitigationVerdict": "unreachable-in-prod"
|
|
971
|
+
},
|
|
972
|
+
"scanner": {
|
|
973
|
+
"rulesetVersion": null,
|
|
974
|
+
"packHash": null,
|
|
975
|
+
"modelId": null
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"adversaryTranscript": null,
|
|
979
|
+
"predictedBountyUsd": null,
|
|
980
|
+
"bountyConfidence": null,
|
|
981
|
+
"attackPlaybook": null
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"id": "toctou-fs:agentic-security.js:1136",
|
|
985
|
+
"kind": "sast",
|
|
986
|
+
"severity": "medium",
|
|
987
|
+
"vuln": "TOCTOU: file existence/permission check before open",
|
|
988
|
+
"cwe": "CWE-367",
|
|
989
|
+
"owaspLlm": null,
|
|
990
|
+
"stride": "Tampering",
|
|
991
|
+
"file": "agentic-security.js",
|
|
992
|
+
"line": 1136,
|
|
771
993
|
"snippet": "const st = fs.statSync(abs);",
|
|
772
994
|
"fix": null,
|
|
773
995
|
"reachable": false,
|
|
@@ -848,7 +1070,7 @@
|
|
|
848
1070
|
"dominantDriver": "legal counsel",
|
|
849
1071
|
"comparable": "Generic finding — likely cost driven by user count + jurisdiction stack",
|
|
850
1072
|
"confidence": "low",
|
|
851
|
-
"narrative": "TOCTOU: file existence/permission check before open on `agentic-security.js:
|
|
1073
|
+
"narrative": "TOCTOU: file existence/permission check before open on `agentic-security.js:1136` could expose configuration / internal data. Context: general SaaS / no specific regulatory exposure. Estimated cost: best $23k · likely $136k · worst $775k. Dominant driver: legal counsel. Comparable: Generic finding — likely cost driven by user count + jurisdiction stack."
|
|
852
1074
|
},
|
|
853
1075
|
"stableId": "17f63a600e3a68b4",
|
|
854
1076
|
"confidenceTier": "medium",
|
|
@@ -1477,12 +1699,95 @@
|
|
|
1477
1699
|
},
|
|
1478
1700
|
"parser": "LOGIC",
|
|
1479
1701
|
"family": null
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"id": "logic:agentic-security.js:362:TOCTOU:_existsSync_followed_by_file_op",
|
|
1705
|
+
"kind": "logic",
|
|
1706
|
+
"severity": "medium",
|
|
1707
|
+
"vuln": "TOCTOU: existsSync followed by file op",
|
|
1708
|
+
"cwe": "CWE-367",
|
|
1709
|
+
"stride": "Tampering",
|
|
1710
|
+
"file": "agentic-security.js",
|
|
1711
|
+
"line": 362,
|
|
1712
|
+
"snippet": "if (args.flags['since-baseline'] && fs.existsSync(baselinePath)) {",
|
|
1713
|
+
"fix": {
|
|
1714
|
+
"description": "Replace the check-then-act sequence with a single atomic operation (e.g., `fs.open` with appropriate flags). Between `existsSync` and the file op the file can be replaced by a symlink or removed.",
|
|
1715
|
+
"code": ""
|
|
1716
|
+
},
|
|
1717
|
+
"blastRadius": {
|
|
1718
|
+
"scope": "all-users",
|
|
1719
|
+
"dataAtRisk": [
|
|
1720
|
+
"config"
|
|
1721
|
+
],
|
|
1722
|
+
"userCount": 50,
|
|
1723
|
+
"industry": "generic",
|
|
1724
|
+
"jurisdictions": [],
|
|
1725
|
+
"controlsApplied": [],
|
|
1726
|
+
"dollarBest": 23250,
|
|
1727
|
+
"dollarLikely": 136250,
|
|
1728
|
+
"dollarWorst": 775000,
|
|
1729
|
+
"dollarLow": 23250,
|
|
1730
|
+
"dollarHigh": 775000,
|
|
1731
|
+
"components": {
|
|
1732
|
+
"incidentResponse": {
|
|
1733
|
+
"low": 8000,
|
|
1734
|
+
"likely": 50000,
|
|
1735
|
+
"high": 250000
|
|
1736
|
+
},
|
|
1737
|
+
"legal": {
|
|
1738
|
+
"low": 10000,
|
|
1739
|
+
"likely": 75000,
|
|
1740
|
+
"high": 500000
|
|
1741
|
+
},
|
|
1742
|
+
"crisisPR": {
|
|
1743
|
+
"low": 0,
|
|
1744
|
+
"likely": 0,
|
|
1745
|
+
"high": 0
|
|
1746
|
+
},
|
|
1747
|
+
"notification": {
|
|
1748
|
+
"low": 5000,
|
|
1749
|
+
"likely": 10000,
|
|
1750
|
+
"high": 15000
|
|
1751
|
+
},
|
|
1752
|
+
"creditMonitoring": {
|
|
1753
|
+
"low": 0,
|
|
1754
|
+
"likely": 0,
|
|
1755
|
+
"high": 0
|
|
1756
|
+
},
|
|
1757
|
+
"regulatoryFines": {
|
|
1758
|
+
"low": 0,
|
|
1759
|
+
"likely": 0,
|
|
1760
|
+
"high": 0
|
|
1761
|
+
},
|
|
1762
|
+
"directDamage": {
|
|
1763
|
+
"low": 250,
|
|
1764
|
+
"likely": 1250,
|
|
1765
|
+
"high": 10000
|
|
1766
|
+
},
|
|
1767
|
+
"classAction": {
|
|
1768
|
+
"low": 0,
|
|
1769
|
+
"likely": 0,
|
|
1770
|
+
"high": 0
|
|
1771
|
+
},
|
|
1772
|
+
"lostBusiness": {
|
|
1773
|
+
"low": 0,
|
|
1774
|
+
"likely": 0,
|
|
1775
|
+
"high": 0
|
|
1776
|
+
}
|
|
1777
|
+
},
|
|
1778
|
+
"dominantDriver": "legal counsel",
|
|
1779
|
+
"comparable": "Generic finding — likely cost driven by user count + jurisdiction stack",
|
|
1780
|
+
"confidence": "low",
|
|
1781
|
+
"narrative": "TOCTOU: existsSync followed by file op on `agentic-security.js:362` could expose configuration / internal data. Context: general SaaS / no specific regulatory exposure. Estimated cost: best $23k · likely $136k · worst $775k. Dominant driver: legal counsel. Comparable: Generic finding — likely cost driven by user count + jurisdiction stack."
|
|
1782
|
+
},
|
|
1783
|
+
"parser": "LOGIC",
|
|
1784
|
+
"family": null
|
|
1480
1785
|
}
|
|
1481
1786
|
],
|
|
1482
1787
|
"bundles": [],
|
|
1483
1788
|
"routes": [],
|
|
1484
1789
|
"components": [],
|
|
1485
|
-
"suppressedCount":
|
|
1790
|
+
"suppressedCount": 39,
|
|
1486
1791
|
"blastRadiusSignals": {
|
|
1487
1792
|
"industry": "generic",
|
|
1488
1793
|
"industryConfidence": "low",
|
|
@@ -1508,7 +1813,7 @@
|
|
|
1508
1813
|
"boundaryCount": 0,
|
|
1509
1814
|
"strideCounts": {
|
|
1510
1815
|
"spoofing": 0,
|
|
1511
|
-
"tampering":
|
|
1816
|
+
"tampering": 5,
|
|
1512
1817
|
"repudiation": 0,
|
|
1513
1818
|
"informationDisclosure": 0,
|
|
1514
1819
|
"denialOfService": 0,
|
|
@@ -1549,7 +1854,13 @@
|
|
|
1549
1854
|
{
|
|
1550
1855
|
"vuln": "TOCTOU: file existence/permission check before open",
|
|
1551
1856
|
"file": "agentic-security.js",
|
|
1552
|
-
"line":
|
|
1857
|
+
"line": 362,
|
|
1858
|
+
"severity": "medium"
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"vuln": "TOCTOU: file existence/permission check before open",
|
|
1862
|
+
"file": "agentic-security.js",
|
|
1863
|
+
"line": 1136,
|
|
1553
1864
|
"severity": "medium"
|
|
1554
1865
|
}
|
|
1555
1866
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1a7a7e91a1b09ea956d4e722c3d9df15e8c662dba64e487bdc6f8ba875fd48b9
|