@kryptosai/mcp-observatory 1.31.0 → 1.32.1
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/PRIVACY.md +16 -0
- package/README.md +5 -11
- package/README.zh-CN.md +4 -10
- package/dist/src/cli.js +4 -2
- package/dist/src/cli.js.map +1 -1
- package/dist/src/commands/diff.js +24 -2
- package/dist/src/commands/diff.js.map +1 -1
- package/dist/src/commands/enforce.d.ts +2 -2
- package/dist/src/commands/enforce.js +5 -8
- package/dist/src/commands/enforce.js.map +1 -1
- package/dist/src/commands/scan.js.map +1 -1
- package/dist/src/commands/telemetry.js +41 -1
- package/dist/src/commands/telemetry.js.map +1 -1
- package/dist/src/commands/test.js +2 -2
- package/dist/src/commands/test.js.map +1 -1
- package/dist/src/diff.d.ts +5 -2
- package/dist/src/diff.js +23 -2
- package/dist/src/diff.js.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/permission-delta.d.ts +2 -0
- package/dist/src/permission-delta.js +99 -0
- package/dist/src/permission-delta.js.map +1 -0
- package/dist/src/reporters/common.d.ts +1 -0
- package/dist/src/reporters/common.js +3 -1
- package/dist/src/reporters/common.js.map +1 -1
- package/dist/src/reporters/html.js +30 -1
- package/dist/src/reporters/html.js.map +1 -1
- package/dist/src/reporters/markdown.js +21 -2
- package/dist/src/reporters/markdown.js.map +1 -1
- package/dist/src/reporters/pr-comment.js +1 -1
- package/dist/src/reporters/pr-comment.js.map +1 -1
- package/dist/src/reporters/terminal.js +9 -3
- package/dist/src/reporters/terminal.js.map +1 -1
- package/dist/src/risk-taxonomy.d.ts +16 -0
- package/dist/src/risk-taxonomy.js +95 -0
- package/dist/src/risk-taxonomy.js.map +1 -0
- package/dist/src/schema-diff.d.ts +2 -1
- package/dist/src/schema-diff.js +28 -3
- package/dist/src/schema-diff.js.map +1 -1
- package/dist/src/telemetry.d.ts +17 -0
- package/dist/src/telemetry.js +70 -2
- package/dist/src/telemetry.js.map +1 -1
- package/dist/src/types.d.ts +15 -0
- package/dist/src/validate.js +44 -2
- package/dist/src/validate.js.map +1 -1
- package/docs/mcp-server-safety-index.md +77 -15
- package/docs/safety-index/artifacts/antv-chart-server.json +1452 -19
- package/docs/safety-index/artifacts/antv-chart-server.md +156 -10
- package/docs/safety-index/artifacts/brave-search-server.json +341 -0
- package/docs/safety-index/artifacts/brave-search-server.md +201 -0
- package/docs/safety-index/artifacts/browsermcp-server.json +83 -18
- package/docs/safety-index/artifacts/browsermcp-server.md +46 -12
- package/docs/safety-index/artifacts/chrome-devtools-mcp-server.json +592 -21
- package/docs/safety-index/artifacts/chrome-devtools-mcp-server.md +96 -14
- package/docs/safety-index/artifacts/clay-server.json +66 -0
- package/docs/safety-index/artifacts/clay-server.md +106 -0
- package/docs/safety-index/artifacts/cloudflare-server.json +66 -0
- package/docs/safety-index/artifacts/cloudflare-server.md +106 -0
- package/docs/safety-index/artifacts/context7-server.json +85 -18
- package/docs/safety-index/artifacts/context7-server.md +52 -11
- package/docs/safety-index/artifacts/cyanheads-git-mcp-server.json +1565 -34
- package/docs/safety-index/artifacts/cyanheads-git-mcp-server.md +178 -17
- package/docs/safety-index/artifacts/docker-server.json +395 -0
- package/docs/safety-index/artifacts/docker-server.md +204 -0
- package/docs/safety-index/artifacts/everything-server.json +145 -18
- package/docs/safety-index/artifacts/everything-server.md +56 -11
- package/docs/safety-index/artifacts/exa-server.json +400 -0
- package/docs/safety-index/artifacts/exa-server.md +207 -0
- package/docs/safety-index/artifacts/executeautomation-playwright-server.json +625 -18
- package/docs/safety-index/artifacts/executeautomation-playwright-server.md +95 -11
- package/docs/safety-index/artifacts/fetch-server.json +66 -0
- package/docs/safety-index/artifacts/fetch-server.md +106 -0
- package/docs/safety-index/artifacts/figma-server.json +1766 -0
- package/docs/safety-index/artifacts/figma-server.md +256 -0
- package/docs/safety-index/artifacts/filesystem-mcp-server.json +428 -24
- package/docs/safety-index/artifacts/filesystem-mcp-server.md +75 -14
- package/docs/safety-index/artifacts/filesystem-server.json +426 -22
- package/docs/safety-index/artifacts/filesystem-server.md +73 -12
- package/docs/safety-index/artifacts/firecrawl-server.json +4056 -0
- package/docs/safety-index/artifacts/firecrawl-server.md +243 -0
- package/docs/safety-index/artifacts/github-mcp-server.json +374 -21
- package/docs/safety-index/artifacts/github-mcp-server.md +71 -15
- package/docs/safety-index/artifacts/gitlab-server.json +229 -0
- package/docs/safety-index/artifacts/gitlab-server.md +753 -0
- package/docs/safety-index/artifacts/gmail-server.json +66 -0
- package/docs/safety-index/artifacts/gmail-server.md +106 -0
- package/docs/safety-index/artifacts/google-calendar-server.json +66 -0
- package/docs/safety-index/artifacts/google-calendar-server.md +106 -0
- package/docs/safety-index/artifacts/google-drive-server.json +66 -0
- package/docs/safety-index/artifacts/google-drive-server.md +106 -0
- package/docs/safety-index/artifacts/google-sheets-server.json +66 -0
- package/docs/safety-index/artifacts/google-sheets-server.md +106 -0
- package/docs/safety-index/artifacts/google-tasks-server.json +66 -0
- package/docs/safety-index/artifacts/google-tasks-server.md +106 -0
- package/docs/safety-index/artifacts/huggingface-server.json +66 -0
- package/docs/safety-index/artifacts/huggingface-server.md +106 -0
- package/docs/safety-index/artifacts/jina-server.json +66 -0
- package/docs/safety-index/artifacts/jina-server.md +106 -0
- package/docs/safety-index/artifacts/kubernetes-server.json +1054 -27
- package/docs/safety-index/artifacts/kubernetes-server.md +137 -18
- package/docs/safety-index/artifacts/linear-server.json +1494 -0
- package/docs/safety-index/artifacts/linear-server.md +237 -0
- package/docs/safety-index/artifacts/memory-server.json +191 -18
- package/docs/safety-index/artifacts/memory-server.md +51 -9
- package/docs/safety-index/artifacts/mongodb-server.json +66 -0
- package/docs/safety-index/artifacts/mongodb-server.md +106 -0
- package/docs/safety-index/artifacts/neon-server.json +66 -0
- package/docs/safety-index/artifacts/neon-server.md +103 -0
- package/docs/safety-index/artifacts/notion-server.json +7151 -0
- package/docs/safety-index/artifacts/notion-server.md +236 -0
- package/docs/safety-index/artifacts/onesignal-server.json +66 -0
- package/docs/safety-index/artifacts/onesignal-server.md +106 -0
- package/docs/safety-index/artifacts/opentofu-server.json +31 -19
- package/docs/safety-index/artifacts/opentofu-server.md +28 -10
- package/docs/safety-index/artifacts/playwright-mcp-server.json +415 -24
- package/docs/safety-index/artifacts/playwright-mcp-server.md +84 -20
- package/docs/safety-index/artifacts/postgres-server.json +330 -0
- package/docs/safety-index/artifacts/postgres-server.md +208 -0
- package/docs/safety-index/artifacts/promptopia-server.json +96 -19
- package/docs/safety-index/artifacts/promptopia-server.md +43 -9
- package/docs/safety-index/artifacts/puppeteer-server.json +118 -29
- package/docs/safety-index/artifacts/puppeteer-server.md +61 -19
- package/docs/safety-index/artifacts/qdrant-server.json +66 -0
- package/docs/safety-index/artifacts/qdrant-server.md +106 -0
- package/docs/safety-index/artifacts/reddit-server.json +66 -0
- package/docs/safety-index/artifacts/reddit-server.md +106 -0
- package/docs/safety-index/artifacts/ref-tools-server.json +95 -18
- package/docs/safety-index/artifacts/ref-tools-server.md +45 -12
- package/docs/safety-index/artifacts/sentry-server.json +66 -0
- package/docs/safety-index/artifacts/sentry-server.md +106 -0
- package/docs/safety-index/artifacts/sequential-thinking-server.json +59 -18
- package/docs/safety-index/artifacts/sequential-thinking-server.md +41 -9
- package/docs/safety-index/artifacts/slack-server.json +66 -0
- package/docs/safety-index/artifacts/slack-server.md +102 -0
- package/docs/safety-index/artifacts/sqlite-server.json +67 -0
- package/docs/safety-index/artifacts/sqlite-server.md +106 -0
- package/docs/safety-index/artifacts/stripe-server.json +66 -0
- package/docs/safety-index/artifacts/stripe-server.md +106 -0
- package/docs/safety-index/artifacts/supabase-server.json +66 -0
- package/docs/safety-index/artifacts/supabase-server.md +102 -0
- package/docs/safety-index/artifacts/tavily-search-server.json +66 -0
- package/docs/safety-index/artifacts/tavily-search-server.md +106 -0
- package/docs/safety-index/artifacts/ui5-mcp-server.json +842 -0
- package/docs/safety-index/artifacts/ui5-mcp-server.md +232 -0
- package/docs/safety-index/artifacts/vercel-ai-server.json +66 -0
- package/docs/safety-index/artifacts/vercel-ai-server.md +106 -0
- package/docs/safety-index/targets.json +552 -0
- package/package.json +1 -1
- package/schemas/run-artifact.schema.json +56 -1
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"artifactType": "run",
|
|
3
3
|
"schemaVersion": "1.0.0",
|
|
4
4
|
"gate": "pass",
|
|
5
|
-
"runId": "run_2026-07-
|
|
6
|
-
"createdAt": "2026-07-
|
|
7
|
-
"toolVersion": "
|
|
5
|
+
"runId": "run_2026-07-12T234411970Z_ecbb3721",
|
|
6
|
+
"createdAt": "2026-07-12T23:44:11.970Z",
|
|
7
|
+
"toolVersion": "1.31.0",
|
|
8
8
|
"target": {
|
|
9
9
|
"targetId": "antv-chart-server",
|
|
10
10
|
"adapter": "local-process",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"nodeVersion": "v22.22.1"
|
|
30
30
|
},
|
|
31
31
|
"summary": {
|
|
32
|
-
"total":
|
|
33
|
-
"pass":
|
|
32
|
+
"total": 9,
|
|
33
|
+
"pass": 7,
|
|
34
34
|
"fail": 0,
|
|
35
35
|
"partial": 0,
|
|
36
36
|
"unsupported": 2,
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"id": "tools",
|
|
44
44
|
"capability": "tools",
|
|
45
45
|
"status": "pass",
|
|
46
|
-
"durationMs": 1.
|
|
46
|
+
"durationMs": 1.6119160000016564,
|
|
47
47
|
"message": "Advertised capability responded with the minimal expected shape (27 items).",
|
|
48
48
|
"evidence": [
|
|
49
49
|
{
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"generate_spreadsheet"
|
|
83
83
|
],
|
|
84
84
|
"diagnostics": [
|
|
85
|
-
"[MCP-Server-Chart] 2026-07-
|
|
86
|
-
"[MCP-Server-Chart] 2026-07-
|
|
87
|
-
"[MCP-Server-Chart] 2026-07-
|
|
85
|
+
"[MCP-Server-Chart] 2026-07-12T23:44:12.937Z ℹ️ setting up tool handlers...",
|
|
86
|
+
"[MCP-Server-Chart] 2026-07-12T23:44:12.938Z ℹ️ tool handlers set up",
|
|
87
|
+
"[MCP-Server-Chart] 2026-07-12T23:44:12.939Z ✅ Stdio MCP Server started"
|
|
88
88
|
],
|
|
89
89
|
"schemas": {
|
|
90
90
|
"generate_area_chart": {
|
|
@@ -2602,7 +2602,7 @@
|
|
|
2602
2602
|
"id": "prompts",
|
|
2603
2603
|
"capability": "prompts",
|
|
2604
2604
|
"status": "unsupported",
|
|
2605
|
-
"durationMs": 0.
|
|
2605
|
+
"durationMs": 0.0010000000002037268,
|
|
2606
2606
|
"message": "Prompts are not advertised by the target.",
|
|
2607
2607
|
"evidence": [
|
|
2608
2608
|
{
|
|
@@ -2634,7 +2634,7 @@
|
|
|
2634
2634
|
"id": "security-lite",
|
|
2635
2635
|
"capability": "security-lite",
|
|
2636
2636
|
"status": "pass",
|
|
2637
|
-
"durationMs": 0.
|
|
2637
|
+
"durationMs": 0.07620899999892572,
|
|
2638
2638
|
"message": "No security issues detected (lightweight scan).",
|
|
2639
2639
|
"evidence": [
|
|
2640
2640
|
{
|
|
@@ -2646,11 +2646,736 @@
|
|
|
2646
2646
|
}
|
|
2647
2647
|
]
|
|
2648
2648
|
},
|
|
2649
|
+
{
|
|
2650
|
+
"id": "runtime-profile",
|
|
2651
|
+
"capability": "runtime-profile",
|
|
2652
|
+
"status": "pass",
|
|
2653
|
+
"durationMs": 0.40625,
|
|
2654
|
+
"message": "Detected 0 potential egress target(s) and 117 potential state mutation(s) with low confidence.",
|
|
2655
|
+
"evidence": [
|
|
2656
|
+
{
|
|
2657
|
+
"endpoint": "runtime-profile/analyze",
|
|
2658
|
+
"advertised": true,
|
|
2659
|
+
"responded": true,
|
|
2660
|
+
"minimalShapePresent": true,
|
|
2661
|
+
"itemCount": 117,
|
|
2662
|
+
"diagnostics": [
|
|
2663
|
+
"Egress entries: 0",
|
|
2664
|
+
"State mutations: 117",
|
|
2665
|
+
"Confidence: medium"
|
|
2666
|
+
],
|
|
2667
|
+
"findings": [
|
|
2668
|
+
{
|
|
2669
|
+
"resource": "filesystem",
|
|
2670
|
+
"operation": "write",
|
|
2671
|
+
"scope": "working_directory",
|
|
2672
|
+
"source": "description_analysis"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"resource": "filesystem",
|
|
2676
|
+
"operation": "write",
|
|
2677
|
+
"scope": "working_directory",
|
|
2678
|
+
"source": "description_analysis"
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"resource": "filesystem",
|
|
2682
|
+
"operation": "write",
|
|
2683
|
+
"scope": "working_directory",
|
|
2684
|
+
"source": "description_analysis"
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"resource": "filesystem",
|
|
2688
|
+
"operation": "write",
|
|
2689
|
+
"scope": "working_directory",
|
|
2690
|
+
"source": "description_analysis"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"resource": "filesystem",
|
|
2694
|
+
"operation": "write",
|
|
2695
|
+
"scope": "working_directory",
|
|
2696
|
+
"source": "description_analysis"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"resource": "filesystem",
|
|
2700
|
+
"operation": "write",
|
|
2701
|
+
"scope": "working_directory",
|
|
2702
|
+
"source": "description_analysis"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"resource": "filesystem",
|
|
2706
|
+
"operation": "write",
|
|
2707
|
+
"scope": "working_directory",
|
|
2708
|
+
"source": "description_analysis"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"resource": "filesystem",
|
|
2712
|
+
"operation": "write",
|
|
2713
|
+
"scope": "working_directory",
|
|
2714
|
+
"source": "description_analysis"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"resource": "filesystem",
|
|
2718
|
+
"operation": "write",
|
|
2719
|
+
"scope": "working_directory",
|
|
2720
|
+
"source": "description_analysis"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"resource": "filesystem",
|
|
2724
|
+
"operation": "write",
|
|
2725
|
+
"scope": "working_directory",
|
|
2726
|
+
"source": "description_analysis"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"resource": "filesystem",
|
|
2730
|
+
"operation": "write",
|
|
2731
|
+
"scope": "working_directory",
|
|
2732
|
+
"source": "description_analysis"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"resource": "filesystem",
|
|
2736
|
+
"operation": "write",
|
|
2737
|
+
"scope": "working_directory",
|
|
2738
|
+
"source": "description_analysis"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"resource": "filesystem",
|
|
2742
|
+
"operation": "write",
|
|
2743
|
+
"scope": "working_directory",
|
|
2744
|
+
"source": "description_analysis"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"resource": "filesystem",
|
|
2748
|
+
"operation": "write",
|
|
2749
|
+
"scope": "working_directory",
|
|
2750
|
+
"source": "description_analysis"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"resource": "filesystem",
|
|
2754
|
+
"operation": "write",
|
|
2755
|
+
"scope": "working_directory",
|
|
2756
|
+
"source": "description_analysis"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"resource": "filesystem",
|
|
2760
|
+
"operation": "write",
|
|
2761
|
+
"scope": "working_directory",
|
|
2762
|
+
"source": "description_analysis"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"resource": "filesystem",
|
|
2766
|
+
"operation": "write",
|
|
2767
|
+
"scope": "working_directory",
|
|
2768
|
+
"source": "description_analysis"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"resource": "filesystem",
|
|
2772
|
+
"operation": "write",
|
|
2773
|
+
"scope": "working_directory",
|
|
2774
|
+
"source": "description_analysis"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"resource": "filesystem",
|
|
2778
|
+
"operation": "write",
|
|
2779
|
+
"scope": "working_directory",
|
|
2780
|
+
"source": "description_analysis"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"resource": "filesystem",
|
|
2784
|
+
"operation": "write",
|
|
2785
|
+
"scope": "working_directory",
|
|
2786
|
+
"source": "description_analysis"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"resource": "filesystem",
|
|
2790
|
+
"operation": "write",
|
|
2791
|
+
"scope": "working_directory",
|
|
2792
|
+
"source": "description_analysis"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"resource": "filesystem",
|
|
2796
|
+
"operation": "write",
|
|
2797
|
+
"scope": "working_directory",
|
|
2798
|
+
"source": "description_analysis"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"resource": "filesystem",
|
|
2802
|
+
"operation": "write",
|
|
2803
|
+
"scope": "working_directory",
|
|
2804
|
+
"source": "description_analysis"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"resource": "filesystem",
|
|
2808
|
+
"operation": "write",
|
|
2809
|
+
"scope": "working_directory",
|
|
2810
|
+
"source": "description_analysis"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"resource": "filesystem",
|
|
2814
|
+
"operation": "write",
|
|
2815
|
+
"scope": "working_directory",
|
|
2816
|
+
"source": "description_analysis"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"resource": "filesystem",
|
|
2820
|
+
"operation": "write",
|
|
2821
|
+
"scope": "working_directory",
|
|
2822
|
+
"source": "description_analysis"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"resource": "filesystem",
|
|
2826
|
+
"operation": "write",
|
|
2827
|
+
"scope": "working_directory",
|
|
2828
|
+
"source": "description_analysis"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"resource": "filesystem",
|
|
2832
|
+
"operation": "write",
|
|
2833
|
+
"scope": "working_directory",
|
|
2834
|
+
"source": "description_analysis"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"resource": "filesystem",
|
|
2838
|
+
"operation": "write",
|
|
2839
|
+
"scope": "working_directory",
|
|
2840
|
+
"source": "description_analysis"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"resource": "filesystem",
|
|
2844
|
+
"operation": "write",
|
|
2845
|
+
"scope": "working_directory",
|
|
2846
|
+
"source": "description_analysis"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"resource": "filesystem",
|
|
2850
|
+
"operation": "write",
|
|
2851
|
+
"scope": "working_directory",
|
|
2852
|
+
"source": "description_analysis"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"resource": "filesystem",
|
|
2856
|
+
"operation": "write",
|
|
2857
|
+
"scope": "working_directory",
|
|
2858
|
+
"source": "description_analysis"
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"resource": "filesystem",
|
|
2862
|
+
"operation": "write",
|
|
2863
|
+
"scope": "working_directory",
|
|
2864
|
+
"source": "description_analysis"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"resource": "filesystem",
|
|
2868
|
+
"operation": "write",
|
|
2869
|
+
"scope": "working_directory",
|
|
2870
|
+
"source": "description_analysis"
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"resource": "filesystem",
|
|
2874
|
+
"operation": "write",
|
|
2875
|
+
"scope": "working_directory",
|
|
2876
|
+
"source": "description_analysis"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"resource": "filesystem",
|
|
2880
|
+
"operation": "write",
|
|
2881
|
+
"scope": "working_directory",
|
|
2882
|
+
"source": "description_analysis"
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"resource": "filesystem",
|
|
2886
|
+
"operation": "write",
|
|
2887
|
+
"scope": "working_directory",
|
|
2888
|
+
"source": "description_analysis"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"resource": "filesystem",
|
|
2892
|
+
"operation": "write",
|
|
2893
|
+
"scope": "working_directory",
|
|
2894
|
+
"source": "description_analysis"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"resource": "filesystem",
|
|
2898
|
+
"operation": "write",
|
|
2899
|
+
"scope": "working_directory",
|
|
2900
|
+
"source": "description_analysis"
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"resource": "filesystem",
|
|
2904
|
+
"operation": "write",
|
|
2905
|
+
"scope": "working_directory",
|
|
2906
|
+
"source": "description_analysis"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"resource": "filesystem",
|
|
2910
|
+
"operation": "write",
|
|
2911
|
+
"scope": "working_directory",
|
|
2912
|
+
"source": "description_analysis"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"resource": "filesystem",
|
|
2916
|
+
"operation": "write",
|
|
2917
|
+
"scope": "working_directory",
|
|
2918
|
+
"source": "description_analysis"
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"resource": "filesystem",
|
|
2922
|
+
"operation": "write",
|
|
2923
|
+
"scope": "working_directory",
|
|
2924
|
+
"source": "description_analysis"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"resource": "filesystem",
|
|
2928
|
+
"operation": "write",
|
|
2929
|
+
"scope": "working_directory",
|
|
2930
|
+
"source": "description_analysis"
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"resource": "filesystem",
|
|
2934
|
+
"operation": "write",
|
|
2935
|
+
"scope": "working_directory",
|
|
2936
|
+
"source": "description_analysis"
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"resource": "filesystem",
|
|
2940
|
+
"operation": "write",
|
|
2941
|
+
"scope": "working_directory",
|
|
2942
|
+
"source": "description_analysis"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"resource": "filesystem",
|
|
2946
|
+
"operation": "write",
|
|
2947
|
+
"scope": "working_directory",
|
|
2948
|
+
"source": "description_analysis"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"resource": "filesystem",
|
|
2952
|
+
"operation": "write",
|
|
2953
|
+
"scope": "working_directory",
|
|
2954
|
+
"source": "description_analysis"
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"resource": "filesystem",
|
|
2958
|
+
"operation": "write",
|
|
2959
|
+
"scope": "working_directory",
|
|
2960
|
+
"source": "description_analysis"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"resource": "filesystem",
|
|
2964
|
+
"operation": "write",
|
|
2965
|
+
"scope": "working_directory",
|
|
2966
|
+
"source": "description_analysis"
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"resource": "filesystem",
|
|
2970
|
+
"operation": "write",
|
|
2971
|
+
"scope": "working_directory",
|
|
2972
|
+
"source": "description_analysis"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"resource": "filesystem",
|
|
2976
|
+
"operation": "write",
|
|
2977
|
+
"scope": "working_directory",
|
|
2978
|
+
"source": "description_analysis"
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"resource": "filesystem",
|
|
2982
|
+
"operation": "write",
|
|
2983
|
+
"scope": "working_directory",
|
|
2984
|
+
"source": "description_analysis"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"resource": "filesystem",
|
|
2988
|
+
"operation": "write",
|
|
2989
|
+
"scope": "working_directory",
|
|
2990
|
+
"source": "description_analysis"
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"resource": "filesystem",
|
|
2994
|
+
"operation": "write",
|
|
2995
|
+
"scope": "working_directory",
|
|
2996
|
+
"source": "description_analysis"
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"resource": "filesystem",
|
|
3000
|
+
"operation": "write",
|
|
3001
|
+
"scope": "working_directory",
|
|
3002
|
+
"source": "description_analysis"
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"resource": "filesystem",
|
|
3006
|
+
"operation": "write",
|
|
3007
|
+
"scope": "working_directory",
|
|
3008
|
+
"source": "description_analysis"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"resource": "filesystem",
|
|
3012
|
+
"operation": "write",
|
|
3013
|
+
"scope": "working_directory",
|
|
3014
|
+
"source": "description_analysis"
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"resource": "filesystem",
|
|
3018
|
+
"operation": "write",
|
|
3019
|
+
"scope": "working_directory",
|
|
3020
|
+
"source": "description_analysis"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"resource": "filesystem",
|
|
3024
|
+
"operation": "write",
|
|
3025
|
+
"scope": "working_directory",
|
|
3026
|
+
"source": "description_analysis"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"resource": "filesystem",
|
|
3030
|
+
"operation": "write",
|
|
3031
|
+
"scope": "working_directory",
|
|
3032
|
+
"source": "description_analysis"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"resource": "filesystem",
|
|
3036
|
+
"operation": "write",
|
|
3037
|
+
"scope": "working_directory",
|
|
3038
|
+
"source": "description_analysis"
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"resource": "filesystem",
|
|
3042
|
+
"operation": "write",
|
|
3043
|
+
"scope": "working_directory",
|
|
3044
|
+
"source": "description_analysis"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"resource": "filesystem",
|
|
3048
|
+
"operation": "write",
|
|
3049
|
+
"scope": "working_directory",
|
|
3050
|
+
"source": "description_analysis"
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"resource": "filesystem",
|
|
3054
|
+
"operation": "write",
|
|
3055
|
+
"scope": "working_directory",
|
|
3056
|
+
"source": "description_analysis"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"resource": "filesystem",
|
|
3060
|
+
"operation": "write",
|
|
3061
|
+
"scope": "working_directory",
|
|
3062
|
+
"source": "description_analysis"
|
|
3063
|
+
},
|
|
3064
|
+
{
|
|
3065
|
+
"resource": "filesystem",
|
|
3066
|
+
"operation": "write",
|
|
3067
|
+
"scope": "working_directory",
|
|
3068
|
+
"source": "description_analysis"
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
"resource": "filesystem",
|
|
3072
|
+
"operation": "write",
|
|
3073
|
+
"scope": "working_directory",
|
|
3074
|
+
"source": "description_analysis"
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
"resource": "filesystem",
|
|
3078
|
+
"operation": "write",
|
|
3079
|
+
"scope": "working_directory",
|
|
3080
|
+
"source": "description_analysis"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"resource": "filesystem",
|
|
3084
|
+
"operation": "write",
|
|
3085
|
+
"scope": "working_directory",
|
|
3086
|
+
"source": "description_analysis"
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"resource": "filesystem",
|
|
3090
|
+
"operation": "write",
|
|
3091
|
+
"scope": "working_directory",
|
|
3092
|
+
"source": "description_analysis"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"resource": "filesystem",
|
|
3096
|
+
"operation": "write",
|
|
3097
|
+
"scope": "working_directory",
|
|
3098
|
+
"source": "description_analysis"
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"resource": "filesystem",
|
|
3102
|
+
"operation": "write",
|
|
3103
|
+
"scope": "working_directory",
|
|
3104
|
+
"source": "description_analysis"
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"resource": "filesystem",
|
|
3108
|
+
"operation": "write",
|
|
3109
|
+
"scope": "working_directory",
|
|
3110
|
+
"source": "description_analysis"
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"resource": "filesystem",
|
|
3114
|
+
"operation": "write",
|
|
3115
|
+
"scope": "working_directory",
|
|
3116
|
+
"source": "description_analysis"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"resource": "filesystem",
|
|
3120
|
+
"operation": "write",
|
|
3121
|
+
"scope": "working_directory",
|
|
3122
|
+
"source": "description_analysis"
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"resource": "filesystem",
|
|
3126
|
+
"operation": "write",
|
|
3127
|
+
"scope": "working_directory",
|
|
3128
|
+
"source": "description_analysis"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"resource": "filesystem",
|
|
3132
|
+
"operation": "write",
|
|
3133
|
+
"scope": "working_directory",
|
|
3134
|
+
"source": "description_analysis"
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
"resource": "filesystem",
|
|
3138
|
+
"operation": "write",
|
|
3139
|
+
"scope": "working_directory",
|
|
3140
|
+
"source": "description_analysis"
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"resource": "filesystem",
|
|
3144
|
+
"operation": "write",
|
|
3145
|
+
"scope": "working_directory",
|
|
3146
|
+
"source": "description_analysis"
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"resource": "filesystem",
|
|
3150
|
+
"operation": "write",
|
|
3151
|
+
"scope": "working_directory",
|
|
3152
|
+
"source": "description_analysis"
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"resource": "filesystem",
|
|
3156
|
+
"operation": "write",
|
|
3157
|
+
"scope": "working_directory",
|
|
3158
|
+
"source": "description_analysis"
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"resource": "filesystem",
|
|
3162
|
+
"operation": "write",
|
|
3163
|
+
"scope": "working_directory",
|
|
3164
|
+
"source": "description_analysis"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"resource": "filesystem",
|
|
3168
|
+
"operation": "write",
|
|
3169
|
+
"scope": "working_directory",
|
|
3170
|
+
"source": "description_analysis"
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"resource": "filesystem",
|
|
3174
|
+
"operation": "write",
|
|
3175
|
+
"scope": "working_directory",
|
|
3176
|
+
"source": "description_analysis"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"resource": "filesystem",
|
|
3180
|
+
"operation": "write",
|
|
3181
|
+
"scope": "working_directory",
|
|
3182
|
+
"source": "description_analysis"
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"resource": "filesystem",
|
|
3186
|
+
"operation": "write",
|
|
3187
|
+
"scope": "working_directory",
|
|
3188
|
+
"source": "description_analysis"
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
"resource": "filesystem",
|
|
3192
|
+
"operation": "write",
|
|
3193
|
+
"scope": "working_directory",
|
|
3194
|
+
"source": "description_analysis"
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"resource": "filesystem",
|
|
3198
|
+
"operation": "write",
|
|
3199
|
+
"scope": "working_directory",
|
|
3200
|
+
"source": "description_analysis"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"resource": "filesystem",
|
|
3204
|
+
"operation": "write",
|
|
3205
|
+
"scope": "working_directory",
|
|
3206
|
+
"source": "description_analysis"
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"resource": "filesystem",
|
|
3210
|
+
"operation": "write",
|
|
3211
|
+
"scope": "working_directory",
|
|
3212
|
+
"source": "description_analysis"
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"resource": "filesystem",
|
|
3216
|
+
"operation": "write",
|
|
3217
|
+
"scope": "working_directory",
|
|
3218
|
+
"source": "description_analysis"
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
"resource": "filesystem",
|
|
3222
|
+
"operation": "write",
|
|
3223
|
+
"scope": "working_directory",
|
|
3224
|
+
"source": "description_analysis"
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"resource": "filesystem",
|
|
3228
|
+
"operation": "write",
|
|
3229
|
+
"scope": "working_directory",
|
|
3230
|
+
"source": "description_analysis"
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"resource": "filesystem",
|
|
3234
|
+
"operation": "write",
|
|
3235
|
+
"scope": "working_directory",
|
|
3236
|
+
"source": "description_analysis"
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"resource": "filesystem",
|
|
3240
|
+
"operation": "write",
|
|
3241
|
+
"scope": "working_directory",
|
|
3242
|
+
"source": "description_analysis"
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"resource": "filesystem",
|
|
3246
|
+
"operation": "write",
|
|
3247
|
+
"scope": "working_directory",
|
|
3248
|
+
"source": "description_analysis"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"resource": "filesystem",
|
|
3252
|
+
"operation": "write",
|
|
3253
|
+
"scope": "working_directory",
|
|
3254
|
+
"source": "description_analysis"
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"resource": "filesystem",
|
|
3258
|
+
"operation": "write",
|
|
3259
|
+
"scope": "working_directory",
|
|
3260
|
+
"source": "description_analysis"
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"resource": "filesystem",
|
|
3264
|
+
"operation": "write",
|
|
3265
|
+
"scope": "working_directory",
|
|
3266
|
+
"source": "description_analysis"
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"resource": "filesystem",
|
|
3270
|
+
"operation": "write",
|
|
3271
|
+
"scope": "working_directory",
|
|
3272
|
+
"source": "description_analysis"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"resource": "filesystem",
|
|
3276
|
+
"operation": "write",
|
|
3277
|
+
"scope": "working_directory",
|
|
3278
|
+
"source": "description_analysis"
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"resource": "filesystem",
|
|
3282
|
+
"operation": "write",
|
|
3283
|
+
"scope": "working_directory",
|
|
3284
|
+
"source": "description_analysis"
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"resource": "filesystem",
|
|
3288
|
+
"operation": "write",
|
|
3289
|
+
"scope": "working_directory",
|
|
3290
|
+
"source": "description_analysis"
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
"resource": "filesystem",
|
|
3294
|
+
"operation": "write",
|
|
3295
|
+
"scope": "working_directory",
|
|
3296
|
+
"source": "description_analysis"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"resource": "filesystem",
|
|
3300
|
+
"operation": "write",
|
|
3301
|
+
"scope": "working_directory",
|
|
3302
|
+
"source": "description_analysis"
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"resource": "filesystem",
|
|
3306
|
+
"operation": "write",
|
|
3307
|
+
"scope": "working_directory",
|
|
3308
|
+
"source": "description_analysis"
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"resource": "filesystem",
|
|
3312
|
+
"operation": "write",
|
|
3313
|
+
"scope": "working_directory",
|
|
3314
|
+
"source": "description_analysis"
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
"resource": "filesystem",
|
|
3318
|
+
"operation": "write",
|
|
3319
|
+
"scope": "working_directory",
|
|
3320
|
+
"source": "description_analysis"
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"resource": "filesystem",
|
|
3324
|
+
"operation": "write",
|
|
3325
|
+
"scope": "working_directory",
|
|
3326
|
+
"source": "description_analysis"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"resource": "filesystem",
|
|
3330
|
+
"operation": "write",
|
|
3331
|
+
"scope": "working_directory",
|
|
3332
|
+
"source": "description_analysis"
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"resource": "filesystem",
|
|
3336
|
+
"operation": "write",
|
|
3337
|
+
"scope": "working_directory",
|
|
3338
|
+
"source": "description_analysis"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"resource": "filesystem",
|
|
3342
|
+
"operation": "write",
|
|
3343
|
+
"scope": "working_directory",
|
|
3344
|
+
"source": "description_analysis"
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"resource": "filesystem",
|
|
3348
|
+
"operation": "write",
|
|
3349
|
+
"scope": "working_directory",
|
|
3350
|
+
"source": "description_analysis"
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"resource": "filesystem",
|
|
3354
|
+
"operation": "write",
|
|
3355
|
+
"scope": "working_directory",
|
|
3356
|
+
"source": "description_analysis"
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"resource": "filesystem",
|
|
3360
|
+
"operation": "write",
|
|
3361
|
+
"scope": "working_directory",
|
|
3362
|
+
"source": "description_analysis"
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"resource": "filesystem",
|
|
3366
|
+
"operation": "write",
|
|
3367
|
+
"scope": "working_directory",
|
|
3368
|
+
"source": "description_analysis"
|
|
3369
|
+
}
|
|
3370
|
+
]
|
|
3371
|
+
}
|
|
3372
|
+
]
|
|
3373
|
+
},
|
|
2649
3374
|
{
|
|
2650
3375
|
"id": "conformance",
|
|
2651
3376
|
"capability": "conformance",
|
|
2652
3377
|
"status": "pass",
|
|
2653
|
-
"durationMs": 1.
|
|
3378
|
+
"durationMs": 1.1692079999993439,
|
|
2654
3379
|
"message": "All 7 conformance checks passed.",
|
|
2655
3380
|
"evidence": [
|
|
2656
3381
|
{
|
|
@@ -2676,7 +3401,7 @@
|
|
|
2676
3401
|
"id": "schema-quality",
|
|
2677
3402
|
"capability": "schema-quality",
|
|
2678
3403
|
"status": "pass",
|
|
2679
|
-
"durationMs":
|
|
3404
|
+
"durationMs": 0.7347090000002936,
|
|
2680
3405
|
"message": "All 27 item(s) have good schema quality.",
|
|
2681
3406
|
"evidence": [
|
|
2682
3407
|
{
|
|
@@ -2693,7 +3418,7 @@
|
|
|
2693
3418
|
"id": "security",
|
|
2694
3419
|
"capability": "security",
|
|
2695
3420
|
"status": "pass",
|
|
2696
|
-
"durationMs":
|
|
3421
|
+
"durationMs": 1.331332999998267,
|
|
2697
3422
|
"message": "No security issues detected.",
|
|
2698
3423
|
"evidence": [
|
|
2699
3424
|
{
|
|
@@ -2709,7 +3434,7 @@
|
|
|
2709
3434
|
"id": "attack-sim",
|
|
2710
3435
|
"capability": "attack-sim",
|
|
2711
3436
|
"status": "pass",
|
|
2712
|
-
"durationMs": 1.
|
|
3437
|
+
"durationMs": 1.6176249999989523,
|
|
2713
3438
|
"message": "Safe attack simulation found no high-risk MCP attack-readiness findings.",
|
|
2714
3439
|
"evidence": [
|
|
2715
3440
|
{
|
|
@@ -2768,16 +3493,724 @@
|
|
|
2768
3493
|
"weight": 0.1,
|
|
2769
3494
|
"score": 100,
|
|
2770
3495
|
"details": [
|
|
2771
|
-
"Connect:
|
|
3496
|
+
"Connect: 971ms",
|
|
2772
3497
|
"p95 latency: 2ms (3 operations)"
|
|
2773
3498
|
]
|
|
2774
3499
|
}
|
|
2775
3500
|
]
|
|
2776
3501
|
},
|
|
2777
3502
|
"performanceMetrics": {
|
|
2778
|
-
"connectMs":
|
|
2779
|
-
"toolsListMs": 1.
|
|
2780
|
-
"promptsListMs": 0.
|
|
3503
|
+
"connectMs": 971.2009170000019,
|
|
3504
|
+
"toolsListMs": 1.6119160000016564,
|
|
3505
|
+
"promptsListMs": 0.0010000000002037268,
|
|
2781
3506
|
"resourcesListMs": 0.0027079999999841675
|
|
3507
|
+
},
|
|
3508
|
+
"runtimeProfile": {
|
|
3509
|
+
"stateMutations": [
|
|
3510
|
+
{
|
|
3511
|
+
"resource": "filesystem",
|
|
3512
|
+
"operation": "write",
|
|
3513
|
+
"scope": "working_directory",
|
|
3514
|
+
"source": "description_analysis"
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"resource": "filesystem",
|
|
3518
|
+
"operation": "write",
|
|
3519
|
+
"scope": "working_directory",
|
|
3520
|
+
"source": "description_analysis"
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"resource": "filesystem",
|
|
3524
|
+
"operation": "write",
|
|
3525
|
+
"scope": "working_directory",
|
|
3526
|
+
"source": "description_analysis"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"resource": "filesystem",
|
|
3530
|
+
"operation": "write",
|
|
3531
|
+
"scope": "working_directory",
|
|
3532
|
+
"source": "description_analysis"
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"resource": "filesystem",
|
|
3536
|
+
"operation": "write",
|
|
3537
|
+
"scope": "working_directory",
|
|
3538
|
+
"source": "description_analysis"
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"resource": "filesystem",
|
|
3542
|
+
"operation": "write",
|
|
3543
|
+
"scope": "working_directory",
|
|
3544
|
+
"source": "description_analysis"
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"resource": "filesystem",
|
|
3548
|
+
"operation": "write",
|
|
3549
|
+
"scope": "working_directory",
|
|
3550
|
+
"source": "description_analysis"
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"resource": "filesystem",
|
|
3554
|
+
"operation": "write",
|
|
3555
|
+
"scope": "working_directory",
|
|
3556
|
+
"source": "description_analysis"
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"resource": "filesystem",
|
|
3560
|
+
"operation": "write",
|
|
3561
|
+
"scope": "working_directory",
|
|
3562
|
+
"source": "description_analysis"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"resource": "filesystem",
|
|
3566
|
+
"operation": "write",
|
|
3567
|
+
"scope": "working_directory",
|
|
3568
|
+
"source": "description_analysis"
|
|
3569
|
+
},
|
|
3570
|
+
{
|
|
3571
|
+
"resource": "filesystem",
|
|
3572
|
+
"operation": "write",
|
|
3573
|
+
"scope": "working_directory",
|
|
3574
|
+
"source": "description_analysis"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"resource": "filesystem",
|
|
3578
|
+
"operation": "write",
|
|
3579
|
+
"scope": "working_directory",
|
|
3580
|
+
"source": "description_analysis"
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"resource": "filesystem",
|
|
3584
|
+
"operation": "write",
|
|
3585
|
+
"scope": "working_directory",
|
|
3586
|
+
"source": "description_analysis"
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"resource": "filesystem",
|
|
3590
|
+
"operation": "write",
|
|
3591
|
+
"scope": "working_directory",
|
|
3592
|
+
"source": "description_analysis"
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"resource": "filesystem",
|
|
3596
|
+
"operation": "write",
|
|
3597
|
+
"scope": "working_directory",
|
|
3598
|
+
"source": "description_analysis"
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"resource": "filesystem",
|
|
3602
|
+
"operation": "write",
|
|
3603
|
+
"scope": "working_directory",
|
|
3604
|
+
"source": "description_analysis"
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"resource": "filesystem",
|
|
3608
|
+
"operation": "write",
|
|
3609
|
+
"scope": "working_directory",
|
|
3610
|
+
"source": "description_analysis"
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"resource": "filesystem",
|
|
3614
|
+
"operation": "write",
|
|
3615
|
+
"scope": "working_directory",
|
|
3616
|
+
"source": "description_analysis"
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"resource": "filesystem",
|
|
3620
|
+
"operation": "write",
|
|
3621
|
+
"scope": "working_directory",
|
|
3622
|
+
"source": "description_analysis"
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"resource": "filesystem",
|
|
3626
|
+
"operation": "write",
|
|
3627
|
+
"scope": "working_directory",
|
|
3628
|
+
"source": "description_analysis"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"resource": "filesystem",
|
|
3632
|
+
"operation": "write",
|
|
3633
|
+
"scope": "working_directory",
|
|
3634
|
+
"source": "description_analysis"
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"resource": "filesystem",
|
|
3638
|
+
"operation": "write",
|
|
3639
|
+
"scope": "working_directory",
|
|
3640
|
+
"source": "description_analysis"
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"resource": "filesystem",
|
|
3644
|
+
"operation": "write",
|
|
3645
|
+
"scope": "working_directory",
|
|
3646
|
+
"source": "description_analysis"
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"resource": "filesystem",
|
|
3650
|
+
"operation": "write",
|
|
3651
|
+
"scope": "working_directory",
|
|
3652
|
+
"source": "description_analysis"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"resource": "filesystem",
|
|
3656
|
+
"operation": "write",
|
|
3657
|
+
"scope": "working_directory",
|
|
3658
|
+
"source": "description_analysis"
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"resource": "filesystem",
|
|
3662
|
+
"operation": "write",
|
|
3663
|
+
"scope": "working_directory",
|
|
3664
|
+
"source": "description_analysis"
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"resource": "filesystem",
|
|
3668
|
+
"operation": "write",
|
|
3669
|
+
"scope": "working_directory",
|
|
3670
|
+
"source": "description_analysis"
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"resource": "filesystem",
|
|
3674
|
+
"operation": "write",
|
|
3675
|
+
"scope": "working_directory",
|
|
3676
|
+
"source": "description_analysis"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"resource": "filesystem",
|
|
3680
|
+
"operation": "write",
|
|
3681
|
+
"scope": "working_directory",
|
|
3682
|
+
"source": "description_analysis"
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"resource": "filesystem",
|
|
3686
|
+
"operation": "write",
|
|
3687
|
+
"scope": "working_directory",
|
|
3688
|
+
"source": "description_analysis"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"resource": "filesystem",
|
|
3692
|
+
"operation": "write",
|
|
3693
|
+
"scope": "working_directory",
|
|
3694
|
+
"source": "description_analysis"
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"resource": "filesystem",
|
|
3698
|
+
"operation": "write",
|
|
3699
|
+
"scope": "working_directory",
|
|
3700
|
+
"source": "description_analysis"
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"resource": "filesystem",
|
|
3704
|
+
"operation": "write",
|
|
3705
|
+
"scope": "working_directory",
|
|
3706
|
+
"source": "description_analysis"
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"resource": "filesystem",
|
|
3710
|
+
"operation": "write",
|
|
3711
|
+
"scope": "working_directory",
|
|
3712
|
+
"source": "description_analysis"
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"resource": "filesystem",
|
|
3716
|
+
"operation": "write",
|
|
3717
|
+
"scope": "working_directory",
|
|
3718
|
+
"source": "description_analysis"
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"resource": "filesystem",
|
|
3722
|
+
"operation": "write",
|
|
3723
|
+
"scope": "working_directory",
|
|
3724
|
+
"source": "description_analysis"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"resource": "filesystem",
|
|
3728
|
+
"operation": "write",
|
|
3729
|
+
"scope": "working_directory",
|
|
3730
|
+
"source": "description_analysis"
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"resource": "filesystem",
|
|
3734
|
+
"operation": "write",
|
|
3735
|
+
"scope": "working_directory",
|
|
3736
|
+
"source": "description_analysis"
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"resource": "filesystem",
|
|
3740
|
+
"operation": "write",
|
|
3741
|
+
"scope": "working_directory",
|
|
3742
|
+
"source": "description_analysis"
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"resource": "filesystem",
|
|
3746
|
+
"operation": "write",
|
|
3747
|
+
"scope": "working_directory",
|
|
3748
|
+
"source": "description_analysis"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"resource": "filesystem",
|
|
3752
|
+
"operation": "write",
|
|
3753
|
+
"scope": "working_directory",
|
|
3754
|
+
"source": "description_analysis"
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"resource": "filesystem",
|
|
3758
|
+
"operation": "write",
|
|
3759
|
+
"scope": "working_directory",
|
|
3760
|
+
"source": "description_analysis"
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"resource": "filesystem",
|
|
3764
|
+
"operation": "write",
|
|
3765
|
+
"scope": "working_directory",
|
|
3766
|
+
"source": "description_analysis"
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"resource": "filesystem",
|
|
3770
|
+
"operation": "write",
|
|
3771
|
+
"scope": "working_directory",
|
|
3772
|
+
"source": "description_analysis"
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"resource": "filesystem",
|
|
3776
|
+
"operation": "write",
|
|
3777
|
+
"scope": "working_directory",
|
|
3778
|
+
"source": "description_analysis"
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"resource": "filesystem",
|
|
3782
|
+
"operation": "write",
|
|
3783
|
+
"scope": "working_directory",
|
|
3784
|
+
"source": "description_analysis"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"resource": "filesystem",
|
|
3788
|
+
"operation": "write",
|
|
3789
|
+
"scope": "working_directory",
|
|
3790
|
+
"source": "description_analysis"
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"resource": "filesystem",
|
|
3794
|
+
"operation": "write",
|
|
3795
|
+
"scope": "working_directory",
|
|
3796
|
+
"source": "description_analysis"
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"resource": "filesystem",
|
|
3800
|
+
"operation": "write",
|
|
3801
|
+
"scope": "working_directory",
|
|
3802
|
+
"source": "description_analysis"
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"resource": "filesystem",
|
|
3806
|
+
"operation": "write",
|
|
3807
|
+
"scope": "working_directory",
|
|
3808
|
+
"source": "description_analysis"
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"resource": "filesystem",
|
|
3812
|
+
"operation": "write",
|
|
3813
|
+
"scope": "working_directory",
|
|
3814
|
+
"source": "description_analysis"
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"resource": "filesystem",
|
|
3818
|
+
"operation": "write",
|
|
3819
|
+
"scope": "working_directory",
|
|
3820
|
+
"source": "description_analysis"
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"resource": "filesystem",
|
|
3824
|
+
"operation": "write",
|
|
3825
|
+
"scope": "working_directory",
|
|
3826
|
+
"source": "description_analysis"
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"resource": "filesystem",
|
|
3830
|
+
"operation": "write",
|
|
3831
|
+
"scope": "working_directory",
|
|
3832
|
+
"source": "description_analysis"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"resource": "filesystem",
|
|
3836
|
+
"operation": "write",
|
|
3837
|
+
"scope": "working_directory",
|
|
3838
|
+
"source": "description_analysis"
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"resource": "filesystem",
|
|
3842
|
+
"operation": "write",
|
|
3843
|
+
"scope": "working_directory",
|
|
3844
|
+
"source": "description_analysis"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"resource": "filesystem",
|
|
3848
|
+
"operation": "write",
|
|
3849
|
+
"scope": "working_directory",
|
|
3850
|
+
"source": "description_analysis"
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"resource": "filesystem",
|
|
3854
|
+
"operation": "write",
|
|
3855
|
+
"scope": "working_directory",
|
|
3856
|
+
"source": "description_analysis"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"resource": "filesystem",
|
|
3860
|
+
"operation": "write",
|
|
3861
|
+
"scope": "working_directory",
|
|
3862
|
+
"source": "description_analysis"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"resource": "filesystem",
|
|
3866
|
+
"operation": "write",
|
|
3867
|
+
"scope": "working_directory",
|
|
3868
|
+
"source": "description_analysis"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"resource": "filesystem",
|
|
3872
|
+
"operation": "write",
|
|
3873
|
+
"scope": "working_directory",
|
|
3874
|
+
"source": "description_analysis"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"resource": "filesystem",
|
|
3878
|
+
"operation": "write",
|
|
3879
|
+
"scope": "working_directory",
|
|
3880
|
+
"source": "description_analysis"
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"resource": "filesystem",
|
|
3884
|
+
"operation": "write",
|
|
3885
|
+
"scope": "working_directory",
|
|
3886
|
+
"source": "description_analysis"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"resource": "filesystem",
|
|
3890
|
+
"operation": "write",
|
|
3891
|
+
"scope": "working_directory",
|
|
3892
|
+
"source": "description_analysis"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"resource": "filesystem",
|
|
3896
|
+
"operation": "write",
|
|
3897
|
+
"scope": "working_directory",
|
|
3898
|
+
"source": "description_analysis"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"resource": "filesystem",
|
|
3902
|
+
"operation": "write",
|
|
3903
|
+
"scope": "working_directory",
|
|
3904
|
+
"source": "description_analysis"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"resource": "filesystem",
|
|
3908
|
+
"operation": "write",
|
|
3909
|
+
"scope": "working_directory",
|
|
3910
|
+
"source": "description_analysis"
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"resource": "filesystem",
|
|
3914
|
+
"operation": "write",
|
|
3915
|
+
"scope": "working_directory",
|
|
3916
|
+
"source": "description_analysis"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"resource": "filesystem",
|
|
3920
|
+
"operation": "write",
|
|
3921
|
+
"scope": "working_directory",
|
|
3922
|
+
"source": "description_analysis"
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"resource": "filesystem",
|
|
3926
|
+
"operation": "write",
|
|
3927
|
+
"scope": "working_directory",
|
|
3928
|
+
"source": "description_analysis"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"resource": "filesystem",
|
|
3932
|
+
"operation": "write",
|
|
3933
|
+
"scope": "working_directory",
|
|
3934
|
+
"source": "description_analysis"
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"resource": "filesystem",
|
|
3938
|
+
"operation": "write",
|
|
3939
|
+
"scope": "working_directory",
|
|
3940
|
+
"source": "description_analysis"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"resource": "filesystem",
|
|
3944
|
+
"operation": "write",
|
|
3945
|
+
"scope": "working_directory",
|
|
3946
|
+
"source": "description_analysis"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"resource": "filesystem",
|
|
3950
|
+
"operation": "write",
|
|
3951
|
+
"scope": "working_directory",
|
|
3952
|
+
"source": "description_analysis"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"resource": "filesystem",
|
|
3956
|
+
"operation": "write",
|
|
3957
|
+
"scope": "working_directory",
|
|
3958
|
+
"source": "description_analysis"
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"resource": "filesystem",
|
|
3962
|
+
"operation": "write",
|
|
3963
|
+
"scope": "working_directory",
|
|
3964
|
+
"source": "description_analysis"
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"resource": "filesystem",
|
|
3968
|
+
"operation": "write",
|
|
3969
|
+
"scope": "working_directory",
|
|
3970
|
+
"source": "description_analysis"
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"resource": "filesystem",
|
|
3974
|
+
"operation": "write",
|
|
3975
|
+
"scope": "working_directory",
|
|
3976
|
+
"source": "description_analysis"
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"resource": "filesystem",
|
|
3980
|
+
"operation": "write",
|
|
3981
|
+
"scope": "working_directory",
|
|
3982
|
+
"source": "description_analysis"
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"resource": "filesystem",
|
|
3986
|
+
"operation": "write",
|
|
3987
|
+
"scope": "working_directory",
|
|
3988
|
+
"source": "description_analysis"
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"resource": "filesystem",
|
|
3992
|
+
"operation": "write",
|
|
3993
|
+
"scope": "working_directory",
|
|
3994
|
+
"source": "description_analysis"
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
"resource": "filesystem",
|
|
3998
|
+
"operation": "write",
|
|
3999
|
+
"scope": "working_directory",
|
|
4000
|
+
"source": "description_analysis"
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"resource": "filesystem",
|
|
4004
|
+
"operation": "write",
|
|
4005
|
+
"scope": "working_directory",
|
|
4006
|
+
"source": "description_analysis"
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
"resource": "filesystem",
|
|
4010
|
+
"operation": "write",
|
|
4011
|
+
"scope": "working_directory",
|
|
4012
|
+
"source": "description_analysis"
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"resource": "filesystem",
|
|
4016
|
+
"operation": "write",
|
|
4017
|
+
"scope": "working_directory",
|
|
4018
|
+
"source": "description_analysis"
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"resource": "filesystem",
|
|
4022
|
+
"operation": "write",
|
|
4023
|
+
"scope": "working_directory",
|
|
4024
|
+
"source": "description_analysis"
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
"resource": "filesystem",
|
|
4028
|
+
"operation": "write",
|
|
4029
|
+
"scope": "working_directory",
|
|
4030
|
+
"source": "description_analysis"
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"resource": "filesystem",
|
|
4034
|
+
"operation": "write",
|
|
4035
|
+
"scope": "working_directory",
|
|
4036
|
+
"source": "description_analysis"
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"resource": "filesystem",
|
|
4040
|
+
"operation": "write",
|
|
4041
|
+
"scope": "working_directory",
|
|
4042
|
+
"source": "description_analysis"
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
"resource": "filesystem",
|
|
4046
|
+
"operation": "write",
|
|
4047
|
+
"scope": "working_directory",
|
|
4048
|
+
"source": "description_analysis"
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"resource": "filesystem",
|
|
4052
|
+
"operation": "write",
|
|
4053
|
+
"scope": "working_directory",
|
|
4054
|
+
"source": "description_analysis"
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"resource": "filesystem",
|
|
4058
|
+
"operation": "write",
|
|
4059
|
+
"scope": "working_directory",
|
|
4060
|
+
"source": "description_analysis"
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"resource": "filesystem",
|
|
4064
|
+
"operation": "write",
|
|
4065
|
+
"scope": "working_directory",
|
|
4066
|
+
"source": "description_analysis"
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"resource": "filesystem",
|
|
4070
|
+
"operation": "write",
|
|
4071
|
+
"scope": "working_directory",
|
|
4072
|
+
"source": "description_analysis"
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"resource": "filesystem",
|
|
4076
|
+
"operation": "write",
|
|
4077
|
+
"scope": "working_directory",
|
|
4078
|
+
"source": "description_analysis"
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"resource": "filesystem",
|
|
4082
|
+
"operation": "write",
|
|
4083
|
+
"scope": "working_directory",
|
|
4084
|
+
"source": "description_analysis"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"resource": "filesystem",
|
|
4088
|
+
"operation": "write",
|
|
4089
|
+
"scope": "working_directory",
|
|
4090
|
+
"source": "description_analysis"
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"resource": "filesystem",
|
|
4094
|
+
"operation": "write",
|
|
4095
|
+
"scope": "working_directory",
|
|
4096
|
+
"source": "description_analysis"
|
|
4097
|
+
},
|
|
4098
|
+
{
|
|
4099
|
+
"resource": "filesystem",
|
|
4100
|
+
"operation": "write",
|
|
4101
|
+
"scope": "working_directory",
|
|
4102
|
+
"source": "description_analysis"
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"resource": "filesystem",
|
|
4106
|
+
"operation": "write",
|
|
4107
|
+
"scope": "working_directory",
|
|
4108
|
+
"source": "description_analysis"
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
"resource": "filesystem",
|
|
4112
|
+
"operation": "write",
|
|
4113
|
+
"scope": "working_directory",
|
|
4114
|
+
"source": "description_analysis"
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"resource": "filesystem",
|
|
4118
|
+
"operation": "write",
|
|
4119
|
+
"scope": "working_directory",
|
|
4120
|
+
"source": "description_analysis"
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"resource": "filesystem",
|
|
4124
|
+
"operation": "write",
|
|
4125
|
+
"scope": "working_directory",
|
|
4126
|
+
"source": "description_analysis"
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"resource": "filesystem",
|
|
4130
|
+
"operation": "write",
|
|
4131
|
+
"scope": "working_directory",
|
|
4132
|
+
"source": "description_analysis"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"resource": "filesystem",
|
|
4136
|
+
"operation": "write",
|
|
4137
|
+
"scope": "working_directory",
|
|
4138
|
+
"source": "description_analysis"
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"resource": "filesystem",
|
|
4142
|
+
"operation": "write",
|
|
4143
|
+
"scope": "working_directory",
|
|
4144
|
+
"source": "description_analysis"
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"resource": "filesystem",
|
|
4148
|
+
"operation": "write",
|
|
4149
|
+
"scope": "working_directory",
|
|
4150
|
+
"source": "description_analysis"
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"resource": "filesystem",
|
|
4154
|
+
"operation": "write",
|
|
4155
|
+
"scope": "working_directory",
|
|
4156
|
+
"source": "description_analysis"
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"resource": "filesystem",
|
|
4160
|
+
"operation": "write",
|
|
4161
|
+
"scope": "working_directory",
|
|
4162
|
+
"source": "description_analysis"
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"resource": "filesystem",
|
|
4166
|
+
"operation": "write",
|
|
4167
|
+
"scope": "working_directory",
|
|
4168
|
+
"source": "description_analysis"
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"resource": "filesystem",
|
|
4172
|
+
"operation": "write",
|
|
4173
|
+
"scope": "working_directory",
|
|
4174
|
+
"source": "description_analysis"
|
|
4175
|
+
},
|
|
4176
|
+
{
|
|
4177
|
+
"resource": "filesystem",
|
|
4178
|
+
"operation": "write",
|
|
4179
|
+
"scope": "working_directory",
|
|
4180
|
+
"source": "description_analysis"
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"resource": "filesystem",
|
|
4184
|
+
"operation": "write",
|
|
4185
|
+
"scope": "working_directory",
|
|
4186
|
+
"source": "description_analysis"
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"resource": "filesystem",
|
|
4190
|
+
"operation": "write",
|
|
4191
|
+
"scope": "working_directory",
|
|
4192
|
+
"source": "description_analysis"
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"resource": "filesystem",
|
|
4196
|
+
"operation": "write",
|
|
4197
|
+
"scope": "working_directory",
|
|
4198
|
+
"source": "description_analysis"
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"resource": "filesystem",
|
|
4202
|
+
"operation": "write",
|
|
4203
|
+
"scope": "working_directory",
|
|
4204
|
+
"source": "description_analysis"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"resource": "filesystem",
|
|
4208
|
+
"operation": "write",
|
|
4209
|
+
"scope": "working_directory",
|
|
4210
|
+
"source": "description_analysis"
|
|
4211
|
+
}
|
|
4212
|
+
],
|
|
4213
|
+
"analyzedAt": "2026-07-12T23:44:12.944Z",
|
|
4214
|
+
"confidence": "medium"
|
|
2782
4215
|
}
|
|
2783
4216
|
}
|