Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Review Risk Marker ScanNew to Visual Studio Code? Get it now.
Review Risk Marker Scan

Review Risk Marker Scan

VaultOps

|
1 install
| (0) | Free
Flags local risk markers like ts-ignore, eval, and debug logging patterns.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Review Risk Marker Scan

Flags local risk markers like ts-ignore, eval, and debug logging patterns.

Archetype: code.review.helpers (code-review)

Usage

Use the Command Palette (Ctrl/Cmd+Shift+P) and run the commands listed below.

Command surface

  • review-risk-marker-scan.todoDigest - Build TODO digest: Collect TODO/FIXME markers from the active file.
  • review-risk-marker-scan.riskHints - Scan risk markers: Highlight local risk markers (any, ts-ignore, console.log, eval).

Review signals

  • TODO/FIXME digest for unresolved work
  • Risk marker scan for common review red flags

Team workflow

  1. Run checks before creating a PR.
  2. Paste digest output into pull request context.
  3. Address flagged risk markers intentionally.

Local development

npm install
npm run build
npm test

Use F5 in VS Code to launch an Extension Development Host.

Packaging

npm run package

Module notes

  • UI settings are exposed in workspace settings under this extension namespace.
  • Local run metadata uses ExtensionContext.globalState only.
  • Analytics is local-only and disabled unless FOF_ANALYTICS_OPT_IN=true.

Marketplace submission notes

  • Set a real publisher in package.json.
  • Replace placeholder assets in assets/ (icon + screenshots).
  • Upload .vsix or release source archive from dist-submission/.

Support

For support, contact support@example.com.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft