rtexit-method 0.1.0 → 0.1.2

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 (224) hide show
  1. package/package.json +9 -7
  2. package/packaged-assets/.agents/skills/rt-active-recon/SKILL.md +767 -0
  3. package/packaged-assets/.agents/skills/rt-active-recon/workflow.md +68 -0
  4. package/packaged-assets/.agents/skills/rt-agent-breaker/SKILL.md +65 -0
  5. package/packaged-assets/.agents/skills/rt-agent-breaker/customize.toml +76 -0
  6. package/packaged-assets/.agents/skills/rt-agent-commander/SKILL.md +63 -0
  7. package/packaged-assets/.agents/skills/rt-agent-commander/customize.toml +67 -0
  8. package/packaged-assets/.agents/skills/rt-agent-ghost/SKILL.md +65 -0
  9. package/packaged-assets/.agents/skills/rt-agent-ghost/customize.toml +77 -0
  10. package/packaged-assets/.agents/skills/rt-agent-navigator/SKILL.md +62 -0
  11. package/packaged-assets/.agents/skills/rt-agent-navigator/customize.toml +61 -0
  12. package/packaged-assets/.agents/skills/rt-agent-phantom/SKILL.md +62 -0
  13. package/packaged-assets/.agents/skills/rt-agent-phantom/customize.toml +62 -0
  14. package/packaged-assets/.agents/skills/rt-agent-scout/SKILL.md +62 -0
  15. package/packaged-assets/.agents/skills/rt-agent-scout/customize.toml +61 -0
  16. package/packaged-assets/.agents/skills/rt-agent-scribe/SKILL.md +65 -0
  17. package/packaged-assets/.agents/skills/rt-agent-scribe/customize.toml +77 -0
  18. package/packaged-assets/.agents/skills/rt-attack-chain-builder/SKILL.md +476 -0
  19. package/packaged-assets/.agents/skills/rt-attack-chain-builder/workflow.md +68 -0
  20. package/packaged-assets/.agents/skills/rt-attack-surface-map/SKILL.md +1209 -0
  21. package/packaged-assets/.agents/skills/rt-attack-surface-map/template.md +62 -0
  22. package/packaged-assets/.agents/skills/rt-autodoc/SKILL.md +258 -0
  23. package/packaged-assets/.agents/skills/rt-c2-operations/SKILL.md +1072 -0
  24. package/packaged-assets/.agents/skills/rt-c2-operations/workflow.md +68 -0
  25. package/packaged-assets/.agents/skills/rt-compliance-mapper/SKILL.md +773 -0
  26. package/packaged-assets/.agents/skills/rt-create-sead/SKILL.md +74 -0
  27. package/packaged-assets/.agents/skills/rt-create-sead/template.md +89 -0
  28. package/packaged-assets/.agents/skills/rt-create-sead/workflow.md +68 -0
  29. package/packaged-assets/.agents/skills/rt-credential-access/SKILL.md +756 -0
  30. package/packaged-assets/.agents/skills/rt-credential-hunt/SKILL.md +856 -0
  31. package/packaged-assets/.agents/skills/rt-credential-hunt/workflow.md +68 -0
  32. package/packaged-assets/.agents/skills/rt-cvss-calculator/SKILL.md +542 -0
  33. package/packaged-assets/.agents/skills/rt-cvss-calculator/cvss4-matrix.csv +20 -0
  34. package/packaged-assets/.agents/skills/rt-data-exfiltration/SKILL.md +784 -0
  35. package/packaged-assets/.agents/skills/rt-defense-evasion/SKILL.md +987 -0
  36. package/packaged-assets/.agents/skills/rt-evidence-chain/SKILL.md +712 -0
  37. package/packaged-assets/.agents/skills/rt-evidence-chain/template.md +31 -0
  38. package/packaged-assets/.agents/skills/rt-executive-report/SKILL.md +718 -0
  39. package/packaged-assets/.agents/skills/rt-executive-report/template.md +38 -0
  40. package/packaged-assets/.agents/skills/rt-executive-report/workflow.md +68 -0
  41. package/packaged-assets/.agents/skills/rt-exploit-active-directory/SKILL.md +1078 -0
  42. package/packaged-assets/.agents/skills/rt-exploit-active-directory/ad-checklist.csv +12 -0
  43. package/packaged-assets/.agents/skills/rt-exploit-active-directory/workflow.md +68 -0
  44. package/packaged-assets/.agents/skills/rt-exploit-android/SKILL.md +1329 -0
  45. package/packaged-assets/.agents/skills/rt-exploit-android/masvs-checklist.csv +10 -0
  46. package/packaged-assets/.agents/skills/rt-exploit-android/workflow.md +68 -0
  47. package/packaged-assets/.agents/skills/rt-exploit-api/SKILL.md +1547 -0
  48. package/packaged-assets/.agents/skills/rt-exploit-api/workflow.md +68 -0
  49. package/packaged-assets/.agents/skills/rt-exploit-auth/SKILL.md +1949 -0
  50. package/packaged-assets/.agents/skills/rt-exploit-auth/workflow.md +68 -0
  51. package/packaged-assets/.agents/skills/rt-exploit-bec/SKILL.md +69 -0
  52. package/packaged-assets/.agents/skills/rt-exploit-cloud-aws/SKILL.md +865 -0
  53. package/packaged-assets/.agents/skills/rt-exploit-cloud-aws/workflow.md +68 -0
  54. package/packaged-assets/.agents/skills/rt-exploit-cloud-azure/SKILL.md +1258 -0
  55. package/packaged-assets/.agents/skills/rt-exploit-cloud-gcp/SKILL.md +981 -0
  56. package/packaged-assets/.agents/skills/rt-exploit-containers/SKILL.md +55 -0
  57. package/packaged-assets/.agents/skills/rt-exploit-databases/SKILL.md +1374 -0
  58. package/packaged-assets/.agents/skills/rt-exploit-desktop-mac/SKILL.md +834 -0
  59. package/packaged-assets/.agents/skills/rt-exploit-desktop-win/SKILL.md +903 -0
  60. package/packaged-assets/.agents/skills/rt-exploit-desktop-win/workflow.md +68 -0
  61. package/packaged-assets/.agents/skills/rt-exploit-dotnet/SKILL.md +945 -0
  62. package/packaged-assets/.agents/skills/rt-exploit-elasticsearch/SKILL.md +68 -0
  63. package/packaged-assets/.agents/skills/rt-exploit-electron/SKILL.md +1023 -0
  64. package/packaged-assets/.agents/skills/rt-exploit-electron/workflow.md +68 -0
  65. package/packaged-assets/.agents/skills/rt-exploit-file-upload/SKILL.md +1576 -0
  66. package/packaged-assets/.agents/skills/rt-exploit-file-upload/payloads/README.md +4 -0
  67. package/packaged-assets/.agents/skills/rt-exploit-file-upload/workflow.md +68 -0
  68. package/packaged-assets/.agents/skills/rt-exploit-firebase/SKILL.md +54 -0
  69. package/packaged-assets/.agents/skills/rt-exploit-frameworks/SKILL.md +967 -0
  70. package/packaged-assets/.agents/skills/rt-exploit-idor/SKILL.md +1693 -0
  71. package/packaged-assets/.agents/skills/rt-exploit-idor/workflow.md +68 -0
  72. package/packaged-assets/.agents/skills/rt-exploit-injection/SKILL.md +1860 -0
  73. package/packaged-assets/.agents/skills/rt-exploit-injection/payloads/sqlmap-tampers.txt +22 -0
  74. package/packaged-assets/.agents/skills/rt-exploit-injection/workflow.md +68 -0
  75. package/packaged-assets/.agents/skills/rt-exploit-ios/SKILL.md +1214 -0
  76. package/packaged-assets/.agents/skills/rt-exploit-ios/workflow.md +68 -0
  77. package/packaged-assets/.agents/skills/rt-exploit-iot/SKILL.md +91 -0
  78. package/packaged-assets/.agents/skills/rt-exploit-iot/workflow.md +68 -0
  79. package/packaged-assets/.agents/skills/rt-exploit-java/SKILL.md +1009 -0
  80. package/packaged-assets/.agents/skills/rt-exploit-jwt/SKILL.md +1327 -0
  81. package/packaged-assets/.agents/skills/rt-exploit-jwt/workflow.md +68 -0
  82. package/packaged-assets/.agents/skills/rt-exploit-mongodb/SKILL.md +67 -0
  83. package/packaged-assets/.agents/skills/rt-exploit-mssql/SKILL.md +52 -0
  84. package/packaged-assets/.agents/skills/rt-exploit-mysql/SKILL.md +53 -0
  85. package/packaged-assets/.agents/skills/rt-exploit-network/SKILL.md +118 -0
  86. package/packaged-assets/.agents/skills/rt-exploit-network/workflow.md +68 -0
  87. package/packaged-assets/.agents/skills/rt-exploit-nodejs/SKILL.md +852 -0
  88. package/packaged-assets/.agents/skills/rt-exploit-osticket/SKILL.md +63 -0
  89. package/packaged-assets/.agents/skills/rt-exploit-phishing/SKILL.md +173 -0
  90. package/packaged-assets/.agents/skills/rt-exploit-phishing/templates/README.md +4 -0
  91. package/packaged-assets/.agents/skills/rt-exploit-phishing/workflow.md +68 -0
  92. package/packaged-assets/.agents/skills/rt-exploit-php/SKILL.md +1119 -0
  93. package/packaged-assets/.agents/skills/rt-exploit-physical/SKILL.md +63 -0
  94. package/packaged-assets/.agents/skills/rt-exploit-physical/workflow.md +68 -0
  95. package/packaged-assets/.agents/skills/rt-exploit-postgresql/SKILL.md +67 -0
  96. package/packaged-assets/.agents/skills/rt-exploit-python/SKILL.md +986 -0
  97. package/packaged-assets/.agents/skills/rt-exploit-redis/SKILL.md +68 -0
  98. package/packaged-assets/.agents/skills/rt-exploit-ruby/SKILL.md +61 -0
  99. package/packaged-assets/.agents/skills/rt-exploit-scada/SKILL.md +1091 -0
  100. package/packaged-assets/.agents/skills/rt-exploit-ssrf/SKILL.md +1528 -0
  101. package/packaged-assets/.agents/skills/rt-exploit-ssrf/payloads.txt +23 -0
  102. package/packaged-assets/.agents/skills/rt-exploit-ssrf/workflow.md +68 -0
  103. package/packaged-assets/.agents/skills/rt-exploit-vishing/SKILL.md +121 -0
  104. package/packaged-assets/.agents/skills/rt-exploit-vishing/scripts.md +4 -0
  105. package/packaged-assets/.agents/skills/rt-exploit-web/SKILL.md +1902 -0
  106. package/packaged-assets/.agents/skills/rt-exploit-web/owasp-checklist.csv +14 -0
  107. package/packaged-assets/.agents/skills/rt-exploit-web/workflow.md +68 -0
  108. package/packaged-assets/.agents/skills/rt-exploit-wireless/SKILL.md +71 -0
  109. package/packaged-assets/.agents/skills/rt-exploit-wordpress/SKILL.md +1565 -0
  110. package/packaged-assets/.agents/skills/rt-exploit-wordpress/cves.csv +7 -0
  111. package/packaged-assets/.agents/skills/rt-exploit-wordpress/workflow.md +68 -0
  112. package/packaged-assets/.agents/skills/rt-exploit-xss/SKILL.md +1526 -0
  113. package/packaged-assets/.agents/skills/rt-exploit-xss/payloads.txt +18 -0
  114. package/packaged-assets/.agents/skills/rt-exploit-xss/workflow.md +68 -0
  115. package/packaged-assets/.agents/skills/rt-finding-document/SKILL.md +687 -0
  116. package/packaged-assets/.agents/skills/rt-finding-document/template.md +71 -0
  117. package/packaged-assets/.agents/skills/rt-finding-document/workflow.md +68 -0
  118. package/packaged-assets/.agents/skills/rt-finding-tracker/SKILL.md +216 -0
  119. package/packaged-assets/.agents/skills/rt-finding-tracker/workflow.md +68 -0
  120. package/packaged-assets/.agents/skills/rt-help/SKILL.md +292 -0
  121. package/packaged-assets/.agents/skills/rt-help/workflow.md +68 -0
  122. package/packaged-assets/.agents/skills/rt-js-analysis/SKILL.md +639 -0
  123. package/packaged-assets/.agents/skills/rt-js-analysis/patterns.txt +27 -0
  124. package/packaged-assets/.agents/skills/rt-js-analysis/workflow.md +68 -0
  125. package/packaged-assets/.agents/skills/rt-kill-chain-map/SKILL.md +393 -0
  126. package/packaged-assets/.agents/skills/rt-lateral-movement/SKILL.md +1032 -0
  127. package/packaged-assets/.agents/skills/rt-lateral-movement/workflow.md +68 -0
  128. package/packaged-assets/.agents/skills/rt-methodology-selector/SKILL.md +69 -0
  129. package/packaged-assets/.agents/skills/rt-methodology-selector/frameworks.csv +10 -0
  130. package/packaged-assets/.agents/skills/rt-methodology-selector/workflow.md +68 -0
  131. package/packaged-assets/.agents/skills/rt-mitre-map/SKILL.md +668 -0
  132. package/packaged-assets/.agents/skills/rt-mitre-map/tactics.csv +16 -0
  133. package/packaged-assets/.agents/skills/rt-mitre-map/workflow.md +68 -0
  134. package/packaged-assets/.agents/skills/rt-osint/SKILL.md +775 -0
  135. package/packaged-assets/.agents/skills/rt-osint/osint-sources.csv +12 -0
  136. package/packaged-assets/.agents/skills/rt-osint/workflow.md +68 -0
  137. package/packaged-assets/.agents/skills/rt-party-mode/SKILL.md +249 -0
  138. package/packaged-assets/.agents/skills/rt-party-mode/workflow.md +68 -0
  139. package/packaged-assets/.agents/skills/rt-persistence/SKILL.md +1146 -0
  140. package/packaged-assets/.agents/skills/rt-persistence/workflow.md +68 -0
  141. package/packaged-assets/.agents/skills/rt-poc-writer/SKILL.md +640 -0
  142. package/packaged-assets/.agents/skills/rt-post-exploitation/SKILL.md +998 -0
  143. package/packaged-assets/.agents/skills/rt-post-exploitation/linux-checklist.csv +10 -0
  144. package/packaged-assets/.agents/skills/rt-post-exploitation/windows-checklist.csv +10 -0
  145. package/packaged-assets/.agents/skills/rt-post-exploitation/workflow.md +68 -0
  146. package/packaged-assets/.agents/skills/rt-privilege-escalation/SKILL.md +1027 -0
  147. package/packaged-assets/.agents/skills/rt-privilege-escalation/linux-checklist.csv +10 -0
  148. package/packaged-assets/.agents/skills/rt-privilege-escalation/win-checklist.csv +10 -0
  149. package/packaged-assets/.agents/skills/rt-privilege-escalation/workflow.md +68 -0
  150. package/packaged-assets/.agents/skills/rt-remediation-roadmap/SKILL.md +665 -0
  151. package/packaged-assets/.agents/skills/rt-remediation-roadmap/template.md +28 -0
  152. package/packaged-assets/.agents/skills/rt-risk-matrix/SKILL.md +232 -0
  153. package/packaged-assets/.agents/skills/rt-rules-of-engagement/SKILL.md +62 -0
  154. package/packaged-assets/.agents/skills/rt-rules-of-engagement/workflow.md +68 -0
  155. package/packaged-assets/.agents/skills/rt-scenario-c001/SKILL.md +71 -0
  156. package/packaged-assets/.agents/skills/rt-scenario-c002/SKILL.md +69 -0
  157. package/packaged-assets/.agents/skills/rt-scenario-c003/SKILL.md +71 -0
  158. package/packaged-assets/.agents/skills/rt-scenario-c004/SKILL.md +71 -0
  159. package/packaged-assets/.agents/skills/rt-scenario-c005/SKILL.md +72 -0
  160. package/packaged-assets/.agents/skills/rt-scenario-d001/SKILL.md +378 -0
  161. package/packaged-assets/.agents/skills/rt-scenario-d002/SKILL.md +392 -0
  162. package/packaged-assets/.agents/skills/rt-scenario-d003/SKILL.md +522 -0
  163. package/packaged-assets/.agents/skills/rt-scenario-d004/SKILL.md +373 -0
  164. package/packaged-assets/.agents/skills/rt-scenario-d005/SKILL.md +458 -0
  165. package/packaged-assets/.agents/skills/rt-scenario-library/SKILL.md +292 -0
  166. package/packaged-assets/.agents/skills/rt-scenario-library/scenarios.csv +32 -0
  167. package/packaged-assets/.agents/skills/rt-scenario-m001/SKILL.md +796 -0
  168. package/packaged-assets/.agents/skills/rt-scenario-m002/SKILL.md +723 -0
  169. package/packaged-assets/.agents/skills/rt-scenario-m003/SKILL.md +463 -0
  170. package/packaged-assets/.agents/skills/rt-scenario-m004/SKILL.md +449 -0
  171. package/packaged-assets/.agents/skills/rt-scenario-m005/SKILL.md +505 -0
  172. package/packaged-assets/.agents/skills/rt-scenario-n001/SKILL.md +573 -0
  173. package/packaged-assets/.agents/skills/rt-scenario-n002/SKILL.md +112 -0
  174. package/packaged-assets/.agents/skills/rt-scenario-n003/SKILL.md +100 -0
  175. package/packaged-assets/.agents/skills/rt-scenario-n004/SKILL.md +90 -0
  176. package/packaged-assets/.agents/skills/rt-scenario-n005/SKILL.md +71 -0
  177. package/packaged-assets/.agents/skills/rt-scenario-w001/SKILL.md +635 -0
  178. package/packaged-assets/.agents/skills/rt-scenario-w002/SKILL.md +612 -0
  179. package/packaged-assets/.agents/skills/rt-scenario-w003/SKILL.md +449 -0
  180. package/packaged-assets/.agents/skills/rt-scenario-w004/SKILL.md +648 -0
  181. package/packaged-assets/.agents/skills/rt-scenario-w005/SKILL.md +479 -0
  182. package/packaged-assets/.agents/skills/rt-scenario-w006/SKILL.md +443 -0
  183. package/packaged-assets/.agents/skills/rt-scenario-w007/SKILL.md +494 -0
  184. package/packaged-assets/.agents/skills/rt-scenario-w008/SKILL.md +576 -0
  185. package/packaged-assets/.agents/skills/rt-scenario-w009/SKILL.md +518 -0
  186. package/packaged-assets/.agents/skills/rt-scenario-w010/SKILL.md +574 -0
  187. package/packaged-assets/.agents/skills/rt-scope-definition/SKILL.md +79 -0
  188. package/packaged-assets/.agents/skills/rt-scope-definition/workflow.md +68 -0
  189. package/packaged-assets/.agents/skills/rt-shodan-recon/SKILL.md +880 -0
  190. package/packaged-assets/.agents/skills/rt-status/SKILL.md +64 -0
  191. package/packaged-assets/.agents/skills/rt-subdomain-enum/SKILL.md +906 -0
  192. package/packaged-assets/.agents/skills/rt-subdomain-enum/workflow.md +68 -0
  193. package/packaged-assets/.agents/skills/rt-technical-report/SKILL.md +710 -0
  194. package/packaged-assets/.agents/skills/rt-technical-report/template.md +41 -0
  195. package/packaged-assets/.agents/skills/rt-technical-report/workflow.md +68 -0
  196. package/packaged-assets/.agents/skills/rt-threat-model/SKILL.md +59 -0
  197. package/packaged-assets/.agents/skills/rt-threat-model/template.md +32 -0
  198. package/packaged-assets/.agents/skills/rt-threat-model/workflow.md +68 -0
  199. package/packaged-assets/.agents/skills/rt-timeline/SKILL.md +338 -0
  200. package/packaged-assets/RTEXIT.md +127 -0
  201. package/tools/installer/commands/install.js +0 -1
  202. package/tools/installer/lib/asset-manifest.js +10 -5
  203. package/tools/installer/lib/banner.js +14 -6
  204. package/tools/installer/lib/copy-assets.js +5 -2
  205. package/tools/installer/lib/prompts.js +1 -11
  206. package/tools/installer/lib/write-config.js +8 -2
  207. /package/{_rtexit → packaged-assets/_rtexit}/config.toml +0 -0
  208. /package/{_rtexit → packaged-assets/_rtexit}/config.user.toml +0 -0
  209. /package/{_rtexit → packaged-assets/_rtexit}/custom/config.toml +0 -0
  210. /package/{_rtexit → packaged-assets/_rtexit}/scripts/autodoc_engine.py +0 -0
  211. /package/{_rtexit → packaged-assets/_rtexit}/scripts/finding_tracker.py +0 -0
  212. /package/{_rtexit → packaged-assets/_rtexit}/scripts/resolve_config.py +0 -0
  213. /package/{_rtexit → packaged-assets/_rtexit}/scripts/resolve_customization.py +0 -0
  214. /package/{resources → packaged-assets/resources}/certifications.md +0 -0
  215. /package/{resources → packaged-assets/resources}/payloads.md +0 -0
  216. /package/{resources → packaged-assets/resources}/tools.md +0 -0
  217. /package/{resources → packaged-assets/resources}/wordlists.md +0 -0
  218. /package/{templates → packaged-assets/templates}/attack-chain-template.md +0 -0
  219. /package/{templates → packaged-assets/templates}/executive-report-template.md +0 -0
  220. /package/{templates → packaged-assets/templates}/executive-report.md +0 -0
  221. /package/{templates → packaged-assets/templates}/finding-template.md +0 -0
  222. /package/{templates → packaged-assets/templates}/remediation-roadmap.md +0 -0
  223. /package/{templates → packaged-assets/templates}/sead-template.md +0 -0
  224. /package/{templates → packaged-assets/templates}/technical-report.md +0 -0
