erosolar-cli 2.1.243 → 2.1.245

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 (35) hide show
  1. package/dist/capabilities/index.d.ts +1 -0
  2. package/dist/capabilities/index.d.ts.map +1 -1
  3. package/dist/capabilities/index.js +1 -0
  4. package/dist/capabilities/index.js.map +1 -1
  5. package/dist/capabilities/unifiedInvestigationCapability.d.ts +22 -0
  6. package/dist/capabilities/unifiedInvestigationCapability.d.ts.map +1 -0
  7. package/dist/capabilities/unifiedInvestigationCapability.js +41 -0
  8. package/dist/capabilities/unifiedInvestigationCapability.js.map +1 -0
  9. package/dist/core/agentOrchestrator.d.ts +130 -1
  10. package/dist/core/agentOrchestrator.d.ts.map +1 -1
  11. package/dist/core/agentOrchestrator.js +553 -1
  12. package/dist/core/agentOrchestrator.js.map +1 -1
  13. package/dist/core/unifiedFraudOrchestrator.d.ts +664 -0
  14. package/dist/core/unifiedFraudOrchestrator.d.ts.map +1 -0
  15. package/dist/core/unifiedFraudOrchestrator.js +2299 -0
  16. package/dist/core/unifiedFraudOrchestrator.js.map +1 -0
  17. package/dist/plugins/tools/nodeDefaults.d.ts.map +1 -1
  18. package/dist/plugins/tools/nodeDefaults.js +2 -0
  19. package/dist/plugins/tools/nodeDefaults.js.map +1 -1
  20. package/dist/plugins/tools/unifiedInvestigation/unifiedInvestigationPlugin.d.ts +3 -0
  21. package/dist/plugins/tools/unifiedInvestigation/unifiedInvestigationPlugin.d.ts.map +1 -0
  22. package/dist/plugins/tools/unifiedInvestigation/unifiedInvestigationPlugin.js +14 -0
  23. package/dist/plugins/tools/unifiedInvestigation/unifiedInvestigationPlugin.js.map +1 -0
  24. package/dist/shell/interactiveShell.d.ts +51 -0
  25. package/dist/shell/interactiveShell.d.ts.map +1 -1
  26. package/dist/shell/interactiveShell.js +361 -1
  27. package/dist/shell/interactiveShell.js.map +1 -1
  28. package/dist/tools/taoTools.d.ts.map +1 -1
  29. package/dist/tools/taoTools.js +1401 -4
  30. package/dist/tools/taoTools.js.map +1 -1
  31. package/dist/tools/unifiedInvestigationTools.d.ts +19 -0
  32. package/dist/tools/unifiedInvestigationTools.d.ts.map +1 -0
  33. package/dist/tools/unifiedInvestigationTools.js +1163 -0
  34. package/dist/tools/unifiedInvestigationTools.js.map +1 -0
  35. package/package.json +1 -1
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Unified Tech Fraud Investigation Tools
3
+ *
4
+ * CLI tool suite for investigating tech company fraud across:
5
+ * - Apple iMessage (via existing iMessageVerificationTools)
6
+ * - Google Gmail (hidden threads, draft manipulation, unauthorized access)
7
+ * - Google Chrome (unauthorized launches, session hijacking, history manipulation)
8
+ * - Cross-platform correlation
9
+ *
10
+ * Tools:
11
+ * - Investigation: Manage investigations
12
+ * - GmailInvestigate: Gmail manipulation detection
13
+ * - ChromeInvestigate: Chrome browser control detection
14
+ * - CorrelateEvidence: Cross-vector correlation
15
+ * - FraudReport: Generate unified reports
16
+ */
17
+ import type { ToolSuite } from '../core/toolRuntime.js';
18
+ export declare function createUnifiedInvestigationTools(workingDir?: string): ToolSuite;
19
+ //# sourceMappingURL=unifiedInvestigationTools.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unifiedInvestigationTools.d.ts","sourceRoot":"","sources":["../../src/tools/unifiedInvestigationTools.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AA6BxD,wBAAgB,+BAA+B,CAAC,UAAU,GAAE,MAAsB,GAAG,SAAS,CA6pC7F"}