@wrongstack/plugins 0.293.0 → 0.295.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.
- package/README.md +7 -71
- package/dist/accessibility-auditor/index.d.ts +1 -1
- package/dist/accessibility-auditor/index.d.ts.map +1 -1
- package/dist/accessibility-auditor.js +31 -31
- package/dist/agent-handoff/index.d.ts +1 -1
- package/dist/agent-handoff/index.d.ts.map +1 -1
- package/dist/api-compatibility-gate/index.d.ts +1 -1
- package/dist/api-compatibility-gate/index.d.ts.map +1 -1
- package/dist/api-compatibility-gate.js +21 -16
- package/dist/audit/index.d.ts +386 -0
- package/dist/audit/index.d.ts.map +1 -0
- package/dist/audit.d.ts +1 -0
- package/dist/audit.js +454 -0
- package/dist/auto-doc/index.d.ts +1 -1
- package/dist/auto-doc/index.d.ts.map +1 -1
- package/dist/auto-escalate/index.d.ts +1 -1
- package/dist/auto-escalate/index.d.ts.map +1 -1
- package/dist/auto-i18n-extractor/index.d.ts +1 -1
- package/dist/auto-i18n-extractor/index.d.ts.map +1 -1
- package/dist/auto-i18n-extractor.js +2 -1
- package/dist/branch-guard/index.d.ts +1 -1
- package/dist/branch-guard/index.d.ts.map +1 -1
- package/dist/branch-guard.js +9 -1
- package/dist/catalog.d.ts +5 -30
- package/dist/catalog.d.ts.map +1 -1
- package/dist/changelog-writer/index.d.ts +1 -1
- package/dist/changelog-writer/index.d.ts.map +1 -1
- package/dist/checkpoint/index.d.ts +1 -1
- package/dist/checkpoint/index.d.ts.map +1 -1
- package/dist/checkpoint.js +7 -8
- package/dist/code-metrics/index.d.ts +1 -1
- package/dist/code-metrics/index.d.ts.map +1 -1
- package/dist/code-metrics.js +29 -29
- package/dist/commit-validator/index.d.ts +1 -1
- package/dist/commit-validator/index.d.ts.map +1 -1
- package/dist/config-validator/index.d.ts +1 -1
- package/dist/config-validator/index.d.ts.map +1 -1
- package/dist/context-pins/index.d.ts +1 -1
- package/dist/context-pins/index.d.ts.map +1 -1
- package/dist/cost-tracker/index.d.ts +1 -1
- package/dist/cost-tracker/index.d.ts.map +1 -1
- package/dist/cost-tracker.js +9 -2
- package/dist/cron/index.d.ts +1 -1
- package/dist/cron/index.d.ts.map +1 -1
- package/dist/dead-code-detector/index.d.ts +1 -1
- package/dist/dead-code-detector/index.d.ts.map +1 -1
- package/dist/dead-code-detector.js +26 -18
- package/dist/dep-guard/index.d.ts +1 -1
- package/dist/dep-guard/index.d.ts.map +1 -1
- package/dist/dependency-vulnerability-gate/index.d.ts +1 -1
- package/dist/dependency-vulnerability-gate/index.d.ts.map +1 -1
- package/dist/dependency-vulnerability-gate.js +34 -22
- package/dist/diff-summary/index.d.ts +1 -1
- package/dist/diff-summary/index.d.ts.map +1 -1
- package/dist/diff-summary.js +28 -29
- package/dist/doc-sync-guard/index.d.ts +1 -1
- package/dist/doc-sync-guard/index.d.ts.map +1 -1
- package/dist/doc-sync-guard.js +2 -1
- package/dist/duplicate-code-detector/index.d.ts +26 -1
- package/dist/duplicate-code-detector/index.d.ts.map +1 -1
- package/dist/duplicate-code-detector.js +178 -67
- package/dist/error-lens/index.d.ts +1 -1
- package/dist/error-lens/index.d.ts.map +1 -1
- package/dist/factories/index.d.ts +4 -0
- package/dist/factories/index.d.ts.map +1 -0
- package/dist/factories.d.ts +1 -0
- package/dist/factories.js +74 -0
- package/dist/feature-flag-tracker/index.d.ts +1 -1
- package/dist/feature-flag-tracker/index.d.ts.map +1 -1
- package/dist/feature-flag-tracker.js +29 -29
- package/dist/file-watcher/index.d.ts +1 -1
- package/dist/file-watcher/index.d.ts.map +1 -1
- package/dist/format-on-save/index.d.ts +1 -1
- package/dist/format-on-save/index.d.ts.map +1 -1
- package/dist/format-on-save.js +2 -1
- package/dist/generated-plugin-exports.d.ts +65 -0
- package/dist/generated-plugin-exports.d.ts.map +1 -0
- package/dist/git-autocommit/index.d.ts +1 -1
- package/dist/git-autocommit/index.d.ts.map +1 -1
- package/dist/import-organizer/index.d.ts +1 -1
- package/dist/import-organizer/index.d.ts.map +1 -1
- package/dist/import-organizer.js +2 -1
- package/dist/index.d.ts +4 -183
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17675 -17377
- package/dist/injection-shield/index.d.ts +1 -1
- package/dist/injection-shield/index.d.ts.map +1 -1
- package/dist/interface-contract-guard/index.d.ts +1 -1
- package/dist/interface-contract-guard/index.d.ts.map +1 -1
- package/dist/interface-contract-guard.js +29 -29
- package/dist/knowledge-graph/index.d.ts +1 -1
- package/dist/knowledge-graph/index.d.ts.map +1 -1
- package/dist/license-audit-gate/index.d.ts +1 -1
- package/dist/license-audit-gate/index.d.ts.map +1 -1
- package/dist/lint-gate/index.d.ts +1 -1
- package/dist/lint-gate/index.d.ts.map +1 -1
- package/dist/lint-gate.js +10 -1
- package/dist/llm-cache/index.d.ts +5 -1
- package/dist/llm-cache/index.d.ts.map +1 -1
- package/dist/llm-cache.js +16 -8
- package/dist/loop-breaker/index.d.ts +1 -1
- package/dist/loop-breaker/index.d.ts.map +1 -1
- package/dist/loop-breaker.js +10 -4
- package/dist/manifest/index.d.ts +16 -0
- package/dist/manifest/index.d.ts.map +1 -0
- package/dist/manifest.d.ts +1 -0
- package/dist/manifest.js +152 -0
- package/dist/migration-planner/index.d.ts +1 -1
- package/dist/migration-planner/index.d.ts.map +1 -1
- package/dist/migration-planner.js +2 -1
- package/dist/model-router/index.d.ts +1 -1
- package/dist/model-router/index.d.ts.map +1 -1
- package/dist/notify-hub/index.d.ts +1 -1
- package/dist/notify-hub/index.d.ts.map +1 -1
- package/dist/notify-hub/webhook-channel.d.ts +1 -1
- package/dist/notify-hub/webhook-channel.d.ts.map +1 -1
- package/dist/path-guard/index.d.ts +1 -1
- package/dist/path-guard/index.d.ts.map +1 -1
- package/dist/performance-regression-gate/index.d.ts +1 -1
- package/dist/performance-regression-gate/index.d.ts.map +1 -1
- package/dist/plugin-stack-observer/index.d.ts +1 -1
- package/dist/plugin-stack-observer/index.d.ts.map +1 -1
- package/dist/pr-drafter/index.d.ts +1 -1
- package/dist/pr-drafter/index.d.ts.map +1 -1
- package/dist/pr-drafter.js +28 -29
- package/dist/process-guard/index.d.ts +1 -1
- package/dist/process-guard/index.d.ts.map +1 -1
- package/dist/prompt-firewall/index.d.ts +1 -1
- package/dist/prompt-firewall/index.d.ts.map +1 -1
- package/dist/refactor-suggester/index.d.ts +1 -1
- package/dist/refactor-suggester/index.d.ts.map +1 -1
- package/dist/refactor-suggester.js +29 -29
- package/dist/release-notes-generator/index.d.ts +1 -1
- package/dist/release-notes-generator/index.d.ts.map +1 -1
- package/dist/release-notes-generator.js +29 -22
- package/dist/runtime/index.d.ts +15 -0
- package/dist/runtime/index.d.ts.map +1 -1
- package/dist/runtime/llm.d.ts +1 -1
- package/dist/runtime/llm.d.ts.map +1 -1
- package/dist/runtime.js +43 -2
- package/dist/schema-evolution-guard/index.d.ts +1 -1
- package/dist/schema-evolution-guard/index.d.ts.map +1 -1
- package/dist/schema-evolution-guard.js +2 -1
- package/dist/secret-scanner/index.d.ts +1 -1
- package/dist/secret-scanner/index.d.ts.map +1 -1
- package/dist/secret-scanner.js +7 -1
- package/dist/security-hotspot-scanner/index.d.ts +1 -1
- package/dist/security-hotspot-scanner/index.d.ts.map +1 -1
- package/dist/security-hotspot-scanner.js +26 -19
- package/dist/semantic-search-indexer/index.d.ts +1 -1
- package/dist/semantic-search-indexer/index.d.ts.map +1 -1
- package/dist/semver-bump/index.d.ts +1 -1
- package/dist/semver-bump/index.d.ts.map +1 -1
- package/dist/semver-bump.js +78 -43
- package/dist/session-recap/index.d.ts +1 -1
- package/dist/session-recap/index.d.ts.map +1 -1
- package/dist/shell-check/index.d.ts +1 -1
- package/dist/shell-check/index.d.ts.map +1 -1
- package/dist/smart-rename/index.d.ts +1 -1
- package/dist/smart-rename/index.d.ts.map +1 -1
- package/dist/spec-linker/index.d.ts +1 -1
- package/dist/spec-linker/index.d.ts.map +1 -1
- package/dist/spec-linker.js +222 -20772
- package/dist/template-engine/index.d.ts +1 -1
- package/dist/template-engine/index.d.ts.map +1 -1
- package/dist/template-engine.js +4 -6
- package/dist/test-coverage-gate/index.d.ts +1 -1
- package/dist/test-coverage-gate/index.d.ts.map +1 -1
- package/dist/test-coverage-gate.js +29 -14
- package/dist/test-flake-detector/index.d.ts +1 -1
- package/dist/test-flake-detector/index.d.ts.map +1 -1
- package/dist/test-flake-detector.js +31 -20
- package/dist/test-generator/index.d.ts +1 -1
- package/dist/test-generator/index.d.ts.map +1 -1
- package/dist/test-runner-gate/index.d.ts +1 -1
- package/dist/test-runner-gate/index.d.ts.map +1 -1
- package/dist/test-runner-gate.js +2 -1
- package/dist/todo-listener/index.d.ts +1 -32
- package/dist/todo-listener/index.d.ts.map +1 -1
- package/dist/todo-tracker/index.d.ts +1 -1
- package/dist/todo-tracker/index.d.ts.map +1 -1
- package/dist/token-budget/index.d.ts +1 -1
- package/dist/token-budget/index.d.ts.map +1 -1
- package/dist/token-throttle/index.d.ts +1 -1
- package/dist/token-throttle/index.d.ts.map +1 -1
- package/dist/type-gate/index.d.ts +1 -1
- package/dist/type-gate/index.d.ts.map +1 -1
- package/dist/type-gate.js +11 -4
- package/package.json +80 -68
|
@@ -0,0 +1,386 @@
|
|
|
1
|
+
export declare const OFFICIAL_PLUGIN_AUDIT_ENTRIES: readonly [{
|
|
2
|
+
readonly name: 'agent-handoff';
|
|
3
|
+
readonly risk: 'medium';
|
|
4
|
+
readonly summary: 'Listens for subagent.done events and posts structured handoff notes to the project mailbox';
|
|
5
|
+
readonly defaultState: 'inactive';
|
|
6
|
+
readonly canDisable: true;
|
|
7
|
+
}, {
|
|
8
|
+
readonly name: 'cost-tracker';
|
|
9
|
+
readonly risk: 'low';
|
|
10
|
+
readonly summary: 'Tracks LLM token usage and estimated cost per session with per-model breakdown';
|
|
11
|
+
readonly defaultState: 'active';
|
|
12
|
+
readonly canDisable: true;
|
|
13
|
+
}, {
|
|
14
|
+
readonly name: 'file-watcher';
|
|
15
|
+
readonly risk: 'medium';
|
|
16
|
+
readonly summary: 'Watches project files and emits events when changes occur (add, change, delete)';
|
|
17
|
+
readonly defaultState: 'inactive';
|
|
18
|
+
readonly canDisable: true;
|
|
19
|
+
}, {
|
|
20
|
+
readonly name: 'git-autocommit';
|
|
21
|
+
readonly risk: 'high';
|
|
22
|
+
readonly summary: 'AI-powered git staging and conventional commit message generation';
|
|
23
|
+
readonly defaultState: 'inactive';
|
|
24
|
+
readonly canDisable: true;
|
|
25
|
+
}, {
|
|
26
|
+
readonly name: 'auto-doc';
|
|
27
|
+
readonly risk: 'medium';
|
|
28
|
+
readonly summary: 'Auto-generates JSDoc/TSDoc comments for functions, classes, types, and interfaces';
|
|
29
|
+
readonly defaultState: 'inactive';
|
|
30
|
+
readonly canDisable: true;
|
|
31
|
+
}, {
|
|
32
|
+
readonly name: 'shell-check';
|
|
33
|
+
readonly risk: 'low';
|
|
34
|
+
readonly summary: 'Runs shellcheck analysis on bash/shell scripts and surfaces issues with severity levels';
|
|
35
|
+
readonly defaultState: 'inactive';
|
|
36
|
+
readonly canDisable: true;
|
|
37
|
+
}, {
|
|
38
|
+
readonly name: 'cron';
|
|
39
|
+
readonly risk: 'medium';
|
|
40
|
+
readonly summary: 'Schedules recurring tasks using beforeIteration/afterIteration extension hooks';
|
|
41
|
+
readonly defaultState: 'inactive';
|
|
42
|
+
readonly canDisable: true;
|
|
43
|
+
}, {
|
|
44
|
+
readonly name: 'template-engine';
|
|
45
|
+
readonly risk: 'medium';
|
|
46
|
+
readonly summary: 'Expands file templates with variable substitution, conditionals, and loops';
|
|
47
|
+
readonly defaultState: 'inactive';
|
|
48
|
+
readonly canDisable: true;
|
|
49
|
+
}, {
|
|
50
|
+
readonly name: 'semver-bump';
|
|
51
|
+
readonly risk: 'high';
|
|
52
|
+
readonly summary: 'Conventional-commit-driven semver version bumps with changelog generation';
|
|
53
|
+
readonly defaultState: 'inactive';
|
|
54
|
+
readonly canDisable: true;
|
|
55
|
+
}, {
|
|
56
|
+
readonly name: 'secret-scanner';
|
|
57
|
+
readonly risk: 'high';
|
|
58
|
+
readonly summary: 'Pre-tool hook that blocks (or optionally redacts) tools whose arguments contain plaintext credentials';
|
|
59
|
+
readonly defaultState: 'active';
|
|
60
|
+
readonly canDisable: true;
|
|
61
|
+
}, {
|
|
62
|
+
readonly name: 'todo-tracker';
|
|
63
|
+
readonly risk: 'low';
|
|
64
|
+
readonly summary: 'Persistent, project-scoped todo backlog that survives across sessions';
|
|
65
|
+
readonly defaultState: 'active';
|
|
66
|
+
readonly canDisable: true;
|
|
67
|
+
}, {
|
|
68
|
+
readonly name: 'token-budget';
|
|
69
|
+
readonly risk: 'medium';
|
|
70
|
+
readonly summary: 'Enforces a per-session token budget — warns at a threshold and stops the agent loop when the limit is hit';
|
|
71
|
+
readonly defaultState: 'active';
|
|
72
|
+
readonly canDisable: true;
|
|
73
|
+
}, {
|
|
74
|
+
readonly name: 'lint-gate';
|
|
75
|
+
readonly risk: 'medium';
|
|
76
|
+
readonly summary: 'Pre-tool hook that runs biome/eslint on would-be file content before write or edit commits';
|
|
77
|
+
readonly defaultState: 'inactive';
|
|
78
|
+
readonly canDisable: true;
|
|
79
|
+
}, {
|
|
80
|
+
readonly name: 'branch-guard';
|
|
81
|
+
readonly risk: 'high';
|
|
82
|
+
readonly summary: 'Pre-tool hook that blocks commits, pushes, and merges to protected branches (default: main, master)';
|
|
83
|
+
readonly defaultState: 'inactive';
|
|
84
|
+
readonly canDisable: true;
|
|
85
|
+
}, {
|
|
86
|
+
readonly name: 'diff-summary';
|
|
87
|
+
readonly risk: 'low';
|
|
88
|
+
readonly summary: 'PostToolUse hook that injects a compact git diff into the LLM context after every write or edit';
|
|
89
|
+
readonly defaultState: 'active';
|
|
90
|
+
readonly canDisable: true;
|
|
91
|
+
}, {
|
|
92
|
+
readonly name: 'commit-validator';
|
|
93
|
+
readonly risk: 'medium';
|
|
94
|
+
readonly summary: 'PreToolUse hook that validates conventional-commit format before git_autocommit or bash git commit runs';
|
|
95
|
+
readonly defaultState: 'inactive';
|
|
96
|
+
readonly canDisable: true;
|
|
97
|
+
}, {
|
|
98
|
+
readonly name: 'format-on-save';
|
|
99
|
+
readonly risk: 'medium';
|
|
100
|
+
readonly summary: 'PostToolUse hook that runs biome format --write on the file after every write or edit';
|
|
101
|
+
readonly defaultState: 'inactive';
|
|
102
|
+
readonly canDisable: true;
|
|
103
|
+
}, {
|
|
104
|
+
readonly name: 'test-runner-gate';
|
|
105
|
+
readonly risk: 'medium';
|
|
106
|
+
readonly summary: 'PostToolUse hook that runs the relevant test file after every write or edit to a source file';
|
|
107
|
+
readonly defaultState: 'inactive';
|
|
108
|
+
readonly canDisable: true;
|
|
109
|
+
}, {
|
|
110
|
+
readonly name: 'import-organizer';
|
|
111
|
+
readonly risk: 'medium';
|
|
112
|
+
readonly summary: 'PostToolUse hook that re-sorts and de-duplicates imports in a file after every write or edit';
|
|
113
|
+
readonly defaultState: 'inactive';
|
|
114
|
+
readonly canDisable: true;
|
|
115
|
+
}, {
|
|
116
|
+
readonly name: 'knowledge-graph';
|
|
117
|
+
readonly risk: 'low';
|
|
118
|
+
readonly summary: 'Accumulates structured (subject, relation, object) facts about the project and queries them across sessions';
|
|
119
|
+
readonly defaultState: 'active';
|
|
120
|
+
readonly canDisable: true;
|
|
121
|
+
}, {
|
|
122
|
+
readonly name: 'todo-listener';
|
|
123
|
+
readonly risk: 'low';
|
|
124
|
+
readonly summary: 'PostToolUse hook on `todo` tool — broadcasts a status update to the project mailbox so other agents can see what this one is working on';
|
|
125
|
+
readonly defaultState: 'inactive';
|
|
126
|
+
readonly canDisable: true;
|
|
127
|
+
}, {
|
|
128
|
+
readonly name: 'session-recap';
|
|
129
|
+
readonly risk: 'low';
|
|
130
|
+
readonly summary: 'Stop hook that posts a one-page session summary (tokens, tools, commits, last activity) to the project mailbox';
|
|
131
|
+
readonly defaultState: 'inactive';
|
|
132
|
+
readonly canDisable: true;
|
|
133
|
+
}, {
|
|
134
|
+
readonly name: 'spec-linker';
|
|
135
|
+
readonly risk: 'low';
|
|
136
|
+
readonly summary: 'Markdown link auditor for plugin references. PostToolUse surfaces unlinked references; PreToolUse on `write` (autoFix) wraps them in markdown links via modifiedInput.';
|
|
137
|
+
readonly defaultState: 'inactive';
|
|
138
|
+
readonly canDisable: true;
|
|
139
|
+
}, {
|
|
140
|
+
readonly name: 'loop-breaker';
|
|
141
|
+
readonly risk: 'low';
|
|
142
|
+
readonly summary: 'Detects runaway tool-call loops (identical repeats and A-B-A-B oscillation) — warns the model, then blocks';
|
|
143
|
+
readonly defaultState: 'active';
|
|
144
|
+
readonly canDisable: true;
|
|
145
|
+
}, {
|
|
146
|
+
readonly name: 'path-guard';
|
|
147
|
+
readonly risk: 'medium';
|
|
148
|
+
readonly summary: 'Blocks or warns about writes, edits, and destructive shell commands touching protected paths (lockfiles, .env, .git, migrations)';
|
|
149
|
+
readonly defaultState: 'inactive';
|
|
150
|
+
readonly canDisable: true;
|
|
151
|
+
}, {
|
|
152
|
+
readonly name: 'process-guard';
|
|
153
|
+
readonly risk: 'high';
|
|
154
|
+
readonly summary: 'Blocks kill commands (taskkill, Stop-Process, kill, pkill, wmic) that target active WrongStack processes or their host terminals.';
|
|
155
|
+
readonly defaultState: 'active';
|
|
156
|
+
readonly canDisable: true;
|
|
157
|
+
}, {
|
|
158
|
+
readonly name: 'context-pins';
|
|
159
|
+
readonly risk: 'low';
|
|
160
|
+
readonly summary: 'Pin durable facts into the system prompt (pin_add/pin_remove/pin_list) — pins survive compaction and persist across sessions';
|
|
161
|
+
readonly defaultState: 'active';
|
|
162
|
+
readonly canDisable: true;
|
|
163
|
+
}, {
|
|
164
|
+
readonly name: 'checkpoint';
|
|
165
|
+
readonly risk: 'medium';
|
|
166
|
+
readonly summary: 'In-session file snapshots: auto-captures content before every write/edit and restores any pre-edit state on demand';
|
|
167
|
+
readonly defaultState: 'inactive';
|
|
168
|
+
readonly canDisable: true;
|
|
169
|
+
}, {
|
|
170
|
+
readonly name: 'error-lens';
|
|
171
|
+
readonly risk: 'low';
|
|
172
|
+
readonly summary: 'Distills failed command output into a compact digest (error line + project stack frames) and flags repeated failures';
|
|
173
|
+
readonly defaultState: 'active';
|
|
174
|
+
readonly canDisable: true;
|
|
175
|
+
}, {
|
|
176
|
+
readonly name: 'dep-guard';
|
|
177
|
+
readonly risk: 'medium';
|
|
178
|
+
readonly summary: 'Supervises dependency installs: blocks deny-listed packages, flags typosquat lookalikes, and optionally warns on unpinned versions';
|
|
179
|
+
readonly defaultState: 'active';
|
|
180
|
+
readonly canDisable: true;
|
|
181
|
+
}, {
|
|
182
|
+
readonly name: 'config-validator';
|
|
183
|
+
readonly risk: 'low';
|
|
184
|
+
readonly summary: 'Validates JSON/JSONC/YAML/TOML files right after write/edit and reports syntax problems in the same turn';
|
|
185
|
+
readonly defaultState: 'active';
|
|
186
|
+
readonly canDisable: true;
|
|
187
|
+
}, {
|
|
188
|
+
readonly name: 'notify-hub';
|
|
189
|
+
readonly risk: 'medium';
|
|
190
|
+
readonly summary: 'POSTs session events (stop, tool errors, budget thresholds) and ad-hoc notify_send messages to a configurable webhook';
|
|
191
|
+
readonly defaultState: 'inactive';
|
|
192
|
+
readonly canDisable: true;
|
|
193
|
+
}, {
|
|
194
|
+
readonly name: 'changelog-writer';
|
|
195
|
+
readonly risk: 'low';
|
|
196
|
+
readonly summary: 'Collects session work (commits, edits, manual notes) and writes Keep-a-Changelog entries under [Unreleased] on demand';
|
|
197
|
+
readonly defaultState: 'inactive';
|
|
198
|
+
readonly canDisable: true;
|
|
199
|
+
}, {
|
|
200
|
+
readonly name: 'injection-shield';
|
|
201
|
+
readonly risk: 'low';
|
|
202
|
+
readonly summary: 'Scans tool output (fetched pages, files) for prompt-injection patterns and warns the model that content is data, not instructions';
|
|
203
|
+
readonly defaultState: 'active';
|
|
204
|
+
readonly canDisable: true;
|
|
205
|
+
}, {
|
|
206
|
+
readonly name: 'llm-cache';
|
|
207
|
+
readonly risk: 'medium';
|
|
208
|
+
readonly summary: 'Caches identical provider requests and short-circuits the provider call on a hit (wrapProviderRunner). Opt-in; deterministic-only by default.';
|
|
209
|
+
readonly defaultState: 'inactive';
|
|
210
|
+
readonly canDisable: true;
|
|
211
|
+
}, {
|
|
212
|
+
readonly name: 'model-router';
|
|
213
|
+
readonly risk: 'medium';
|
|
214
|
+
readonly summary: 'Routes each provider call to a different model by declarative size/tool rules (wrapProviderRunner). Opt-in; dry-run by default; routes within the active provider only.';
|
|
215
|
+
readonly defaultState: 'inactive';
|
|
216
|
+
readonly canDisable: true;
|
|
217
|
+
}, {
|
|
218
|
+
readonly name: 'pr-drafter';
|
|
219
|
+
readonly risk: 'low';
|
|
220
|
+
readonly summary: 'Collects session work (commits, edited files, diff) and drafts a pull-request description';
|
|
221
|
+
readonly defaultState: 'inactive';
|
|
222
|
+
readonly canDisable: true;
|
|
223
|
+
}, {
|
|
224
|
+
readonly name: 'prompt-firewall';
|
|
225
|
+
readonly risk: 'high';
|
|
226
|
+
readonly summary: 'Scans the provider wire for credential leaks before context reaches the LLM API (wrapProviderRunner); redact/warn/block. Opt-in; redact by default.';
|
|
227
|
+
readonly defaultState: 'inactive';
|
|
228
|
+
readonly canDisable: true;
|
|
229
|
+
}, {
|
|
230
|
+
readonly name: 'auto-escalate';
|
|
231
|
+
readonly risk: 'medium';
|
|
232
|
+
readonly summary: 'On retryable provider errors, retries the turn with the next model in an escalation ladder (onError). Opt-in; defers to default recovery otherwise.';
|
|
233
|
+
readonly defaultState: 'inactive';
|
|
234
|
+
readonly canDisable: true;
|
|
235
|
+
}, {
|
|
236
|
+
readonly name: 'test-coverage-gate';
|
|
237
|
+
readonly risk: 'medium';
|
|
238
|
+
readonly summary: 'PostToolUse hook that detects test coverage regressions after source-file edits';
|
|
239
|
+
readonly defaultState: 'inactive';
|
|
240
|
+
readonly canDisable: true;
|
|
241
|
+
}, {
|
|
242
|
+
readonly name: 'type-gate';
|
|
243
|
+
readonly risk: 'medium';
|
|
244
|
+
readonly summary: 'PostToolUse hook that runs TypeScript type-checking after every write or edit to a source file';
|
|
245
|
+
readonly defaultState: 'inactive';
|
|
246
|
+
readonly canDisable: true;
|
|
247
|
+
}, {
|
|
248
|
+
readonly name: 'token-throttle';
|
|
249
|
+
readonly risk: 'medium';
|
|
250
|
+
readonly summary: 'Rolling-window tokens/min budget that delays provider calls to stay under a rate limit (wrapProviderRunner). Opt-in; delay capped by maxDelayMs.';
|
|
251
|
+
readonly defaultState: 'inactive';
|
|
252
|
+
readonly canDisable: true;
|
|
253
|
+
}, {
|
|
254
|
+
readonly name: 'plugin-stack-observer';
|
|
255
|
+
readonly risk: 'low';
|
|
256
|
+
readonly summary: 'Observes the wrapProviderRunner stack and exposes it to operators (plugin_stack_status) and, optionally, to the LLM (system-prompt contributor).';
|
|
257
|
+
readonly defaultState: 'inactive';
|
|
258
|
+
readonly canDisable: true;
|
|
259
|
+
}, {
|
|
260
|
+
readonly name: 'dead-code-detector';
|
|
261
|
+
readonly risk: 'low';
|
|
262
|
+
readonly summary: 'Lightweight regex-based scan for exported identifiers that appear unused anywhere in the project';
|
|
263
|
+
readonly defaultState: 'inactive';
|
|
264
|
+
readonly canDisable: true;
|
|
265
|
+
}, {
|
|
266
|
+
readonly name: 'dependency-vulnerability-gate';
|
|
267
|
+
readonly risk: 'high';
|
|
268
|
+
readonly summary: 'PostToolUse hook that runs npm/pnpm audit after dependency installs and blocks or warns on vulnerabilities above a severity threshold';
|
|
269
|
+
readonly defaultState: 'inactive';
|
|
270
|
+
readonly canDisable: true;
|
|
271
|
+
}, {
|
|
272
|
+
readonly name: 'migration-planner';
|
|
273
|
+
readonly risk: 'low';
|
|
274
|
+
readonly summary: 'Builds evidence-backed migration checklists with optional host-routed LLM risk analysis';
|
|
275
|
+
readonly defaultState: 'inactive';
|
|
276
|
+
readonly canDisable: true;
|
|
277
|
+
}, {
|
|
278
|
+
readonly name: 'semantic-search-indexer';
|
|
279
|
+
readonly risk: 'low';
|
|
280
|
+
readonly summary: 'Builds an in-memory keyword index over project source files and answers ranked search queries';
|
|
281
|
+
readonly defaultState: 'inactive';
|
|
282
|
+
readonly canDisable: true;
|
|
283
|
+
}, {
|
|
284
|
+
readonly name: 'auto-i18n-extractor';
|
|
285
|
+
readonly risk: 'low';
|
|
286
|
+
readonly summary: 'Detects hardcoded user-facing strings in UI source files and suggests translation keys';
|
|
287
|
+
readonly defaultState: 'inactive';
|
|
288
|
+
readonly canDisable: true;
|
|
289
|
+
}, {
|
|
290
|
+
readonly name: 'doc-sync-guard';
|
|
291
|
+
readonly risk: 'low';
|
|
292
|
+
readonly summary: 'PostToolUse hook that tracks changed public source files and warns when README/docs edits omit them';
|
|
293
|
+
readonly defaultState: 'inactive';
|
|
294
|
+
readonly canDisable: true;
|
|
295
|
+
}, {
|
|
296
|
+
readonly name: 'api-compatibility-gate';
|
|
297
|
+
readonly risk: 'medium';
|
|
298
|
+
readonly summary: 'PostToolUse hook that detects breaking API changes (removed exports) in entry-point files after writes or edits';
|
|
299
|
+
readonly defaultState: 'inactive';
|
|
300
|
+
readonly canDisable: true;
|
|
301
|
+
}, {
|
|
302
|
+
readonly name: 'performance-regression-gate';
|
|
303
|
+
readonly risk: 'medium';
|
|
304
|
+
readonly summary: 'Compares benchmark results to detect performance regressions and reports metrics that increased beyond the configured threshold';
|
|
305
|
+
readonly defaultState: 'inactive';
|
|
306
|
+
readonly canDisable: true;
|
|
307
|
+
}, {
|
|
308
|
+
readonly name: 'test-flake-detector';
|
|
309
|
+
readonly risk: 'medium';
|
|
310
|
+
readonly summary: 'Runs a test command multiple times and reports tests that fail non-deterministically';
|
|
311
|
+
readonly defaultState: 'inactive';
|
|
312
|
+
readonly canDisable: true;
|
|
313
|
+
}, {
|
|
314
|
+
readonly name: 'schema-evolution-guard';
|
|
315
|
+
readonly risk: 'high';
|
|
316
|
+
readonly summary: 'PostToolUse hook that guards database/API schema changes by detecting destructive patterns in schema files';
|
|
317
|
+
readonly defaultState: 'inactive';
|
|
318
|
+
readonly canDisable: true;
|
|
319
|
+
}, {
|
|
320
|
+
readonly name: 'license-audit-gate';
|
|
321
|
+
readonly risk: 'high';
|
|
322
|
+
readonly summary: 'PostToolUse hook that audits dependency licenses after package-manager install/add commands and blocks disallowed licenses';
|
|
323
|
+
readonly defaultState: 'inactive';
|
|
324
|
+
readonly canDisable: true;
|
|
325
|
+
}, {
|
|
326
|
+
readonly name: 'accessibility-auditor';
|
|
327
|
+
readonly risk: 'medium';
|
|
328
|
+
readonly summary: 'Audits .tsx/.jsx/.html/.vue files for common accessibility issues and reports findings after writes/edits';
|
|
329
|
+
readonly defaultState: 'inactive';
|
|
330
|
+
readonly canDisable: true;
|
|
331
|
+
}, {
|
|
332
|
+
readonly name: 'security-hotspot-scanner';
|
|
333
|
+
readonly risk: 'high';
|
|
334
|
+
readonly summary: 'Scans source code for security anti-patterns and warns after writes/edits that introduce new hotspots';
|
|
335
|
+
readonly defaultState: 'inactive';
|
|
336
|
+
readonly canDisable: true;
|
|
337
|
+
}, {
|
|
338
|
+
readonly name: 'duplicate-code-detector';
|
|
339
|
+
readonly risk: 'low';
|
|
340
|
+
readonly summary: 'Finds duplicated code blocks across source files using normalized-line fingerprinting';
|
|
341
|
+
readonly defaultState: 'inactive';
|
|
342
|
+
readonly canDisable: true;
|
|
343
|
+
}, {
|
|
344
|
+
readonly name: 'code-metrics';
|
|
345
|
+
readonly risk: 'low';
|
|
346
|
+
readonly summary: 'Computes per-file line counts, function counts, and cyclomatic-complexity-like scores';
|
|
347
|
+
readonly defaultState: 'inactive';
|
|
348
|
+
readonly canDisable: true;
|
|
349
|
+
}, {
|
|
350
|
+
readonly name: 'refactor-suggester';
|
|
351
|
+
readonly risk: 'low';
|
|
352
|
+
readonly summary: 'Suggests refactoring opportunities using regex-based smell detection';
|
|
353
|
+
readonly defaultState: 'inactive';
|
|
354
|
+
readonly canDisable: true;
|
|
355
|
+
}, {
|
|
356
|
+
readonly name: 'test-generator';
|
|
357
|
+
readonly risk: 'low';
|
|
358
|
+
readonly summary: 'Generates framework-correct test skeletons with optional host-routed LLM test authoring';
|
|
359
|
+
readonly defaultState: 'inactive';
|
|
360
|
+
readonly canDisable: true;
|
|
361
|
+
}, {
|
|
362
|
+
readonly name: 'release-notes-generator';
|
|
363
|
+
readonly risk: 'low';
|
|
364
|
+
readonly summary: 'Generates traceable release notes from conventional commits with optional LLM polishing';
|
|
365
|
+
readonly defaultState: 'inactive';
|
|
366
|
+
readonly canDisable: true;
|
|
367
|
+
}, {
|
|
368
|
+
readonly name: 'smart-rename';
|
|
369
|
+
readonly risk: 'medium';
|
|
370
|
+
readonly summary: 'Whole-word identifier rename inside a single source file';
|
|
371
|
+
readonly defaultState: 'inactive';
|
|
372
|
+
readonly canDisable: true;
|
|
373
|
+
}, {
|
|
374
|
+
readonly name: 'feature-flag-tracker';
|
|
375
|
+
readonly risk: 'low';
|
|
376
|
+
readonly summary: 'Scans source files for feature-flag-like expressions and reports usages';
|
|
377
|
+
readonly defaultState: 'inactive';
|
|
378
|
+
readonly canDisable: true;
|
|
379
|
+
}, {
|
|
380
|
+
readonly name: 'interface-contract-guard';
|
|
381
|
+
readonly risk: 'medium';
|
|
382
|
+
readonly summary: 'Checks TypeScript interfaces for visible implementers and warns about contract drift';
|
|
383
|
+
readonly defaultState: 'inactive';
|
|
384
|
+
readonly canDisable: true;
|
|
385
|
+
}];
|
|
386
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/audit/index.ts"],"names":[],"mappings":"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"}
|
package/dist/audit.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './audit/index.js';
|