@@ -0,0 +1,41 @@
1
+ # Technical Report Template
2
+
3
+ ## Document Control
4
+
5
+ | Field | Value |
6
+ |---|---|
7
+ | Engagement Ref | [REF] |
8
+ | Client | [CLIENT] |
9
+ | Methodology | [METHODOLOGY] |
10
+ | Report Date | [DATE] |
11
+
12
+ ## Scope and Constraints
13
+
14
+ [Approved assets, exclusions, accounts, testing windows, and constraints.]
15
+
16
+ ## Methodology
17
+
18
+ [Planning, reconnaissance, validation, post-exploitation impact analysis, reporting.]
19
+
20
+ ## Findings Summary
21
+
22
+ | ID | Title | Severity | CVSS | Asset | Status |
23
+ |---|---|---|---:|---|---|
24
+
25
+ ## Detailed Findings
26
+
27
+ Include each finding from `_rtexit-output/docs/findings/`.
28
+
29
+ ## Attack Chains
30
+
31
+ | Chain | Findings | Objective | Business Impact |
32
+ |---|---|---|---|
33
+
34
+ ## Appendices
35
+
36
+ - Evidence index
37
+ - Chain of custody
38
+ - CVSS vectors
39
+ - MITRE mapping
40
+ - Tool output references
41
+
@@ -0,0 +1,68 @@
1
+ # Workflow - rt-technical-report
2
+
3
+ ## Purpose
4
+
5
+ This workflow standardizes how $skill is executed inside RTExit. It is designed for authorized engagements, evidence-first documentation, and consistent handoff into reporting.
6
+
7
+ ## Authorization Gate
8
+
9
+ Before execution, confirm:
10
+
11
+ - SEAD exists and explicitly covers the target asset or activity.
12
+ - Rules of Engagement define allowed techniques, rate limits, and stop conditions.
13
+ - The operator knows the evidence handling rules.
14
+ - Any active or sensitive validation has client approval.
15
+
16
+ If any item is unclear, pause and invoke
17
+
18
+ ## Required Inputs
19
+
20
+ | Input | Source | Notes |
21
+ |---|---|---|
22
+ | Engagement reference | _rtexit/config.toml or SEAD | Used in output names. |
23
+ | Target asset(s) | Scope document | Must be explicitly approved. |
24
+ | Operator name | Config/user context | Used in timeline entries. |
25
+ | Evidence directory | _rtexit-output/docs/evidence/ | Store logs, screenshots, and artifacts. |
26
+ | Finding tracker | _rtexit-output/docs/findings/ | Create/update findings when confirmed. |
27
+
28
+ ## Execution Steps
29
+
30
+ 1. Load current engagement configuration.
31
+ 2. Read scope, exclusions, and current findings.
32
+ 3. Build a small test plan for this skill with target, expected control, and evidence type.
33
+ 4. Run the lowest-risk validation first.
34
+ 5. Capture baseline behavior before proof behavior.
35
+ 6. Record exact timestamp, account/role used, and affected asset.
36
+ 7. Stop when evidence is sufficient; avoid unnecessary data access.
37
+ 8. Create or update findings through the RTExit finding tracker.
38
+ 9. Map remediation owner and recommended timeline.
39
+ 10. Add a timeline entry and evidence chain entry.
40
+
41
+ ## Evidence Requirements
42
+
43
+ | Evidence | Required? | Notes |
44
+ |---|---|---|
45
+ | Command or action summary | Yes | Redact secrets and tokens. |
46
+ | Screenshot or transcript | If useful | Store under evidence folder. |
47
+ | Request/response pair | For web/API | Redact cookies and bearer tokens. |
48
+ | Config excerpt | For cloud/infra | Include only relevant lines. |
49
+ | Business impact note | Yes | Explain why it matters. |
50
+
51
+ ## Autodoc Commands
52
+
53
+ `ash
54
+ python _rtexit/scripts/autodoc_engine.py log --skill rt-technical-report --phase auto --cmd "workflow execution" --output "summary"
55
+ python _rtexit/scripts/finding_tracker.py list
56
+ `
57
+
58
+ ## Completion Criteria
59
+
60
+ - Scope and authorization are referenced.
61
+ - Evidence is stored and redacted.
62
+ - Findings are added or explicitly marked as not found.
63
+ - Remediation guidance is actionable.
64
+ - Timeline and chain of custody are updated where applicable.
65
+
66
+ ## Handoff
67
+
68
+ Send confirmed findings to
@@ -0,0 +1,59 @@
1
+ ---
2
+ name: rt-threat-model
3
+ description: "Build threat model for the engagement — identify crown jewel assets, map threat actors, define attack scenarios, and prioritize by business impact. Uses STRIDE and PASTA frameworks. Creates threat-model.md in engagement docs."
4
+ ---
5
+
6
+ # rt-threat-model
7
+
8
+ # Threat Modeling Workflow
9
+
10
+ ## Framework: STRIDE + PASTA hybrid
11
+
12
+ ## Step 1 — Asset Inventory
13
+ Identify and classify assets by business value:
14
+ | Asset | Type | Business Impact | Data Sensitivity |
15
+ |-------|------|-----------------|------------------|
16
+ | User authentication system | Auth | CRITICAL | High (credentials) |
17
+ | Payment processing | Financial | CRITICAL | PCI-DSS |
18
+ | User PII database | Data | HIGH | GDPR/Privacy |
19
+ | Admin panel | Control | CRITICAL | Full system access |
20
+ | API endpoints | Service | HIGH | Business logic |
21
+
22
+ ## Step 2 — Threat Actor Profiling
23
+ Define realistic threat actors for this engagement:
24
+
25
+ **External Attackers:**
26
+ - Script kiddies (automated scanners, known CVEs)
27
+ - Cybercriminal groups (ransomware, data theft)
28
+ - Competitor espionage (targeted)
29
+ - State-sponsored APT (if relevant)
30
+
31
+ **Internal Threats:**
32
+ - Malicious employee
33
+ - Compromised contractor
34
+ - Accidental data exposure
35
+
36
+ ## Step 3 — STRIDE Analysis
37
+ For each component, analyze:
38
+ - **S**poofing: Can identity be faked?
39
+ - **T**ampering: Can data be modified?
40
+ - **R**epudiation: Can actions be denied?
41
+ - **I**nformation Disclosure: Can data be leaked?
42
+ - **D**enial of Service: Can availability be disrupted?
43
+ - **E**levation of Privilege: Can permissions be escalated?
44
+
45
+ ## Step 4 — Attack Scenarios
46
+ Define 3-5 realistic attack scenarios:
47
+
48
+ SCENARIO A — [External Attacker → Data Breach]
49
+ Attack path: [Reconnaissance → Initial Access → Privilege Escalation → Data Exfiltration]
50
+ Target: [specific assets]
51
+ Impact: [business/regulatory impact]
52
+
53
+ ## Step 5 — Prioritization Matrix
54
+ Plot scenarios on Likelihood vs Impact grid:
55
+ - HIGH likelihood + HIGH impact = Immediate testing priority
56
+ - Map to engagement test cases
57
+
58
+ ## Step 6 — Save Threat Model
59
+ Create: `_rtexit-output/docs/engagement/threat-model.md`
@@ -0,0 +1,32 @@
1
+ # Threat Model Template
2
+
3
+ ## Scope
4
+
5
+ | Asset | Owner | Data Class | Business Criticality |
6
+ |---|---|---|---|
7
+
8
+ ## Trust Boundaries
9
+
10
+ | Boundary | From | To | Controls |
11
+ |---|---|---|---|
12
+
13
+ ## Actors
14
+
15
+ | Actor | Motivation | Capability | Likelihood |
16
+ |---|---|---|---|
17
+
18
+ ## Abuse Cases
19
+
20
+ | ID | Abuse Case | Asset | Impact | Existing Controls | Gap |
21
+ |---|---|---|---|---|---|
22
+
23
+ ## Attack Paths
24
+
25
+ | Path | Entry Point | Steps | Final Impact | Break Point |
26
+ |---|---|---|---|---|
27
+
28
+ ## Recommended Testing Focus
29
+
30
+ | Priority | Skill | Why |
31
+ |---:|---|---|
32
+
@@ -0,0 +1,68 @@
1
+ # Workflow - rt-threat-model
2
+
3
+ ## Purpose
4
+
5
+ This workflow standardizes how $skill is executed inside RTExit. It is designed for authorized engagements, evidence-first documentation, and consistent handoff into reporting.
6
+
7
+ ## Authorization Gate
8
+
9
+ Before execution, confirm:
10
+
11
+ - SEAD exists and explicitly covers the target asset or activity.
12
+ - Rules of Engagement define allowed techniques, rate limits, and stop conditions.
13
+ - The operator knows the evidence handling rules.
14
+ - Any active or sensitive validation has client approval.
15
+
16
+ If any item is unclear, pause and invoke
17
+
18
+ ## Required Inputs
19
+
20
+ | Input | Source | Notes |
21
+ |---|---|---|
22
+ | Engagement reference | _rtexit/config.toml or SEAD | Used in output names. |
23
+ | Target asset(s) | Scope document | Must be explicitly approved. |
24
+ | Operator name | Config/user context | Used in timeline entries. |
25
+ | Evidence directory | _rtexit-output/docs/evidence/ | Store logs, screenshots, and artifacts. |
26
+ | Finding tracker | _rtexit-output/docs/findings/ | Create/update findings when confirmed. |
27
+
28
+ ## Execution Steps
29
+
30
+ 1. Load current engagement configuration.
31
+ 2. Read scope, exclusions, and current findings.
32
+ 3. Build a small test plan for this skill with target, expected control, and evidence type.
33
+ 4. Run the lowest-risk validation first.
34
+ 5. Capture baseline behavior before proof behavior.
35
+ 6. Record exact timestamp, account/role used, and affected asset.
36
+ 7. Stop when evidence is sufficient; avoid unnecessary data access.
37
+ 8. Create or update findings through the RTExit finding tracker.
38
+ 9. Map remediation owner and recommended timeline.
39
+ 10. Add a timeline entry and evidence chain entry.
40
+
41
+ ## Evidence Requirements
42
+
43
+ | Evidence | Required? | Notes |
44
+ |---|---|---|
45
+ | Command or action summary | Yes | Redact secrets and tokens. |
46
+ | Screenshot or transcript | If useful | Store under evidence folder. |
47
+ | Request/response pair | For web/API | Redact cookies and bearer tokens. |
48
+ | Config excerpt | For cloud/infra | Include only relevant lines. |
49
+ | Business impact note | Yes | Explain why it matters. |
50
+
51
+ ## Autodoc Commands
52
+
53
+ `ash
54
+ python _rtexit/scripts/autodoc_engine.py log --skill rt-threat-model --phase auto --cmd "workflow execution" --output "summary"
55
+ python _rtexit/scripts/finding_tracker.py list
56
+ `
57
+
58
+ ## Completion Criteria
59
+
60
+ - Scope and authorization are referenced.
61
+ - Evidence is stored and redacted.
62
+ - Findings are added or explicitly marked as not found.
63
+ - Remediation guidance is actionable.
64
+ - Timeline and chain of custody are updated where applicable.
65
+
66
+ ## Handoff
67
+
68
+ Send confirmed findings to
@@ -0,0 +1,338 @@
1
+ ---
2
+ name: rt-timeline
3
+ description: "View and manage engagement activity timeline. Shows chronological list of all activities, commands run, findings discovered, and milestones reached. Reads from _rtexit-output/docs/engagement/timeline.md. Useful for reporting engagement duration and activity sequence, creating a log for legal documentation."
4
+ ---
5
+
6
+ # rt-timeline
7
+
8
+ ## Overview
9
+
10
+ The engagement timeline is the authoritative chronological record of everything that happened during a red team engagement — every command run, every finding discovered, every milestone reached, and every decision made. It serves as the narrative backbone of the engagement, supporting the final technical report, executive summary, and any legal documentation the client requires.
11
+
12
+ This skill reads from, displays, and helps manage `_rtexit-output/docs/engagement/timeline.md`. It is the operator's primary tool for reviewing engagement history, reconstructing the attack chain for reporting, and demonstrating professional conduct to auditors, legal counsel, or client security teams.
13
+
14
+ ### When to Use This Skill
15
+
16
+ - At the start of each session to review what was accomplished previously before continuing.
17
+ - After completing a phase (recon, exploitation, post-exploitation) to confirm all activities are logged.
18
+ - When writing the final technical report to retrieve the accurate sequence of events.
19
+ - When a client or legal team asks for an engagement activity log.
20
+ - When handing off to another operator on a team engagement.
21
+ - Before closing the engagement to verify completeness of the activity record.
22
+ - Anytime you need to answer: "What did we do, and in what order?"
23
+
24
+ ### What the Timeline Contains
25
+
26
+ Each timeline entry records:
27
+
28
+ - **Timestamp** — UTC date and time the activity occurred
29
+ - **Phase** — engagement phase (Planning, Recon, Exploitation, Post-Exploitation, Reporting)
30
+ - **Activity type** — command run, finding discovered, milestone reached, tool output captured, operator note
31
+ - **Description** — plain-language summary of what happened and what it means
32
+ - **Reference links** — cross-references to findings (F-XXX), evidence files, or other skill outputs
33
+
34
+ ---
35
+
36
+ ## Prerequisites
37
+
38
+ Before using this skill, confirm:
39
+
40
+ 1. Engagement is initialized. The timeline file is created by `autodoc_engine.py init`:
41
+
42
+ ```bash
43
+ python3 _rtexit/scripts/autodoc_engine.py init \
44
+ --ref ENG-2024-047 \
45
+ --client "Meridian Financial Group" \
46
+ --methodology ptes
47
+ ```
48
+
49
+ 2. The output file exists at `_rtexit-output/docs/engagement/timeline.md`. If it does not, run the init command above.
50
+
51
+ 3. You know the engagement reference number (e.g., `ENG-2024-047`) and the current phase.
52
+
53
+ ---
54
+
55
+ ## Step-by-Step Workflow
56
+
57
+ ### Step 1 — View the Full Timeline
58
+
59
+ Load and display the complete contents of the timeline file:
60
+
61
+ ```
62
+ _rtexit-output/docs/engagement/timeline.md
63
+ ```
64
+
65
+ Present the entries in chronological order (oldest first). For each entry show:
66
+ - Timestamp (UTC)
67
+ - Phase label
68
+ - Activity type tag
69
+ - Description
70
+
71
+ If the file does not exist, inform the operator and suggest running `autodoc_engine.py init`.
72
+
73
+ ---
74
+
75
+ ### Step 2 — Filter by Phase or Activity Type
76
+
77
+ To focus on a specific phase or type of activity, filter the timeline entries and display only matching lines.
78
+
79
+ **Filter by phase:**
80
+
81
+ ```
82
+ Planning | Recon | Exploitation | Post-Exploitation | Reporting
83
+ ```
84
+
85
+ **Filter by activity type:**
86
+
87
+ ```
88
+ COMMAND | FINDING | MILESTONE | NOTE | TOOL-OUTPUT | HANDOFF
89
+ ```
90
+
91
+ Example request: "Show me all findings discovered during the Exploitation phase."
92
+
93
+ Display filtered results with the same format as the full timeline view, preceded by a count of matching entries.
94
+
95
+ ---
96
+
97
+ ### Step 3 — Add a Timeline Entry
98
+
99
+ When the operator reports an activity that is not yet logged, append a new entry to the timeline file using `autodoc_engine.py`:
100
+
101
+ ```bash
102
+ python3 _rtexit/scripts/autodoc_engine.py timeline \
103
+ --ref ENG-2024-047 \
104
+ --phase Exploitation \
105
+ --type FINDING \
106
+ --description "Discovered unauthenticated IDOR on /api/v2/users/{id} — any authenticated session can read arbitrary user PII. Logged as F-004."
107
+ ```
108
+
109
+ **Entry format in the timeline file:**
110
+
111
+ ```markdown
112
+ ## 2024-11-14T14:30:22Z | Exploitation | FINDING
113
+
114
+ Discovered unauthenticated IDOR on /api/v2/users/{id} — any authenticated session can read arbitrary user PII. Logged as F-004.
115
+
116
+ References: F-004, evidence/http-logs/F-004-idor-user-pii-2024-11-14T143022Z.xml
117
+ ```
118
+
119
+ If `autodoc_engine.py` does not support a `timeline` subcommand in the current installation, append the formatted entry directly to the file and confirm the write was successful.
120
+
121
+ ---
122
+
123
+ ### Step 4 — Generate Timeline Summary for Reporting
124
+
125
+ When the operator needs a reporting-ready summary of the engagement timeline, produce a condensed narrative version suitable for inclusion in the executive report or technical appendix.
126
+
127
+ **Format:**
128
+
129
+ ```
130
+ Engagement Timeline Summary — ENG-2024-047
131
+
132
+ Start: 2024-11-11T08:00:00Z
133
+ End: 2024-11-22T17:00:00Z
134
+ Duration: 11 days
135
+
136
+ Phase Activity Log:
137
+ [Planning] 3 milestones, 0 findings, 8 commands
138
+ [Recon] 12 milestones, 2 findings, 47 commands
139
+ [Exploitation] 8 milestones, 9 findings, 134 commands
140
+ [Post-Exploitation] 5 milestones, 3 findings, 61 commands
141
+ [Reporting] 2 milestones, 0 findings, 4 commands
142
+
143
+ Total findings documented: 14 (2 Critical, 4 High, 5 Medium, 3 Low)
144
+ Total commands logged: 254
145
+ Total evidence artifacts: 31
146
+ ```
147
+
148
+ After the summary, offer to show the full chronological list sorted by phase.
149
+
150
+ ---
151
+
152
+ ### Step 5 — Validate Timeline Completeness
153
+
154
+ Before closing the engagement, check the timeline for gaps:
155
+
156
+ 1. Confirm the engagement has entries spanning from the start date to the current date with no unexplained multi-day gaps.
157
+ 2. Cross-reference with the findings tracker: every finding in `_rtexit-output/docs/findings/` should have at least one corresponding timeline entry of type `FINDING`.
158
+ 3. Cross-reference with the evidence chain log: every evidence artifact should have a corresponding `TOOL-OUTPUT` or `COMMAND` timeline entry near the same timestamp.
159
+ 4. Check that all four required milestones are present: SEAD created, scope finalized, exploitation authorized, final report delivered.
160
+
161
+ Report any gaps found and prompt the operator to fill them before the engagement is closed.
162
+
163
+ ---
164
+
165
+ ## Integration with RTExit Scripts and Other Skills
166
+
167
+ ### autodoc_engine.py
168
+
169
+ The primary script that creates and maintains the timeline file. Key operations:
170
+
171
+ ```bash
172
+ # Initialize engagement and create timeline.md
173
+ python3 _rtexit/scripts/autodoc_engine.py init --ref ENG-2024-047 --client "Acme Corp" --methodology ptes
174
+
175
+ # Add a timeline entry (if timeline subcommand is available)
176
+ python3 _rtexit/scripts/autodoc_engine.py timeline --ref ENG-2024-047 --phase Recon --type MILESTONE --description "Attack surface map completed. 3 high-priority targets identified."
177
+
178
+ # Generate engagement summary
179
+ python3 _rtexit/scripts/autodoc_engine.py summary --ref ENG-2024-047
180
+ ```
181
+
182
+ ### Related Skills
183
+
184
+ | Skill | Relationship to rt-timeline |
185
+ |---|---|
186
+ | `rt-status` | Reads last 10 timeline entries for the status dashboard. Run `rt-status` for a quick overview; run `rt-timeline` for the full history. |
187
+ | `rt-evidence-chain` | Generates evidence custody entries that should correspond to `TOOL-OUTPUT` or `FINDING` timeline entries. Cross-reference both logs before reporting. |
188
+ | `rt-finding-document` | Every call to `rt-finding-document` should produce a matching `FINDING` entry in the timeline. |
189
+ | `rt-executive-report` | The executive report engagement narrative section is derived from the timeline summary. Run `rt-timeline` step 4 to produce the input for that section. |
190
+ | `rt-technical-report` | The attack chain and chronological methodology sections of the technical report are built directly from timeline entries filtered by phase. |
191
+ | `rt-create-sead` | SEAD creation is a `Planning` phase `MILESTONE` — confirm it appears in the timeline after running this skill. |
192
+ | `rt-scope-definition` | Scope finalization is a `Planning` phase `MILESTONE` — confirm it appears in the timeline. |
193
+ | `rt-kill-chain-map` | Kill chain maps are derived from `Exploitation` and `Post-Exploitation` phase `COMMAND` and `FINDING` entries in the timeline. |
194
+
195
+ ---
196
+
197
+ ## Example Outputs and Interactions
198
+
199
+ ### Example 1 — Viewing the Full Timeline
200
+
201
+ **Operator:** "Show me the full engagement timeline."
202
+
203
+ **Agent response:**
204
+
205
+ ```
206
+ Engagement Timeline — ENG-2024-047 | Meridian Financial Group
207
+
208
+ [2024-11-11T08:15:04Z] Planning | MILESTONE
209
+ Engagement initialized. SEAD created, rules of engagement signed by client CISO.
210
+ References: docs/engagement/sead.md
211
+
212
+ [2024-11-11T09:42:17Z] Planning | MILESTONE
213
+ Scope finalized. 3 external IP ranges, 2 web applications, 1 internal network segment in scope.
214
+ References: docs/engagement/scope.md
215
+
216
+ [2024-11-12T10:05:33Z] Recon | COMMAND
217
+ Ran subdomain enumeration on meridianfinancial.com. Discovered 14 subdomains, 3 resolving to out-of-scope CDN.
218
+ References: docs/recon/subdomain-enum-2024-11-12.md
219
+
220
+ [2024-11-12T14:22:09Z] Recon | FINDING
221
+ Discovered exposed .git directory on dev.meridianfinancial.com. Logged as F-001 (High).
222
+ References: F-001, evidence/http-logs/F-001-git-exposure-2024-11-12T142209Z.txt
223
+
224
+ [2024-11-13T09:18:55Z] Recon | MILESTONE
225
+ Attack surface map completed. 5 high-priority targets identified.
226
+ References: docs/recon/attack-surface-map.md
227
+
228
+ [2024-11-14T10:00:00Z] Exploitation | MILESTONE
229
+ Exploitation phase authorized by operator. Targeting high-priority web application findings.
230
+
231
+ [2024-11-14T14:30:22Z] Exploitation | FINDING
232
+ IDOR on /api/v2/users/{id} — unauthenticated access to arbitrary user PII. Logged as F-004 (Critical).
233
+ References: F-004, evidence/http-logs/F-004-idor-pii-2024-11-14T143022Z.xml
234
+
235
+ Total entries: 7 | Duration so far: 3 days 6 hours
236
+ ```
237
+
238
+ ---
239
+
240
+ ### Example 2 — Adding a Missing Entry
241
+
242
+ **Operator:** "I ran nmap on 192.168.1.0/24 yesterday at 2pm UTC and forgot to log it."
243
+
244
+ **Agent response:**
245
+
246
+ ```
247
+ Adding timeline entry for the nmap scan.
248
+
249
+ Entry details:
250
+ Timestamp: 2024-11-13T14:00:00Z (operator-provided, UTC)
251
+ Phase: Recon
252
+ Type: COMMAND
253
+ Description: Ran nmap -sV -sC -p- scan against 192.168.1.0/24. Identified 14 live hosts, 3 with open management ports (22, 3389, 5985).
254
+
255
+ Appending to _rtexit-output/docs/engagement/timeline.md...
256
+ Done. Entry added. Note: manually-backdated entries are flagged with [LATE-ENTRY] in the custody log to maintain audit integrity.
257
+ ```
258
+
259
+ ---
260
+
261
+ ### Example 3 — Reporting Summary
262
+
263
+ **Operator:** "Give me the timeline summary for the executive report."
264
+
265
+ **Agent response:**
266
+
267
+ ```
268
+ Engagement Timeline Summary — ENG-2024-047
269
+
270
+ Start: 2024-11-11T08:15:04Z
271
+ End: 2024-11-22T16:45:00Z
272
+ Duration: 11 days, 8 hours, 29 minutes
273
+
274
+ Phase Breakdown:
275
+ Planning (Nov 11) 2 milestones, 0 findings, 6 commands
276
+ Recon (Nov 11-13) 3 milestones, 2 findings, 31 commands
277
+ Exploitation (Nov 14-19) 4 milestones, 9 findings, 98 commands
278
+ Post-Exploitation (Nov 19-21) 2 milestones, 3 findings, 44 commands
279
+ Reporting (Nov 21-22) 1 milestone, 0 findings, 3 commands
280
+
281
+ Totals:
282
+ Milestones logged: 12
283
+ Findings logged: 14 (2 Critical, 4 High, 5 Medium, 3 Low)
284
+ Commands logged: 182
285
+ Evidence artifacts: 27
286
+
287
+ Key Milestones:
288
+ 2024-11-11 — Engagement authorized, SEAD and scope signed
289
+ 2024-11-13 — Attack surface map completed
290
+ 2024-11-14 — Exploitation phase initiated
291
+ 2024-11-19 — Internal pivot achieved, lateral movement complete
292
+ 2024-11-22 — Final report delivered to client
293
+ ```
294
+
295
+ ---
296
+
297
+ ### Example 4 — Completeness Validation
298
+
299
+ **Operator:** "Validate the timeline before we close out."
300
+
301
+ **Agent response:**
302
+
303
+ ```
304
+ Timeline Completeness Check — ENG-2024-047
305
+
306
+ Checking coverage gaps... No multi-day gaps detected.
307
+ Checking findings cross-reference...
308
+ F-001 through F-014: All 14 findings have matching FINDING timeline entries. PASS
309
+ Checking evidence cross-reference...
310
+ 27 of 27 evidence artifacts have matching COMMAND or TOOL-OUTPUT entries within 30 minutes of artifact timestamp. PASS
311
+ Checking required milestones...
312
+ SEAD created: PASS (2024-11-11T08:15:04Z)
313
+ Scope finalized: PASS (2024-11-11T09:42:17Z)
314
+ Exploitation authorized: PASS (2024-11-14T10:00:00Z)
315
+ Final report delivered: PASS (2024-11-22T16:45:00Z)
316
+
317
+ Result: Timeline is complete and consistent. Safe to close engagement.
318
+ ```
319
+
320
+ ---
321
+
322
+ ## Practical Usage Tips
323
+
324
+ **Log activities in real time, not at end of day.** Timestamps that are clustered at day-end or session-end are a red flag for auditors and suggest the log was reconstructed from memory rather than captured live. Run `autodoc_engine.py timeline` or note activities as they happen.
325
+
326
+ **Use LATE-ENTRY for backdated additions.** If you must add an entry after the fact, flag it explicitly. Auditors prefer a clearly marked late entry over an artificially tidy log that looks fabricated.
327
+
328
+ **Cross-reference everything.** Every FINDING entry should reference the finding ID (F-XXX). Every COMMAND entry that produced an evidence file should reference the evidence filename. This makes the timeline self-navigable for report writing.
329
+
330
+ **Phase transitions are milestones.** Whenever you shift from one phase to the next, log a MILESTONE entry stating that the phase began and why (e.g., "Exploitation authorized — all recon objectives complete, attack surface map signed off by lead operator").
331
+
332
+ **Use the timeline to write reports, not your memory.** When drafting the technical report or executive summary, load the timeline first and work through it chronologically. Every section of the narrative should trace to a timeline entry.
333
+
334
+ **The timeline is a legal document.** In the event of a dispute, incident, or post-engagement legal proceeding, the timeline log — combined with the evidence chain — is the primary record of operator conduct. Maintain it as if a court will read it.
335
+
336
+ **Protect the output directory.** The `_rtexit-output/` directory contains the timeline, findings, and evidence. Restrict access to authorized operators only. Do not store it on shared or unencrypted drives.
337
+
338
+ **Before handing off to another operator**, run this skill to display the last 20 entries and confirm the incoming operator has read and acknowledged the current engagement state. Log the handoff as a `HANDOFF` type milestone entry.