cap-pro 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.claude-plugin/README.md +26 -0
  2. package/.claude-plugin/marketplace.json +24 -0
  3. package/.claude-plugin/plugin.json +24 -0
  4. package/LICENSE +21 -0
  5. package/README.ja-JP.md +834 -0
  6. package/README.ko-KR.md +823 -0
  7. package/README.md +806 -0
  8. package/README.pt-BR.md +452 -0
  9. package/README.zh-CN.md +800 -0
  10. package/agents/cap-architect.md +269 -0
  11. package/agents/cap-brainstormer.md +207 -0
  12. package/agents/cap-curator.md +276 -0
  13. package/agents/cap-debugger.md +365 -0
  14. package/agents/cap-designer.md +246 -0
  15. package/agents/cap-historian.md +464 -0
  16. package/agents/cap-migrator.md +291 -0
  17. package/agents/cap-prototyper.md +197 -0
  18. package/agents/cap-validator.md +308 -0
  19. package/bin/install.js +5433 -0
  20. package/cap/bin/cap-tools.cjs +853 -0
  21. package/cap/bin/lib/arc-scanner.cjs +344 -0
  22. package/cap/bin/lib/cap-affinity-engine.cjs +862 -0
  23. package/cap/bin/lib/cap-anchor.cjs +228 -0
  24. package/cap/bin/lib/cap-annotation-writer.cjs +340 -0
  25. package/cap/bin/lib/cap-checkpoint.cjs +434 -0
  26. package/cap/bin/lib/cap-cluster-detect.cjs +945 -0
  27. package/cap/bin/lib/cap-cluster-display.cjs +52 -0
  28. package/cap/bin/lib/cap-cluster-format.cjs +245 -0
  29. package/cap/bin/lib/cap-cluster-helpers.cjs +295 -0
  30. package/cap/bin/lib/cap-cluster-io.cjs +212 -0
  31. package/cap/bin/lib/cap-completeness.cjs +540 -0
  32. package/cap/bin/lib/cap-deps.cjs +583 -0
  33. package/cap/bin/lib/cap-design-families.cjs +332 -0
  34. package/cap/bin/lib/cap-design.cjs +966 -0
  35. package/cap/bin/lib/cap-divergence-detector.cjs +400 -0
  36. package/cap/bin/lib/cap-doctor.cjs +752 -0
  37. package/cap/bin/lib/cap-feature-map-internals.cjs +19 -0
  38. package/cap/bin/lib/cap-feature-map-migrate.cjs +335 -0
  39. package/cap/bin/lib/cap-feature-map-monorepo.cjs +885 -0
  40. package/cap/bin/lib/cap-feature-map-shard.cjs +315 -0
  41. package/cap/bin/lib/cap-feature-map.cjs +1943 -0
  42. package/cap/bin/lib/cap-fitness-score.cjs +1075 -0
  43. package/cap/bin/lib/cap-impact-analysis.cjs +652 -0
  44. package/cap/bin/lib/cap-learn-review.cjs +1072 -0
  45. package/cap/bin/lib/cap-learning-signals.cjs +627 -0
  46. package/cap/bin/lib/cap-loader.cjs +227 -0
  47. package/cap/bin/lib/cap-logger.cjs +57 -0
  48. package/cap/bin/lib/cap-memory-bridge.cjs +764 -0
  49. package/cap/bin/lib/cap-memory-confidence.cjs +452 -0
  50. package/cap/bin/lib/cap-memory-dir.cjs +987 -0
  51. package/cap/bin/lib/cap-memory-engine.cjs +698 -0
  52. package/cap/bin/lib/cap-memory-extends.cjs +398 -0
  53. package/cap/bin/lib/cap-memory-graph.cjs +790 -0
  54. package/cap/bin/lib/cap-memory-migrate.cjs +2015 -0
  55. package/cap/bin/lib/cap-memory-pin.cjs +183 -0
  56. package/cap/bin/lib/cap-memory-platform.cjs +490 -0
  57. package/cap/bin/lib/cap-memory-prune.cjs +707 -0
  58. package/cap/bin/lib/cap-memory-schema.cjs +812 -0
  59. package/cap/bin/lib/cap-migrate-tags.cjs +309 -0
  60. package/cap/bin/lib/cap-migrate.cjs +540 -0
  61. package/cap/bin/lib/cap-pattern-apply.cjs +1203 -0
  62. package/cap/bin/lib/cap-pattern-pipeline.cjs +1034 -0
  63. package/cap/bin/lib/cap-plugin-manifest.cjs +80 -0
  64. package/cap/bin/lib/cap-realtime-affinity.cjs +399 -0
  65. package/cap/bin/lib/cap-reconcile.cjs +570 -0
  66. package/cap/bin/lib/cap-research-gate.cjs +218 -0
  67. package/cap/bin/lib/cap-scope-filter.cjs +402 -0
  68. package/cap/bin/lib/cap-semantic-pipeline.cjs +1038 -0
  69. package/cap/bin/lib/cap-session-extract.cjs +987 -0
  70. package/cap/bin/lib/cap-session.cjs +445 -0
  71. package/cap/bin/lib/cap-snapshot-linkage.cjs +963 -0
  72. package/cap/bin/lib/cap-stack-docs.cjs +646 -0
  73. package/cap/bin/lib/cap-tag-observer.cjs +371 -0
  74. package/cap/bin/lib/cap-tag-scanner.cjs +1766 -0
  75. package/cap/bin/lib/cap-telemetry.cjs +466 -0
  76. package/cap/bin/lib/cap-test-audit.cjs +1438 -0
  77. package/cap/bin/lib/cap-thread-migrator.cjs +307 -0
  78. package/cap/bin/lib/cap-thread-synthesis.cjs +545 -0
  79. package/cap/bin/lib/cap-thread-tracker.cjs +519 -0
  80. package/cap/bin/lib/cap-trace.cjs +399 -0
  81. package/cap/bin/lib/cap-trust-mode.cjs +336 -0
  82. package/cap/bin/lib/cap-ui-design-editor.cjs +642 -0
  83. package/cap/bin/lib/cap-ui-mind-map.cjs +712 -0
  84. package/cap/bin/lib/cap-ui-thread-nav.cjs +693 -0
  85. package/cap/bin/lib/cap-ui.cjs +1245 -0
  86. package/cap/bin/lib/cap-upgrade.cjs +1028 -0
  87. package/cap/bin/lib/cli/arg-helpers.cjs +49 -0
  88. package/cap/bin/lib/cli/frontmatter-router.cjs +31 -0
  89. package/cap/bin/lib/cli/init-router.cjs +68 -0
  90. package/cap/bin/lib/cli/phase-router.cjs +102 -0
  91. package/cap/bin/lib/cli/state-router.cjs +61 -0
  92. package/cap/bin/lib/cli/template-router.cjs +37 -0
  93. package/cap/bin/lib/cli/uat-router.cjs +29 -0
  94. package/cap/bin/lib/cli/validation-router.cjs +26 -0
  95. package/cap/bin/lib/cli/verification-router.cjs +31 -0
  96. package/cap/bin/lib/cli/workstream-router.cjs +39 -0
  97. package/cap/bin/lib/commands.cjs +961 -0
  98. package/cap/bin/lib/config.cjs +467 -0
  99. package/cap/bin/lib/convention-reader.cjs +258 -0
  100. package/cap/bin/lib/core.cjs +1241 -0
  101. package/cap/bin/lib/feature-aggregator.cjs +423 -0
  102. package/cap/bin/lib/frontmatter.cjs +337 -0
  103. package/cap/bin/lib/init.cjs +1443 -0
  104. package/cap/bin/lib/manifest-generator.cjs +383 -0
  105. package/cap/bin/lib/milestone.cjs +253 -0
  106. package/cap/bin/lib/model-profiles.cjs +69 -0
  107. package/cap/bin/lib/monorepo-context.cjs +226 -0
  108. package/cap/bin/lib/monorepo-migrator.cjs +509 -0
  109. package/cap/bin/lib/phase.cjs +889 -0
  110. package/cap/bin/lib/profile-output.cjs +989 -0
  111. package/cap/bin/lib/profile-pipeline.cjs +540 -0
  112. package/cap/bin/lib/roadmap.cjs +330 -0
  113. package/cap/bin/lib/security.cjs +394 -0
  114. package/cap/bin/lib/session-manager.cjs +292 -0
  115. package/cap/bin/lib/skeleton-generator.cjs +179 -0
  116. package/cap/bin/lib/state.cjs +1032 -0
  117. package/cap/bin/lib/template.cjs +231 -0
  118. package/cap/bin/lib/test-detector.cjs +62 -0
  119. package/cap/bin/lib/uat.cjs +283 -0
  120. package/cap/bin/lib/verify.cjs +889 -0
  121. package/cap/bin/lib/workspace-detector.cjs +371 -0
  122. package/cap/bin/lib/workstream.cjs +492 -0
  123. package/cap/commands/gsd/workstreams.md +63 -0
  124. package/cap/references/arc-standard.md +315 -0
  125. package/cap/references/cap-agent-architecture.md +101 -0
  126. package/cap/references/cap-gitignore-template +9 -0
  127. package/cap/references/cap-zero-deps.md +158 -0
  128. package/cap/references/checkpoints.md +778 -0
  129. package/cap/references/continuation-format.md +249 -0
  130. package/cap/references/contract-test-templates.md +312 -0
  131. package/cap/references/feature-map-template.md +25 -0
  132. package/cap/references/git-integration.md +295 -0
  133. package/cap/references/git-planning-commit.md +38 -0
  134. package/cap/references/model-profiles.md +174 -0
  135. package/cap/references/phase-numbering.md +126 -0
  136. package/cap/references/planning-config.md +202 -0
  137. package/cap/references/property-test-templates.md +316 -0
  138. package/cap/references/security-test-templates.md +347 -0
  139. package/cap/references/session-template.json +8 -0
  140. package/cap/references/tdd.md +263 -0
  141. package/cap/references/user-profiling.md +681 -0
  142. package/cap/references/verification-patterns.md +612 -0
  143. package/cap/templates/UAT.md +265 -0
  144. package/cap/templates/claude-md.md +175 -0
  145. package/cap/templates/codebase/architecture.md +255 -0
  146. package/cap/templates/codebase/concerns.md +310 -0
  147. package/cap/templates/codebase/conventions.md +307 -0
  148. package/cap/templates/codebase/integrations.md +280 -0
  149. package/cap/templates/codebase/stack.md +186 -0
  150. package/cap/templates/codebase/structure.md +285 -0
  151. package/cap/templates/codebase/testing.md +480 -0
  152. package/cap/templates/config.json +44 -0
  153. package/cap/templates/context.md +352 -0
  154. package/cap/templates/continue-here.md +78 -0
  155. package/cap/templates/copilot-instructions.md +7 -0
  156. package/cap/templates/debug-subagent-prompt.md +91 -0
  157. package/cap/templates/discussion-log.md +63 -0
  158. package/cap/templates/milestone-archive.md +123 -0
  159. package/cap/templates/milestone.md +115 -0
  160. package/cap/templates/phase-prompt.md +610 -0
  161. package/cap/templates/planner-subagent-prompt.md +117 -0
  162. package/cap/templates/project.md +186 -0
  163. package/cap/templates/requirements.md +231 -0
  164. package/cap/templates/research-project/ARCHITECTURE.md +204 -0
  165. package/cap/templates/research-project/FEATURES.md +147 -0
  166. package/cap/templates/research-project/PITFALLS.md +200 -0
  167. package/cap/templates/research-project/STACK.md +120 -0
  168. package/cap/templates/research-project/SUMMARY.md +170 -0
  169. package/cap/templates/research.md +552 -0
  170. package/cap/templates/roadmap.md +202 -0
  171. package/cap/templates/state.md +176 -0
  172. package/cap/templates/summary.md +364 -0
  173. package/cap/templates/user-preferences.md +498 -0
  174. package/cap/templates/verification-report.md +322 -0
  175. package/cap/workflows/add-phase.md +112 -0
  176. package/cap/workflows/add-tests.md +351 -0
  177. package/cap/workflows/add-todo.md +158 -0
  178. package/cap/workflows/audit-milestone.md +340 -0
  179. package/cap/workflows/audit-uat.md +109 -0
  180. package/cap/workflows/autonomous.md +891 -0
  181. package/cap/workflows/check-todos.md +177 -0
  182. package/cap/workflows/cleanup.md +152 -0
  183. package/cap/workflows/complete-milestone.md +767 -0
  184. package/cap/workflows/diagnose-issues.md +231 -0
  185. package/cap/workflows/discovery-phase.md +289 -0
  186. package/cap/workflows/discuss-phase-assumptions.md +653 -0
  187. package/cap/workflows/discuss-phase.md +1049 -0
  188. package/cap/workflows/do.md +104 -0
  189. package/cap/workflows/execute-phase.md +846 -0
  190. package/cap/workflows/execute-plan.md +514 -0
  191. package/cap/workflows/fast.md +105 -0
  192. package/cap/workflows/forensics.md +265 -0
  193. package/cap/workflows/health.md +181 -0
  194. package/cap/workflows/help.md +660 -0
  195. package/cap/workflows/insert-phase.md +130 -0
  196. package/cap/workflows/list-phase-assumptions.md +178 -0
  197. package/cap/workflows/list-workspaces.md +56 -0
  198. package/cap/workflows/manager.md +362 -0
  199. package/cap/workflows/map-codebase.md +377 -0
  200. package/cap/workflows/milestone-summary.md +223 -0
  201. package/cap/workflows/new-milestone.md +486 -0
  202. package/cap/workflows/new-project.md +1250 -0
  203. package/cap/workflows/new-workspace.md +237 -0
  204. package/cap/workflows/next.md +97 -0
  205. package/cap/workflows/node-repair.md +92 -0
  206. package/cap/workflows/note.md +156 -0
  207. package/cap/workflows/pause-work.md +176 -0
  208. package/cap/workflows/plan-milestone-gaps.md +273 -0
  209. package/cap/workflows/plan-phase.md +857 -0
  210. package/cap/workflows/plant-seed.md +169 -0
  211. package/cap/workflows/pr-branch.md +129 -0
  212. package/cap/workflows/profile-user.md +449 -0
  213. package/cap/workflows/progress.md +507 -0
  214. package/cap/workflows/quick.md +757 -0
  215. package/cap/workflows/remove-phase.md +155 -0
  216. package/cap/workflows/remove-workspace.md +90 -0
  217. package/cap/workflows/research-phase.md +82 -0
  218. package/cap/workflows/resume-project.md +326 -0
  219. package/cap/workflows/review.md +228 -0
  220. package/cap/workflows/session-report.md +146 -0
  221. package/cap/workflows/settings.md +283 -0
  222. package/cap/workflows/ship.md +228 -0
  223. package/cap/workflows/stats.md +60 -0
  224. package/cap/workflows/transition.md +671 -0
  225. package/cap/workflows/ui-phase.md +298 -0
  226. package/cap/workflows/ui-review.md +161 -0
  227. package/cap/workflows/update.md +323 -0
  228. package/cap/workflows/validate-phase.md +170 -0
  229. package/cap/workflows/verify-phase.md +254 -0
  230. package/cap/workflows/verify-work.md +637 -0
  231. package/commands/cap/annotate.md +165 -0
  232. package/commands/cap/brainstorm.md +393 -0
  233. package/commands/cap/checkpoint.md +106 -0
  234. package/commands/cap/completeness.md +94 -0
  235. package/commands/cap/continue.md +72 -0
  236. package/commands/cap/debug.md +588 -0
  237. package/commands/cap/deps.md +169 -0
  238. package/commands/cap/design.md +479 -0
  239. package/commands/cap/init.md +354 -0
  240. package/commands/cap/iterate.md +249 -0
  241. package/commands/cap/learn.md +459 -0
  242. package/commands/cap/memory.md +275 -0
  243. package/commands/cap/migrate-feature-map.md +91 -0
  244. package/commands/cap/migrate-memory.md +108 -0
  245. package/commands/cap/migrate-tags.md +91 -0
  246. package/commands/cap/migrate.md +131 -0
  247. package/commands/cap/prototype.md +510 -0
  248. package/commands/cap/reconcile.md +121 -0
  249. package/commands/cap/review.md +360 -0
  250. package/commands/cap/save.md +72 -0
  251. package/commands/cap/scan.md +404 -0
  252. package/commands/cap/start.md +356 -0
  253. package/commands/cap/status.md +118 -0
  254. package/commands/cap/test-audit.md +262 -0
  255. package/commands/cap/test.md +394 -0
  256. package/commands/cap/trace.md +133 -0
  257. package/commands/cap/ui.md +167 -0
  258. package/hooks/dist/cap-check-update.js +115 -0
  259. package/hooks/dist/cap-context-monitor.js +185 -0
  260. package/hooks/dist/cap-learn-review-hook.js +114 -0
  261. package/hooks/dist/cap-learning-hook.js +192 -0
  262. package/hooks/dist/cap-memory.js +299 -0
  263. package/hooks/dist/cap-prompt-guard.js +97 -0
  264. package/hooks/dist/cap-statusline.js +157 -0
  265. package/hooks/dist/cap-tag-observer.js +115 -0
  266. package/hooks/dist/cap-version-check.js +112 -0
  267. package/hooks/dist/cap-workflow-guard.js +175 -0
  268. package/hooks/hooks.json +55 -0
  269. package/package.json +58 -0
  270. package/scripts/base64-scan.sh +262 -0
  271. package/scripts/build-hooks.js +93 -0
  272. package/scripts/cap-removal-checklist.md +202 -0
  273. package/scripts/prompt-injection-scan.sh +199 -0
  274. package/scripts/run-tests.cjs +181 -0
  275. package/scripts/secret-scan.sh +227 -0
