New:Socket for Asana Is Now Available.Learn more
Get Started

@hookwarden/pr-renderer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hookwarden/pr-renderer

Markdown PR-comment renderer for hookwarden. Single source of truth for the sticky-comment shape used by the public GitHub Action and the SaaS continuous-scanning worker.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@hookwarden/pr-renderer

Markdown PR-comment renderer for hookwarden.

This package is the single source of truth for the sticky-comment shape used by both:

Why a separate package?

Keeping the renderer in one place means the de-duplication key the bot uses to find its own prior comments — STICKY_MARKER = "<!-- hookwarden:pr-summary -->" — is byte-identical across both consumers. A CLI-Action comment and a SaaS comment on the same PR collide on the same marker and the bot edits in place rather than posting duplicates.

Do not edit STICKY_MARKER without coordinating with the plan-grep gate that enforces its exact spelling in CI.

Exports

  • renderSummaryBody(input) — produces the sticky markdown body
  • STICKY_MARKER / CLEAN_BODY / BOT_LOGIN — byte-locked literals
  • ScanFinding / ScanFindingLocation — the finding shape the renderer accepts

License

Apache-2.0.

FAQs

Package last updated on 18 May 2026

Related posts