@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.
Files changed (151) hide show
  1. package/PRIVACY.md +16 -0
  2. package/README.md +5 -11
  3. package/README.zh-CN.md +4 -10
  4. package/dist/src/cli.js +4 -2
  5. package/dist/src/cli.js.map +1 -1
  6. package/dist/src/commands/diff.js +24 -2
  7. package/dist/src/commands/diff.js.map +1 -1
  8. package/dist/src/commands/enforce.d.ts +2 -2
  9. package/dist/src/commands/enforce.js +5 -8
  10. package/dist/src/commands/enforce.js.map +1 -1
  11. package/dist/src/commands/scan.js.map +1 -1
  12. package/dist/src/commands/telemetry.js +41 -1
  13. package/dist/src/commands/telemetry.js.map +1 -1
  14. package/dist/src/commands/test.js +2 -2
  15. package/dist/src/commands/test.js.map +1 -1
  16. package/dist/src/diff.d.ts +5 -2
  17. package/dist/src/diff.js +23 -2
  18. package/dist/src/diff.js.map +1 -1
  19. package/dist/src/index.d.ts +1 -0
  20. package/dist/src/index.js +1 -0
  21. package/dist/src/index.js.map +1 -1
  22. package/dist/src/permission-delta.d.ts +2 -0
  23. package/dist/src/permission-delta.js +99 -0
  24. package/dist/src/permission-delta.js.map +1 -0
  25. package/dist/src/reporters/common.d.ts +1 -0
  26. package/dist/src/reporters/common.js +3 -1
  27. package/dist/src/reporters/common.js.map +1 -1
  28. package/dist/src/reporters/html.js +30 -1
  29. package/dist/src/reporters/html.js.map +1 -1
  30. package/dist/src/reporters/markdown.js +21 -2
  31. package/dist/src/reporters/markdown.js.map +1 -1
  32. package/dist/src/reporters/pr-comment.js +1 -1
  33. package/dist/src/reporters/pr-comment.js.map +1 -1
  34. package/dist/src/reporters/terminal.js +9 -3
  35. package/dist/src/reporters/terminal.js.map +1 -1
  36. package/dist/src/risk-taxonomy.d.ts +16 -0
  37. package/dist/src/risk-taxonomy.js +95 -0
  38. package/dist/src/risk-taxonomy.js.map +1 -0
  39. package/dist/src/schema-diff.d.ts +2 -1
  40. package/dist/src/schema-diff.js +28 -3
  41. package/dist/src/schema-diff.js.map +1 -1
  42. package/dist/src/telemetry.d.ts +17 -0
  43. package/dist/src/telemetry.js +70 -2
  44. package/dist/src/telemetry.js.map +1 -1
  45. package/dist/src/types.d.ts +15 -0
  46. package/dist/src/validate.js +44 -2
  47. package/dist/src/validate.js.map +1 -1
  48. package/docs/mcp-server-safety-index.md +77 -15
  49. package/docs/safety-index/artifacts/antv-chart-server.json +1452 -19
  50. package/docs/safety-index/artifacts/antv-chart-server.md +156 -10
  51. package/docs/safety-index/artifacts/brave-search-server.json +341 -0
  52. package/docs/safety-index/artifacts/brave-search-server.md +201 -0
  53. package/docs/safety-index/artifacts/browsermcp-server.json +83 -18
  54. package/docs/safety-index/artifacts/browsermcp-server.md +46 -12
  55. package/docs/safety-index/artifacts/chrome-devtools-mcp-server.json +592 -21
  56. package/docs/safety-index/artifacts/chrome-devtools-mcp-server.md +96 -14
  57. package/docs/safety-index/artifacts/clay-server.json +66 -0
  58. package/docs/safety-index/artifacts/clay-server.md +106 -0
  59. package/docs/safety-index/artifacts/cloudflare-server.json +66 -0
  60. package/docs/safety-index/artifacts/cloudflare-server.md +106 -0
  61. package/docs/safety-index/artifacts/context7-server.json +85 -18
  62. package/docs/safety-index/artifacts/context7-server.md +52 -11
  63. package/docs/safety-index/artifacts/cyanheads-git-mcp-server.json +1565 -34
  64. package/docs/safety-index/artifacts/cyanheads-git-mcp-server.md +178 -17
  65. package/docs/safety-index/artifacts/docker-server.json +395 -0
  66. package/docs/safety-index/artifacts/docker-server.md +204 -0
  67. package/docs/safety-index/artifacts/everything-server.json +145 -18
  68. package/docs/safety-index/artifacts/everything-server.md +56 -11
  69. package/docs/safety-index/artifacts/exa-server.json +400 -0
  70. package/docs/safety-index/artifacts/exa-server.md +207 -0
  71. package/docs/safety-index/artifacts/executeautomation-playwright-server.json +625 -18
  72. package/docs/safety-index/artifacts/executeautomation-playwright-server.md +95 -11
  73. package/docs/safety-index/artifacts/fetch-server.json +66 -0
  74. package/docs/safety-index/artifacts/fetch-server.md +106 -0
  75. package/docs/safety-index/artifacts/figma-server.json +1766 -0
  76. package/docs/safety-index/artifacts/figma-server.md +256 -0
  77. package/docs/safety-index/artifacts/filesystem-mcp-server.json +428 -24
  78. package/docs/safety-index/artifacts/filesystem-mcp-server.md +75 -14
  79. package/docs/safety-index/artifacts/filesystem-server.json +426 -22
  80. package/docs/safety-index/artifacts/filesystem-server.md +73 -12
  81. package/docs/safety-index/artifacts/firecrawl-server.json +4056 -0
  82. package/docs/safety-index/artifacts/firecrawl-server.md +243 -0
  83. package/docs/safety-index/artifacts/github-mcp-server.json +374 -21
  84. package/docs/safety-index/artifacts/github-mcp-server.md +71 -15
  85. package/docs/safety-index/artifacts/gitlab-server.json +229 -0
  86. package/docs/safety-index/artifacts/gitlab-server.md +753 -0
  87. package/docs/safety-index/artifacts/gmail-server.json +66 -0
  88. package/docs/safety-index/artifacts/gmail-server.md +106 -0
  89. package/docs/safety-index/artifacts/google-calendar-server.json +66 -0
  90. package/docs/safety-index/artifacts/google-calendar-server.md +106 -0
  91. package/docs/safety-index/artifacts/google-drive-server.json +66 -0
  92. package/docs/safety-index/artifacts/google-drive-server.md +106 -0
  93. package/docs/safety-index/artifacts/google-sheets-server.json +66 -0
  94. package/docs/safety-index/artifacts/google-sheets-server.md +106 -0
  95. package/docs/safety-index/artifacts/google-tasks-server.json +66 -0
  96. package/docs/safety-index/artifacts/google-tasks-server.md +106 -0
  97. package/docs/safety-index/artifacts/huggingface-server.json +66 -0
  98. package/docs/safety-index/artifacts/huggingface-server.md +106 -0
  99. package/docs/safety-index/artifacts/jina-server.json +66 -0
  100. package/docs/safety-index/artifacts/jina-server.md +106 -0
  101. package/docs/safety-index/artifacts/kubernetes-server.json +1054 -27
  102. package/docs/safety-index/artifacts/kubernetes-server.md +137 -18
  103. package/docs/safety-index/artifacts/linear-server.json +1494 -0
  104. package/docs/safety-index/artifacts/linear-server.md +237 -0
  105. package/docs/safety-index/artifacts/memory-server.json +191 -18
  106. package/docs/safety-index/artifacts/memory-server.md +51 -9
  107. package/docs/safety-index/artifacts/mongodb-server.json +66 -0
  108. package/docs/safety-index/artifacts/mongodb-server.md +106 -0
  109. package/docs/safety-index/artifacts/neon-server.json +66 -0
  110. package/docs/safety-index/artifacts/neon-server.md +103 -0
  111. package/docs/safety-index/artifacts/notion-server.json +7151 -0
  112. package/docs/safety-index/artifacts/notion-server.md +236 -0
  113. package/docs/safety-index/artifacts/onesignal-server.json +66 -0
  114. package/docs/safety-index/artifacts/onesignal-server.md +106 -0
  115. package/docs/safety-index/artifacts/opentofu-server.json +31 -19
  116. package/docs/safety-index/artifacts/opentofu-server.md +28 -10
  117. package/docs/safety-index/artifacts/playwright-mcp-server.json +415 -24
  118. package/docs/safety-index/artifacts/playwright-mcp-server.md +84 -20
  119. package/docs/safety-index/artifacts/postgres-server.json +330 -0
  120. package/docs/safety-index/artifacts/postgres-server.md +208 -0
  121. package/docs/safety-index/artifacts/promptopia-server.json +96 -19
  122. package/docs/safety-index/artifacts/promptopia-server.md +43 -9
  123. package/docs/safety-index/artifacts/puppeteer-server.json +118 -29
  124. package/docs/safety-index/artifacts/puppeteer-server.md +61 -19
  125. package/docs/safety-index/artifacts/qdrant-server.json +66 -0
  126. package/docs/safety-index/artifacts/qdrant-server.md +106 -0
  127. package/docs/safety-index/artifacts/reddit-server.json +66 -0
  128. package/docs/safety-index/artifacts/reddit-server.md +106 -0
  129. package/docs/safety-index/artifacts/ref-tools-server.json +95 -18
  130. package/docs/safety-index/artifacts/ref-tools-server.md +45 -12
  131. package/docs/safety-index/artifacts/sentry-server.json +66 -0
  132. package/docs/safety-index/artifacts/sentry-server.md +106 -0
  133. package/docs/safety-index/artifacts/sequential-thinking-server.json +59 -18
  134. package/docs/safety-index/artifacts/sequential-thinking-server.md +41 -9
  135. package/docs/safety-index/artifacts/slack-server.json +66 -0
  136. package/docs/safety-index/artifacts/slack-server.md +102 -0
  137. package/docs/safety-index/artifacts/sqlite-server.json +67 -0
  138. package/docs/safety-index/artifacts/sqlite-server.md +106 -0
  139. package/docs/safety-index/artifacts/stripe-server.json +66 -0
  140. package/docs/safety-index/artifacts/stripe-server.md +106 -0
  141. package/docs/safety-index/artifacts/supabase-server.json +66 -0
  142. package/docs/safety-index/artifacts/supabase-server.md +102 -0
  143. package/docs/safety-index/artifacts/tavily-search-server.json +66 -0
  144. package/docs/safety-index/artifacts/tavily-search-server.md +106 -0
  145. package/docs/safety-index/artifacts/ui5-mcp-server.json +842 -0
  146. package/docs/safety-index/artifacts/ui5-mcp-server.md +232 -0
  147. package/docs/safety-index/artifacts/vercel-ai-server.json +66 -0
  148. package/docs/safety-index/artifacts/vercel-ai-server.md +106 -0
  149. package/docs/safety-index/targets.json +552 -0
  150. package/package.json +1 -1
  151. 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-07T211635668Z_9369cd63",