@@ -0,0 +1,394 @@
1
+ /**
2
+ * Security — Input validation, path traversal prevention, and prompt injection guards
3
+ *
4
+ * This module centralizes security checks for GSD tooling. Because GSD generates
5
+ * markdown files that become LLM system prompts (agent instructions, workflow state,
6
+ * phase plans), any user-controlled text that flows into these files is a potential
7
+ * indirect prompt injection vector.
8
+ *
9
+ * Threat model:
10
+ * 1. Path traversal: user-supplied file paths escape the project directory
11
+ * 2. Prompt injection: malicious text in arguments/PRDs embeds LLM instructions
12
+ * 3. Shell metacharacter injection: user text interpreted by shell
13
+ * 4. JSON injection: malformed JSON crashes or corrupts state
14
+ * 5. Regex DoS: crafted input causes catastrophic backtracking
15
+ */
16
+ 'use strict';
17
+
18
+ // @cap-feature(feature:F-011) Legacy GSD Modules — security: path traversal, prompt injection, shell metachar guards
19
+
20
+ const fs = require('fs');
21
+ const path = require('path');
22
+
23
+ // ─── Path Traversal Prevention ──────────────────────────────────────────────
24
+
25
+ /**
26
+ * Validate that a file path resolves within an allowed base directory.
27
+ * Prevents path traversal attacks via ../ sequences, symlinks, or absolute paths.
28
+ *
29
+ * @param {string} filePath - The user-supplied file path
30
+ * @param {string} baseDir - The allowed base directory (e.g., project root)
31
+ * @param {object} [opts] - Options
32
+ * @param {boolean} [opts.allowAbsolute=false] - Allow absolute paths (still must be within baseDir)
33
+ * @returns {{ safe: boolean, resolved: string, error?: string }}
34
+ */
35
+ function validatePath(filePath, baseDir, opts = {}) {
36
+ if (!filePath || typeof filePath !== 'string') {
37
+ return { safe: false, resolved: '', error: 'Empty or invalid file path' };
38
+ }
39
+
40
+ if (!baseDir || typeof baseDir !== 'string') {
41
+ return { safe: false, resolved: '', error: 'Empty or invalid base directory' };
42
+ }
43
+
44
+ // Reject null bytes (can bypass path checks in some environments)
45
+ if (filePath.includes('\0')) {
46
+ return { safe: false, resolved: '', error: 'Path contains null bytes' };
47
+ }
48
+
49
+ // Resolve symlinks in base directory to handle macOS /var -> /private/var
50
+ // and similar platform-specific symlink chains
51
+ let resolvedBase;
52
+ try {
53
+ resolvedBase = fs.realpathSync(path.resolve(baseDir));
54
+ } catch {
55
+ resolvedBase = path.resolve(baseDir);
56
+ }
57
+
58
+ let resolvedPath;
59
+
60
+ if (path.isAbsolute(filePath)) {
61
+ if (!opts.allowAbsolute) {
62
+ return { safe: false, resolved: '', error: 'Absolute paths not allowed' };
63
+ }
64
+ resolvedPath = path.resolve(filePath);
65
+ } else {
66
+ resolvedPath = path.resolve(baseDir, filePath);
67
+ }
68
+
69
+ // Resolve symlinks in the target path too
70
+ try {
71
+ resolvedPath = fs.realpathSync(resolvedPath);
72
+ } catch {
73
+ // File may not exist yet (e.g., about to be created) — use logical resolution
74
+ // but still resolve the parent directory if it exists
75
+ const parentDir = path.dirname(resolvedPath);
76
+ try {
77
+ const realParent = fs.realpathSync(parentDir);
78
+ resolvedPath = path.join(realParent, path.basename(resolvedPath));
79
+ } catch {
80
+ // Parent doesn't exist either — keep the resolved path as-is
81
+ }
82
+ }
83
+
84
+ // Normalize both paths and check containment
85
+ const normalizedBase = resolvedBase + path.sep;
86
+ const normalizedPath = resolvedPath + path.sep;
87
+
88
+ // The resolved path must start with the base directory
89
+ // (or be exactly the base directory)
90
+ if (resolvedPath !== resolvedBase && !normalizedPath.startsWith(normalizedBase)) {
91
+ return {
92
+ safe: false,
93
+ resolved: resolvedPath,
94
+ error: `Path escapes allowed directory: ${resolvedPath} is outside ${resolvedBase}`,
95
+ };
96
+ }
97
+
98
+ return { safe: true, resolved: resolvedPath };
99
+ }
100
+
101
+ /**
102
+ * Validate a file path and throw on traversal attempt.
103
+ * Convenience wrapper around validatePath for use in CLI commands.
104
+ */
105
+ function requireSafePath(filePath, baseDir, label, opts = {}) {
106
+ const result = validatePath(filePath, baseDir, opts);
107
+ if (!result.safe) {
108
+ throw new Error(`${label || 'Path'} validation failed: ${result.error}`);
109
+ }
110
+ return result.resolved;
111
+ }
112
+
113
+ // ─── Prompt Injection Detection ─────────────────────────────────────────────
114
+
115
+ /**
116
+ * Patterns that indicate prompt injection attempts in user-supplied text.
117
+ * These patterns catch common indirect prompt injection techniques where
118
+ * an attacker embeds LLM instructions in text that will be read by an agent.
119
+ *
120
+ * Note: This is defense-in-depth — not a complete solution. The primary defense
121
+ * is proper input/output boundaries in agent prompts.
122
+ *
123
+ * @cap-decision(security/word-boundaries) Tightened prompt-injection regexes to
124
+ * use \b word-boundaries; eliminates false positive on "contract**act** as the
125
+ * feature" pattern that surfaced after F-079 shipped.
126
+ *
127
+ * Rule: All patterns whose start or end touches a word-character class (a-zA-Z0-9_)
128
+ * MUST use \b boundaries to avoid substring false-positives (e.g. "contract" +
129
+ * "act as", "ignored" matching "ignore"). Patterns bounded by non-word characters
130
+ * such as <, [, > do not need \b because the punctuation itself is a boundary.
131
+ */
132
+ const INJECTION_PATTERNS = [
133
+ // Direct instruction override attempts
134
+ /\bignore\s+(all\s+)?previous\s+instructions\b/i,
135
+ /\bignore\s+(all\s+)?above\s+instructions\b/i,
136
+ /\bdisregard\s+(all\s+)?previous\b/i,
137
+ /\bforget\s+(all\s+)?(your\s+)?instructions\b/i,
138
+ /\boverride\s+(system|previous)\s+(prompt|instructions)\b/i,
139
+
140
+ // Role/identity manipulation
141
+ /\byou\s+are\s+now\s+(?:a|an|the)\s+/i,
142
+ /\bact\s+as\s+(?:a|an|the)\s+(?!plan|phase|wave)/i, // allow "act as a plan"
143
+ /\bpretend\s+(?:you(?:'re| are)\s+|to\s+be\s+)/i,
144
+ /\bfrom\s+now\s+on,?\s+you\s+(?:are|will|should|must)\b/i,
145
+
146
+ // System prompt extraction
147
+ /\b(?:print|output|reveal|show|display|repeat)\s+(?:your\s+)?(?:system\s+)?(?:prompt|instructions)\b/i,
148
+ /\bwhat\s+(?:are|is)\s+your\s+(?:system\s+)?(?:prompt|instructions)\b/i,
149
+
150
+ // Hidden instruction markers (XML/HTML tags that mimic system messages)
151
+ // Note: <instructions> is excluded — GSD uses it as legitimate prompt structure
152
+ // Requires > to close the tag (not just whitespace) to avoid matching generic types like Promise<User | null>
153
+ // These are bounded by non-word punctuation (<, [, >) and don't need \b.
154
+ /<\/?(?:system|assistant|human)>/i,
155
+ /\[SYSTEM\]/i,
156
+ /\[INST\]/i,
157
+ /<<\s*SYS\s*>>/i,
158
+
159
+ // Exfiltration attempts
160
+ /\b(?:send|post|fetch|curl|wget)\s+(?:to|from)\s+https?:\/\//i,
161
+ /\b(?:base64|btoa|encode)\s+(?:and\s+)?(?:send|exfiltrate|output)\b/i,
162
+
163
+ // Tool manipulation
164
+ /\b(?:run|execute|call|invoke)\s+(?:the\s+)?(?:bash|shell|exec|spawn)\s+(?:tool|command)\b/i,
165
+ ];
166
+
167
+ /**
168
+ * Scan text for potential prompt injection patterns.
169
+ * Returns an array of findings (empty = clean).
170
+ *
171
+ * @param {string} text - The text to scan
172
+ * @param {object} [opts] - Options
173
+ * @param {boolean} [opts.strict=false] - Enable stricter matching (more false positives)
174
+ * @returns {{ clean: boolean, findings: string[] }}
175
+ */
176
+ function scanForInjection(text, opts = {}) {
177
+ if (!text || typeof text !== 'string') {
178
+ return { clean: true, findings: [] };
179
+ }
180
+
181
+ const findings = [];
182
+
183
+ for (const pattern of INJECTION_PATTERNS) {
184
+ if (pattern.test(text)) {
185
+ findings.push(`Matched injection pattern: ${pattern.source}`);
186
+ }
187
+ }
188
+
189
+ if (opts.strict) {
190
+ // Check for suspicious Unicode that could hide instructions
191
+ // (zero-width chars, RTL override, homoglyph attacks)
192
+ if (/[\u200B-\u200F\u2028-\u202F\uFEFF\u00AD]/.test(text)) {
193
+ findings.push('Contains suspicious zero-width or invisible Unicode characters');
194
+ }
195
+
196
+ // Check for extremely long strings that could be prompt stuffing
197
+ if (text.length > 50000) {
198
+ findings.push(`Suspicious text length: ${text.length} chars (potential prompt stuffing)`);
199
+ }
200
+ }
201
+
202
+ return { clean: findings.length === 0, findings };
203
+ }
204
+
205
+ /**
206
+ * Sanitize text that will be embedded in agent prompts or planning documents.
207
+ * Strips known injection markers while preserving legitimate content.
208
+ *
209
+ * This does NOT alter user intent — it neutralizes control characters and
210
+ * instruction-mimicking patterns that could hijack agent behavior.
211
+ *
212
+ * @param {string} text - Text to sanitize
213
+ * @returns {string} Sanitized text
214
+ */
215
+ function sanitizeForPrompt(text) {
216
+ if (!text || typeof text !== 'string') return text;
217
+
218
+ let sanitized = text;
219
+
220
+ // Strip zero-width characters that could hide instructions
221
+ sanitized = sanitized.replace(/[\u200B-\u200F\u2028-\u202F\uFEFF\u00AD]/g, '');
222
+
223
+ // Neutralize XML/HTML tags that mimic system boundaries
224
+ // Replace < > with full-width equivalents to prevent tag interpretation
225
+ // Note: <instructions> is excluded — GSD uses it as legitimate prompt structure
226
+ sanitized = sanitized.replace(/<(\/?)(?:system|assistant|human)>/gi,
227
+ (_, slash) => `<${slash || ''}system-text>`);
228
+
229
+ // Neutralize [SYSTEM] / [INST] markers
230
+ sanitized = sanitized.replace(/\[(SYSTEM|INST)\]/gi, '[$1-TEXT]');
231
+
232
+ // Neutralize <<SYS>> markers
233
+ sanitized = sanitized.replace(/<<\s*SYS\s*>>/gi, '«SYS-TEXT»');
234
+
235
+ return sanitized;
236
+ }
237
+
238
+ /**
239
+ * Sanitize text that will be displayed back to the user.
240
+ * Removes protocol-like leak markers that should never surface in checkpoints.
241
+ *
242
+ * @param {string} text - Text to sanitize
243
+ * @returns {string} Sanitized text
244
+ */
245
+ function sanitizeForDisplay(text) {
246
+ if (!text || typeof text !== 'string') return text;
247
+
248
+ let sanitized = sanitizeForPrompt(text);
249
+
250
+ const protocolLeakPatterns = [
251
+ /^\s*(?:assistant|user|system)\s+to=[^:\s]+:[^\n]+$/i,
252
+ /^\s*<\|(?:assistant|user|system)[^|]*\|>\s*$/i,
253
+ ];
254
+
255
+ sanitized = sanitized
256
+ .split('\n')
257
+ .filter(line => !protocolLeakPatterns.some(pattern => pattern.test(line)))
258
+ .join('\n');
259
+
260
+ return sanitized;
261
+ }
262
+
263
+ // ─── Shell Safety ───────────────────────────────────────────────────────────
264
+
265
+ /**
266
+ * Validate that a string is safe to use as a shell argument when quoted.
267
+ * This is a defense-in-depth check — callers should always use array-based
268
+ * exec (spawnSync) where possible.
269
+ *
270
+ * @param {string} value - The value to check
271
+ * @param {string} label - Description for error messages
272
+ * @returns {string} The validated value
273
+ */
274
+ function validateShellArg(value, label) {
275
+ if (!value || typeof value !== 'string') {
276
+ throw new Error(`${label || 'Argument'}: empty or invalid value`);
277
+ }
278
+
279
+ // Reject null bytes
280
+ if (value.includes('\0')) {
281
+ throw new Error(`${label || 'Argument'}: contains null bytes`);
282
+ }
283
+
284
+ // Reject command substitution attempts
285
+ if (/[$`]/.test(value) && /\$\(|`/.test(value)) {
286
+ throw new Error(`${label || 'Argument'}: contains potential command substitution`);
287
+ }
288
+
289
+ return value;
290
+ }
291
+
292
+ // ─── JSON Safety ────────────────────────────────────────────────────────────
293
+
294
+ /**
295
+ * Safely parse JSON with error handling and optional size limits.
296
+ * Wraps JSON.parse to prevent uncaught exceptions from malformed input.
297
+ *
298
+ * @param {string} text - JSON string to parse
299
+ * @param {object} [opts] - Options
300
+ * @param {number} [opts.maxLength=1048576] - Maximum input length (1MB default)
301
+ * @param {string} [opts.label='JSON'] - Description for error messages
302
+ * @returns {{ ok: boolean, value?: any, error?: string }}
303
+ */
304
+ function safeJsonParse(text, opts = {}) {
305
+ const maxLength = opts.maxLength || 1048576;
306
+ const label = opts.label || 'JSON';
307
+
308
+ if (!text || typeof text !== 'string') {
309
+ return { ok: false, error: `${label}: empty or invalid input` };
310
+ }
311
+
312
+ if (text.length > maxLength) {
313
+ return { ok: false, error: `${label}: input exceeds ${maxLength} byte limit (got ${text.length})` };
314
+ }
315
+
316
+ try {
317
+ const value = JSON.parse(text);
318
+ return { ok: true, value };
319
+ } catch (err) {
320
+ return { ok: false, error: `${label}: parse error — ${err.message}` };
321
+ }
322
+ }
323
+
324
+ // ─── Phase/Argument Validation ──────────────────────────────────────────────
325
+
326
+ /**
327
+ * Validate a phase number argument.
328
+ * Phase numbers must match: integer, decimal (2.1), or letter suffix (12A).
329
+ * Rejects arbitrary strings that could be used for injection.
330
+ *
331
+ * @param {string} phase - The phase number to validate
332
+ * @returns {{ valid: boolean, normalized?: string, error?: string }}
333
+ */
334
+ function validatePhaseNumber(phase) {
335
+ if (!phase || typeof phase !== 'string') {
336
+ return { valid: false, error: 'Phase number is required' };
337
+ }
338
+
339
+ const trimmed = phase.trim();
340
+
341
+ // Standard numeric: 1, 01, 12A, 12.1, 12A.1.2
342
+ if (/^\d{1,4}[A-Z]?(?:\.\d{1,3})*$/i.test(trimmed)) {
343
+ return { valid: true, normalized: trimmed };
344
+ }
345
+
346
+ // Custom project IDs: PROJ-42, AUTH-101 (uppercase alphanumeric with hyphens)
347
+ if (/^[A-Z][A-Z0-9]*(?:-[A-Z0-9]+){1,4}$/i.test(trimmed) && trimmed.length <= 30) {
348
+ return { valid: true, normalized: trimmed };
349
+ }
350
+
351
+ return { valid: false, error: `Invalid phase number format: "${trimmed}"` };
352
+ }
353
+
354
+ /**
355
+ * Validate a STATE.md field name to prevent injection into regex patterns.
356
+ * Field names must be alphanumeric with spaces, hyphens, underscores, or dots.
357
+ *
358
+ * @param {string} field - The field name to validate
359
+ * @returns {{ valid: boolean, error?: string }}
360
+ */
361
+ function validateFieldName(field) {
362
+ if (!field || typeof field !== 'string') {
363
+ return { valid: false, error: 'Field name is required' };
364
+ }
365
+
366
+ // Allow typical field names: "Current Phase", "active_plan", "Phase 1.2"
367
+ if (/^[A-Za-z][A-Za-z0-9 _.\-/]{0,60}$/.test(field)) {
368
+ return { valid: true };
369
+ }
370
+
371
+ return { valid: false, error: `Invalid field name: "${field}"` };
372
+ }
373
+
374
+ module.exports = {
375
+ // Path safety
376
+ validatePath,
377
+ requireSafePath,
378
+
379
+ // Prompt injection
380
+ INJECTION_PATTERNS,
381
+ scanForInjection,
382
+ sanitizeForPrompt,
383
+ sanitizeForDisplay,
384
+
385
+ // Shell safety
386
+ validateShellArg,
387
+
388
+ // JSON safety
389
+ safeJsonParse,
390
+
391
+ // Input validation
392
+ validatePhaseNumber,
393
+ validateFieldName,
394
+ };
@@ -0,0 +1,292 @@
1
+ // @cap-context Session manager for monorepo mode -- persists and resolves the current app selection so all GSD commands auto-scope without --app flag
2
+ // @cap-decision Session stored in .planning/SESSION.json -- co-located with planning artifacts, not in a hidden dotfile or temp directory
3
+ // @cap-constraint Zero external dependencies -- uses only Node.js built-ins (fs, path)
4
+ // @cap-pattern All GSD commands call resolveCurrentApp() to get the effective app -- explicit --app flag overrides session, session overrides nothing
5
+
6
+ 'use strict';
7
+
8
+ // @cap-feature(feature:F-012) Monorepo Support — session manager for persisting current app selection
9
+
10
+ const fs = require('node:fs');
11
+ const path = require('node:path');
12
+
13
+ // ---------------------------------------------------------------------------
14
+ // Types
15
+ // ---------------------------------------------------------------------------
16
+
17
+ /**
18
+ * @typedef {Object} SessionData
19
+ * @property {string|null} current_app - Relative path to the active app (e.g., 'apps/dashboard'), or null for root/global
20
+ * @property {string|null} default_app - Default app to auto-select at session start (set via /gsd:switch-app --default)
21
+ * @property {'monorepo'|'single'|null} workspace_type - Detected workspace type
22
+ * @property {string[]} available_apps - List of all app paths from workspace detection
23
+ * @property {number} updated_at - Epoch ms of last update
24
+ */
25
+
26
+ // ---------------------------------------------------------------------------
27
+ // File path resolution
28
+ // ---------------------------------------------------------------------------
29
+
30
+ // @cap-decision SESSION.json lives at root .planning/SESSION.json -- one session file for the whole monorepo, not per-app
31
+ /**
32
+ * Get the path to SESSION.json.
33
+ *
34
+ * @param {string} rootPath - Project/monorepo root
35
+ * @returns {string}
36
+ */
37
+ function getSessionPath(rootPath) {
38
+ return path.join(rootPath, '.planning', 'SESSION.json');
39
+ }
40
+
41
+ // ---------------------------------------------------------------------------
42
+ // Read operations
43
+ // ---------------------------------------------------------------------------
44
+
45
+ // @cap-todo(ref:AC-13) Implement session detection at startup: when monorepo detected, present app selector if no session exists
46
+ // @cap-api getSession(rootPath) -- returns SessionData or null if no session file exists
47
+ /**
48
+ * Read the current session data.
49
+ *
50
+ * @param {string} rootPath - Project root
51
+ * @returns {SessionData|null}
52
+ */
53
+ function getSession(rootPath) {
54
+ const sessionPath = getSessionPath(rootPath);
55
+ try {
56
+ const raw = fs.readFileSync(sessionPath, 'utf-8');
57
+ return JSON.parse(raw);
58
+ } catch {
59
+ return null;
60
+ }
61
+ }
62
+
63
+ // @cap-todo(ref:AC-14) Implement auto-scoping: all GSD commands call resolveCurrentApp() so --app flag is not required after selection
64
+ // @cap-api getCurrentApp(rootPath) -- returns the current app path string or null (global/root scope)
65
+ /**
66
+ * Get the currently selected app path.
67
+ * Returns null if no session or if working at root/global scope.
68
+ *
69
+ * @param {string} rootPath - Project root
70
+ * @returns {string|null}
71
+ */
72
+ function getCurrentApp(rootPath) {
73
+ const session = getSession(rootPath);
74
+ if (!session) return null;
75
+ // If no app explicitly selected but a default is configured, use the default
76
+ if (!session.current_app && session.default_app) return session.default_app;
77
+ return session.current_app || null;
78
+ }
79
+
80
+ // @cap-api resolveCurrentApp(rootPath, explicitApp) -- returns effective app path: explicit --app flag wins, then session, then null
81
+ /**
82
+ * Resolve the effective current app for a command.
83
+ * Priority: explicit --app flag > session > null (root scope).
84
+ *
85
+ * @param {string} rootPath - Project root
86
+ * @param {string|null|undefined} explicitApp - Value from --app flag, if provided
87
+ * @returns {string|null}
88
+ */
89
+ function resolveCurrentApp(rootPath, explicitApp) {
90
+ // @cap-decision Explicit --app always wins over session -- escape hatch for one-off commands on a different app
91
+ if (explicitApp) return explicitApp;
92
+ return getCurrentApp(rootPath);
93
+ }
94
+
95
+ // ---------------------------------------------------------------------------
96
+ // Write operations
97
+ // ---------------------------------------------------------------------------
98
+
99
+ // @cap-todo(ref:AC-15) Wire setCurrentApp to /gsd:switch-app command for mid-session app switching
100
+ // @cap-api setCurrentApp(rootPath, appPath, availableApps) -- writes SESSION.json with new current_app
101
+ /**
102
+ * Set the current app in the session.
103
+ * Pass null for appPath to set global/root scope.
104
+ *
105
+ * @param {string} rootPath - Project root
106
+ * @param {string|null} appPath - Relative app path or null for global
107
+ * @param {string[]} [availableApps] - List of available app paths (updates the cached list)
108
+ * @returns {SessionData}
109
+ */
110
+ function setCurrentApp(rootPath, appPath, availableApps) {
111
+ const existing = getSession(rootPath) || {};
112
+
113
+ const session = {
114
+ current_app: appPath,
115
+ workspace_type: existing.workspace_type || 'monorepo',
116
+ available_apps: availableApps || existing.available_apps || [],
117
+ updated_at: Date.now(),
118
+ };
119
+
120
+ const sessionPath = getSessionPath(rootPath);
121
+ // Ensure .planning/ exists
122
+ fs.mkdirSync(path.dirname(sessionPath), { recursive: true });
123
+ fs.writeFileSync(sessionPath, JSON.stringify(session, null, 2) + '\n', 'utf-8');
124
+
125
+ return session;
126
+ }
127
+
128
+ // @cap-todo(ref:AC-16) Implement "Global" option: setCurrentApp(rootPath, null) puts session in root-level scope for cross-app work
129
+ // @cap-api clearSession(rootPath) -- removes SESSION.json entirely, resetting to no-session state
130
+ /**
131
+ * Clear the session entirely. Removes SESSION.json.
132
+ *
133
+ * @param {string} rootPath - Project root
134
+ */
135
+ function clearSession(rootPath) {
136
+ const sessionPath = getSessionPath(rootPath);
137
+ try {
138
+ fs.unlinkSync(sessionPath);
139
+ } catch {
140
+ // File doesn't exist -- already cleared
141
+ }
142
+ }
143
+
144
+ // ---------------------------------------------------------------------------
145
+ // Session initialization (for monorepo startup)
146
+ // ---------------------------------------------------------------------------
147
+
148
+ // @cap-api initSession(rootPath, workspaceInfo) -- creates initial SESSION.json from workspace detection results
149
+ /**
150
+ * Initialize a session from workspace detection results.
151
+ * Called by monorepo-init or at session start when a monorepo is detected.
152
+ *
153
+ * @param {string} rootPath - Project root
154
+ * @param {Object} workspaceInfo - WorkspaceInfo from workspace-detector.cjs
155
+ * @returns {SessionData}
156
+ */
157
+ function initSession(rootPath, workspaceInfo) {
158
+ // @cap-constraint Session init does NOT auto-select an app -- user must explicitly choose via selector or /gsd:switch-app
159
+ const availableApps = (workspaceInfo.apps || []).map(a => a.path);
160
+
161
+ // Check if a default app was previously configured — auto-select it
162
+ const existing = getSession(rootPath);
163
+ const defaultApp = (existing && existing.default_app) || null;
164
+
165
+ const session = {
166
+ current_app: defaultApp,
167
+ default_app: defaultApp,
168
+ workspace_type: workspaceInfo.type || 'monorepo',
169
+ available_apps: availableApps,
170
+ updated_at: Date.now(),
171
+ };
172
+
173
+ const sessionPath = getSessionPath(rootPath);
174
+ fs.mkdirSync(path.dirname(sessionPath), { recursive: true });
175
+ fs.writeFileSync(sessionPath, JSON.stringify(session, null, 2) + '\n', 'utf-8');
176
+
177
+ return session;
178
+ }
179
+
180
+ // ---------------------------------------------------------------------------
181
+ // Default app configuration
182
+ // ---------------------------------------------------------------------------
183
+
184
+ /**
185
+ * Set a default app that auto-selects at session start.
186
+ * Pass null to clear the default.
187
+ *
188
+ * @param {string} rootPath - Project root
189
+ * @param {string|null} appPath - Relative app path or null to clear
190
+ * @returns {SessionData}
191
+ */
192
+ function setDefaultApp(rootPath, appPath) {
193
+ const existing = getSession(rootPath) || {};
194
+
195
+ const session = {
196
+ current_app: existing.current_app || appPath,
197
+ default_app: appPath,
198
+ workspace_type: existing.workspace_type || 'monorepo',
199
+ available_apps: existing.available_apps || [],
200
+ updated_at: Date.now(),
201
+ };
202
+
203
+ const sessionPath = getSessionPath(rootPath);
204
+ fs.mkdirSync(path.dirname(sessionPath), { recursive: true });
205
+ fs.writeFileSync(sessionPath, JSON.stringify(session, null, 2) + '\n', 'utf-8');
206
+
207
+ return session;
208
+ }
209
+
210
+ /**
211
+ * Get the default app, if configured.
212
+ *
213
+ * @param {string} rootPath - Project root
214
+ * @returns {string|null}
215
+ */
216
+ function getDefaultApp(rootPath) {
217
+ const session = getSession(rootPath);
218
+ return (session && session.default_app) || null;
219
+ }
220
+
221
+ // ---------------------------------------------------------------------------
222
+ // Query helpers
223
+ // ---------------------------------------------------------------------------
224
+
225
+ // @cap-api isMonorepoSession(rootPath) -- returns true if a monorepo session is active
226
+ /**
227
+ * Check if the current session is a monorepo session.
228
+ *
229
+ * @param {string} rootPath - Project root
230
+ * @returns {boolean}
231
+ */
232
+ function isMonorepoSession(rootPath) {
233
+ const session = getSession(rootPath);
234
+ return !!(session && session.workspace_type && session.workspace_type !== 'single');
235
+ }
236
+
237
+ // @cap-api getAvailableApps(rootPath) -- returns cached list of app paths from session, or empty array
238
+ /**
239
+ * Get the list of available apps from the session.
240
+ *
241
+ * @param {string} rootPath - Project root
242
+ * @returns {string[]}
243
+ */
244
+ function getAvailableApps(rootPath) {
245
+ const session = getSession(rootPath);
246
+ return (session && session.available_apps) || [];
247
+ }
248
+
249
+ // ---------------------------------------------------------------------------
250
+ // Formatting helpers
251
+ // ---------------------------------------------------------------------------
252
+
253
+ /**
254
+ * Format the app selector prompt for display.
255
+ *
256
+ * @param {string[]} apps - Available app paths
257
+ * @param {string|null} currentApp - Currently selected app
258
+ * @returns {string}
259
+ */
260
+ function formatAppSelector(apps, currentApp) {
261
+ const lines = ['Which app do you want to work on?\n'];
262
+
263
+ for (let i = 0; i < apps.length; i++) {
264
+ const marker = apps[i] === currentApp ? ' (current)' : '';
265
+ lines.push(` ${i + 1}. ${apps[i]}${marker}`);
266
+ }
267
+
268
+ const globalMarker = currentApp === null ? ' (current)' : '';
269
+ lines.push(` ${apps.length + 1}. [Global] -- root-level cross-app work${globalMarker}`);
270
+ lines.push('');
271
+
272
+ return lines.join('\n');
273
+ }
274
+
275
+ // ---------------------------------------------------------------------------
276
+ // Exports
277
+ // ---------------------------------------------------------------------------
278
+
279
+ module.exports = {
280
+ getSessionPath,
281
+ getSession,
282
+ getCurrentApp,
283
+ resolveCurrentApp,
284
+ setCurrentApp,
285
+ setDefaultApp,
286
+ getDefaultApp,
287
+ clearSession,
288
+ initSession,
289
+ isMonorepoSession,
290
+ getAvailableApps,
291
+ formatAppSelector,
292
+ };