Skip to main content

pr-review-canvas

Generates an interactive HTML walkthrough for GitHub PR reviews, enhancing clarity with annotations and diffs.

Install this skill

or
98/100

Security score

The pr-review-canvas skill was audited on May 28, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 127

Unicode escape sequences

SourceSKILL.md
127safe_json = json.dumps(patches).replace('<', '\\u003c').replace('>', '\\u003e').replace('&', '\\u0026')
low line 160

External URL reference

SourceSKILL.md
160Run this backgrounded, then navigate the in-app browser to `http://127.0.0.1:8432/pr-review-{number}.html`.
Scanned on May 28, 2026
View Security Dashboard
Installation guide →