6
- "createdAt": "2026-07-07T21:16:35.668Z",
7
- "toolVersion": "1.28.2",
5
+ "runId": "run_2026-07-12T234357332Z_a8909e32",
6
+ "createdAt": "2026-07-12T23:43:57.332Z",
7
+ "toolVersion": "1.31.0",
8
8
  "target": {
9
9
  "targetId": "filesystem-mcp-server",
10
10
  "adapter": "local-process",
@@ -26,14 +26,14 @@
26
26
  "serverVersion": "0.2.0"
27
27
  },
28
28
  "environment": {
29
- "platform": "darwin 24.0.0",
30
- "nodeVersion": "v25.8.1"
29
+ "platform": "darwin 25.5.0",
30
+ "nodeVersion": "v22.22.1"
31
31
  },
32
32
  "summary": {
33
- "total": 8,
33
+ "total": 9,
34
34
  "pass": 2,
35
35
  "fail": 0,
36
- "partial": 4,
36
+ "partial": 5,
37
37
  "unsupported": 2,
38
38
  "flaky": 0,
39
39
  "skipped": 0,
@@ -44,7 +44,7 @@
44
44
  "id": "tools",
45
45
  "capability": "tools",
46
46
  "status": "pass",
47
- "durationMs": 4.94458399999985,
47
+ "durationMs": 5.515415999999277,
48
48
  "message": "Advertised capability responded with the minimal expected shape (14 items).",
49
49
  "evidence": [
50
50
  {
@@ -328,7 +328,7 @@
328
328
  "id": "prompts",
329
329
  "capability": "prompts",
330
330
  "status": "unsupported",
331
- "durationMs": 0.0038749999998799467,
331
+ "durationMs": 0.003499999999803549,
332
332
  "message": "Prompts are not advertised by the target.",
333
333
  "evidence": [
334
334
  {
@@ -344,7 +344,7 @@
344
344
  "id": "resources",
345
345
  "capability": "resources",
346
346
  "status": "unsupported",
347
- "durationMs": 0.001750000000356522,
347
+ "durationMs": 0.001374999999825377,
348
348
  "message": "Resources are not advertised by the target.",
349
349
  "evidence": [
350
350
  {
@@ -360,7 +360,7 @@
360
360
  "id": "security-lite",
361
361
  "capability": "security-lite",
362
362
  "status": "partial",
363
- "durationMs": 0.06254200000012133,
363
+ "durationMs": 0.07416699999976117,
364
364
  "message": "Found 3 security finding(s): 0 high, 3 medium, 0 low.",
365
365
  "evidence": [
366
366
  {
@@ -402,11 +402,220 @@
402
402
  }
403
403
  ]
404
404
  },
405
+ {
406
+ "id": "runtime-profile",
407
+ "capability": "runtime-profile",
408
+ "status": "partial",
409
+ "durationMs": 0.14829199999985576,
410
+ "message": "Detected 0 potential egress target(s) and 31 potential state mutation(s) with high confidence.",
411
+ "evidence": [
412
+ {
413
+ "endpoint": "runtime-profile/analyze",
414
+ "advertised": true,
415
+ "responded": true,
416
+ "minimalShapePresent": true,
417
+ "itemCount": 31,
418
+ "diagnostics": [
419
+ "Egress entries: 0",
420
+ "State mutations: 31",
421
+ "Confidence: high"
422
+ ],
423
+ "findings": [
424
+ {
425
+ "resource": "filesystem",
426
+ "operation": "write",
427
+ "scope": "working_directory",
428
+ "source": "tool_schema"
429
+ },
430
+ {
431
+ "resource": "filesystem",
432
+ "operation": "write",
433
+ "scope": "working_directory",
434
+ "source": "description_analysis"
435
+ },
436
+ {
437
+ "resource": "filesystem",
438
+ "operation": "write",
439
+ "scope": "working_directory",
440
+ "source": "description_analysis"
441
+ },
442
+ {
443
+ "resource": "filesystem",
444
+ "operation": "write",
445
+ "scope": "working_directory",
446
+ "source": "description_analysis"
447
+ },
448
+ {
449
+ "resource": "filesystem",
450
+ "operation": "write",
451
+ "scope": "working_directory",
452
+ "source": "tool_schema"
453
+ },
454
+ {
455
+ "resource": "filesystem",
456
+ "operation": "write",
457
+ "scope": "working_directory",
458
+ "source": "description_analysis"
459
+ },
460
+ {
461
+ "resource": "filesystem",
462
+ "operation": "write",
463
+ "scope": "working_directory",
464
+ "source": "description_analysis"
465
+ },
466
+ {
467
+ "resource": "filesystem",
468
+ "operation": "write",
469
+ "scope": "working_directory",
470
+ "source": "description_analysis"
471
+ },
472
+ {
473
+ "resource": "filesystem",
474
+ "operation": "write",
475
+ "scope": "working_directory",
476
+ "source": "tool_schema"
477
+ },
478
+ {
479
+ "resource": "filesystem",
480
+ "operation": "write",
481
+ "scope": "working_directory",
482
+ "source": "description_analysis"
483
+ },
484
+ {
485
+ "resource": "filesystem",
486
+ "operation": "write",
487
+ "scope": "working_directory",
488
+ "source": "description_analysis"
489
+ },
490
+ {
491
+ "resource": "filesystem",
492
+ "operation": "write",
493
+ "scope": "working_directory",
494
+ "source": "description_analysis"
495
+ },
496
+ {
497
+ "resource": "filesystem",
498
+ "operation": "write",
499
+ "scope": "working_directory",
500
+ "source": "tool_schema"
501
+ },
502
+ {
503
+ "resource": "filesystem",
504
+ "operation": "write",
505
+ "scope": "working_directory",
506
+ "source": "description_analysis"
507
+ },
508
+ {
509
+ "resource": "filesystem",
510
+ "operation": "write",
511
+ "scope": "working_directory",
512
+ "source": "description_analysis"
513
+ },
514
+ {
515
+ "resource": "filesystem",
516
+ "operation": "write",
517
+ "scope": "working_directory",
518
+ "source": "tool_schema"
519
+ },
520
+ {
521
+ "resource": "filesystem",
522
+ "operation": "write",
523
+ "scope": "working_directory",
524
+ "source": "description_analysis"
525
+ },
526
+ {
527
+ "resource": "filesystem",
528
+ "operation": "write",
529
+ "scope": "working_directory",
530
+ "source": "tool_schema"
531
+ },
532
+ {
533
+ "resource": "filesystem",
534
+ "operation": "write",
535
+ "scope": "working_directory",
536
+ "source": "description_analysis"
537
+ },
538
+ {
539
+ "resource": "filesystem",
540
+ "operation": "write",
541
+ "scope": "working_directory",
542
+ "source": "description_analysis"
543
+ },
544
+ {
545
+ "resource": "filesystem",
546
+ "operation": "write",
547
+ "scope": "working_directory",
548
+ "source": "tool_schema"
549
+ },
550
+ {
551
+ "resource": "filesystem",
552
+ "operation": "write",
553
+ "scope": "working_directory",
554
+ "source": "description_analysis"
555
+ },
556
+ {
557
+ "resource": "filesystem",
558
+ "operation": "write",
559
+ "scope": "working_directory",
560
+ "source": "tool_schema"
561
+ },
562
+ {
563
+ "resource": "filesystem",
564
+ "operation": "write",
565
+ "scope": "working_directory",
566
+ "source": "description_analysis"
567
+ },
568
+ {
569
+ "resource": "filesystem",
570
+ "operation": "write",
571
+ "scope": "working_directory",
572
+ "source": "tool_schema"
573
+ },
574
+ {
575
+ "resource": "filesystem",
576
+ "operation": "write",
577
+ "scope": "working_directory",
578
+ "source": "description_analysis"
579
+ },
580
+ {
581
+ "resource": "filesystem",
582
+ "operation": "write",
583
+ "scope": "working_directory",
584
+ "source": "description_analysis"
585
+ },
586
+ {
587
+ "resource": "filesystem",
588
+ "operation": "write",
589
+ "scope": "working_directory",
590
+ "source": "tool_schema"
591
+ },
592
+ {
593
+ "resource": "filesystem",
594
+ "operation": "write",
595
+ "scope": "working_directory",
596
+ "source": "description_analysis"
597
+ },
598
+ {
599
+ "resource": "filesystem",
600
+ "operation": "write",
601
+ "scope": "working_directory",
602
+ "source": "tool_schema"
603
+ },
604
+ {
605
+ "resource": "filesystem",
606
+ "operation": "write",
607
+ "scope": "working_directory",
608
+ "source": "description_analysis"
609
+ }
610
+ ]
611
+ }
612
+ ]
613
+ },
405
614
  {
406
615
  "id": "conformance",
407
616
  "capability": "conformance",
408
617
  "status": "pass",
409
- "durationMs": 4.9719169999998485,
618
+ "durationMs": 6.26983300000029,
410
619
  "message": "All 7 conformance checks passed.",
411
620
  "evidence": [
412
621
  {
@@ -432,7 +641,7 @@
432
641
  "id": "schema-quality",
433
642
  "capability": "schema-quality",
434
643
  "status": "partial",
435
- "durationMs": 2.0610830000000533,
644
+ "durationMs": 2.3239169999997102,
436
645
  "message": "Found 18 quality finding(s) across 14 item(s): 0 warnings, 18 info.",
437
646
  "evidence": [
438
647
  {
@@ -592,7 +801,7 @@
592
801
  "id": "security",
593
802
  "capability": "security",
594
803
  "status": "partial",
595
- "durationMs": 2.289042000000336,
804
+ "durationMs": 2.0606250000000728,
596
805
  "message": "Found 3 security finding(s): 0 high, 3 medium, 0 low.",
597
806
  "evidence": [
598
807
  {
@@ -638,7 +847,7 @@
638
847
  "id": "attack-sim",
639
848
  "capability": "attack-sim",
640
849
  "status": "partial",
641
- "durationMs": 2.580167000000074,
850
+ "durationMs": 2.2371249999996508,
642
851
  "message": "Safe attack simulation found 3 finding(s): 0 high, 3 medium, 0 low.",
643
852
  "evidence": [
644
853
  {
@@ -672,7 +881,8 @@
672
881
  "annotations": {
673
882
  "readOnlyHint": false,
674
883
  "destructiveHint": true,
675
- "idempotentHint": true
884
+ "idempotentHint": true,
885
+ "openWorldHint": false
676
886
  },
677
887
  "description": "Create a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works within allowed directories."
678
888
  },
@@ -693,7 +903,8 @@
693
903
  "annotations": {
694
904
  "readOnlyHint": false,
695
905
  "destructiveHint": true,
696
- "idempotentHint": false
906
+ "idempotentHint": false,
907
+ "openWorldHint": false
697
908
  },
698
909
  "description": "Make line-based edits to a text file. Each edit replaces exact line sequences with new content. Returns a git-style diff showing the changes made. Only works within allowed directories."
699
910
  },
@@ -714,7 +925,8 @@
714
925
  "annotations": {
715
926
  "readOnlyHint": false,
716
927
  "destructiveHint": false,
717
- "idempotentHint": true
928
+ "idempotentHint": true,
929
+ "openWorldHint": false
718
930
  },
719
931
  "description": "Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. If the directory already exists, this operation will succeed silently. Perfect for setting up directory structures for projects or ensuring required paths exist. Only works within allowed directories."
720
932
  },
@@ -771,16 +983,208 @@
771
983
  "weight": 0.1,
772
984
  "score": 100,
773
985
  "details": [
774
- "Connect: 618ms",
775
- "p95 latency: 5ms (3 operations)"
986
+ "Connect: 861ms",
987
+ "p95 latency: 6ms (3 operations)"
776
988
  ]
777
989
  }
778
990
  ]
779
991
  },
780
992
  "performanceMetrics": {
781
- "connectMs": 618.2616669999998,
782
- "toolsListMs": 4.94458399999985,
783
- "promptsListMs": 0.0038749999998799467,
784
- "resourcesListMs": 0.001750000000356522
993
+ "connectMs": 860.5114999999996,
994
+ "toolsListMs": 5.515415999999277,
995
+ "promptsListMs": 0.003499999999803549,
996
+ "resourcesListMs": 0.001374999999825377
997
+ },
998
+ "runtimeProfile": {
999
+ "stateMutations": [
1000
+ {
1001
+ "resource": "filesystem",
1002
+ "operation": "write",
1003
+ "scope": "working_directory",
1004
+ "source": "tool_schema"
1005
+ },
1006
+ {
1007
+ "resource": "filesystem",
1008
+ "operation": "write",
1009
+ "scope": "working_directory",
1010
+ "source": "description_analysis"
1011
+ },
1012
+ {
1013
+ "resource": "filesystem",
1014
+ "operation": "write",
1015
+ "scope": "working_directory",
1016
+ "source": "description_analysis"
1017
+ },
1018
+ {
1019
+ "resource": "filesystem",
1020
+ "operation": "write",
1021
+ "scope": "working_directory",
1022
+ "source": "description_analysis"
1023
+ },
1024
+ {
1025
+ "resource": "filesystem",
1026
+ "operation": "write",
1027
+ "scope": "working_directory",
1028
+ "source": "tool_schema"
1029
+ },
1030
+ {
1031
+ "resource": "filesystem",
1032
+ "operation": "write",
1033
+ "scope": "working_directory",
1034
+ "source": "description_analysis"
1035
+ },
1036
+ {
1037
+ "resource": "filesystem",
1038
+ "operation": "write",
1039
+ "scope": "working_directory",
1040
+ "source": "description_analysis"
1041
+ },
1042
+ {
1043
+ "resource": "filesystem",
1044
+ "operation": "write",
1045
+ "scope": "working_directory",
1046
+ "source": "description_analysis"
1047
+ },
1048
+ {
1049
+ "resource": "filesystem",
1050
+ "operation": "write",
1051
+ "scope": "working_directory",
1052
+ "source": "tool_schema"
1053
+ },
1054
+ {
1055
+ "resource": "filesystem",
1056
+ "operation": "write",
1057
+ "scope": "working_directory",
1058
+ "source": "description_analysis"
1059
+ },
1060
+ {
1061
+ "resource": "filesystem",
1062
+ "operation": "write",
1063
+ "scope": "working_directory",
1064
+ "source": "description_analysis"
1065
+ },
1066
+ {
1067
+ "resource": "filesystem",
1068
+ "operation": "write",
1069
+ "scope": "working_directory",
1070
+ "source": "description_analysis"
1071
+ },
1072
+ {
1073
+ "resource": "filesystem",
1074
+ "operation": "write",
1075
+ "scope": "working_directory",
1076
+ "source": "tool_schema"
1077
+ },
1078
+ {
1079
+ "resource": "filesystem",
1080
+ "operation": "write",
1081
+ "scope": "working_directory",
1082
+ "source": "description_analysis"
1083
+ },
1084
+ {
1085
+ "resource": "filesystem",
1086
+ "operation": "write",
1087
+ "scope": "working_directory",
1088
+ "source": "description_analysis"
1089
+ },
1090
+ {
1091
+ "resource": "filesystem",
1092
+ "operation": "write",
1093
+ "scope": "working_directory",
1094
+ "source": "tool_schema"
1095
+ },
1096
+ {
1097
+ "resource": "filesystem",
1098
+ "operation": "write",
1099
+ "scope": "working_directory",
1100
+ "source": "description_analysis"
1101
+ },
1102
+ {
1103
+ "resource": "filesystem",
1104
+ "operation": "write",
1105
+ "scope": "working_directory",
1106
+ "source": "tool_schema"
1107
+ },
1108
+ {
1109
+ "resource": "filesystem",
1110
+ "operation": "write",
1111
+ "scope": "working_directory",
1112
+ "source": "description_analysis"
1113
+ },
1114
+ {
1115
+ "resource": "filesystem",
1116
+ "operation": "write",
1117
+ "scope": "working_directory",
1118
+ "source": "description_analysis"
1119
+ },
1120
+ {
1121
+ "resource": "filesystem",
1122
+ "operation": "write",
1123
+ "scope": "working_directory",
1124
+ "source": "tool_schema"
1125
+ },
1126
+ {
1127
+ "resource": "filesystem",
1128
+ "operation": "write",
1129
+ "scope": "working_directory",
1130
+ "source": "description_analysis"
1131
+ },
1132
+ {
1133
+ "resource": "filesystem",
1134
+ "operation": "write",
1135
+ "scope": "working_directory",
1136
+ "source": "tool_schema"
1137
+ },
1138
+ {
1139
+ "resource": "filesystem",
1140
+ "operation": "write",
1141
+ "scope": "working_directory",
1142
+ "source": "description_analysis"
1143
+ },
1144
+ {
1145
+ "resource": "filesystem",
1146
+ "operation": "write",
1147
+ "scope": "working_directory",
1148
+ "source": "tool_schema"
1149
+ },
1150
+ {
1151
+ "resource": "filesystem",
1152
+ "operation": "write",
1153
+ "scope": "working_directory",
1154
+ "source": "description_analysis"
1155
+ },
1156
+ {
1157
+ "resource": "filesystem",
1158
+ "operation": "write",
1159
+ "scope": "working_directory",
1160
+ "source": "description_analysis"
1161
+ },
1162
+ {
1163
+ "resource": "filesystem",
1164
+ "operation": "write",
1165
+ "scope": "working_directory",
1166
+ "source": "tool_schema"
1167
+ },
1168
+ {
1169
+ "resource": "filesystem",
1170
+ "operation": "write",
1171
+ "scope": "working_directory",
1172
+ "source": "description_analysis"
1173
+ },
1174
+ {
1175
+ "resource": "filesystem",
1176
+ "operation": "write",
1177
+ "scope": "working_directory",
1178
+ "source": "tool_schema"
1179
+ },
1180
+ {
1181
+ "resource": "filesystem",
1182
+ "operation": "write",
1183
+ "scope": "working_directory",
1184
+ "source": "description_analysis"
1185
+ }
1186
+ ],
1187
+ "analyzedAt": "2026-07-12T23:43:58.202Z",
1188
+ "confidence": "high"
785
1189
  }
786
1190
  }