Skip to content

Add security policy and improve supply chain security - #6

Merged
Stensel8 merged 3 commits into
mainfrom
claude/vague-alerts-b3y2ni
Aug 22, 2026
Merged

Stensel8 merged 3 commits into
mainfrom
claude/vague-alerts-b3y2ni

Conversation

@Stensel8

@Stensel8 Stensel8 commented Aug 22, 2026

Copy link
Copy Markdown
Member

This PR enhances the repository's security posture by establishing a security policy and implementing stricter verification for external dependencies in CI/CD workflows.

Pin the HTMLHint install to a checksummed tarball instead of resolving
it through the npm registry at run time, add a SECURITY.md with a
private-reporting path, and add a CODEOWNERS fallback so branch
protection can require code owner review. This template is the golden
baseline new sites are cloned from, so fixing it here propagates to
everything built on top of it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H1WirNLJU8fNqht6aFxTnx
Copilot AI lite review requested due to automatic review settings August 22, 2026 22:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Comment thread .github/workflows/quality.yml Fixed
@Stensel8 Stensel8 self-assigned this Aug 22, 2026
claude and others added 2 commits August 22, 2026 22:06
zizmor's adhoc-packages audit still flagged the previous fix: it
pattern-matches on `npm install <arg>` regardless of whether the
argument is a checksummed local tarball, and only treats `npm ci`
against a lockfile as lockfile-aware. Move HTMLHint into its own
package.json/package-lock.json under .github/htmlhint/ and install
it with `npm ci`, which also satisfies Scorecard's Pinned-Dependencies
check. Enable Renovate's npm manager (scoped to this one lockfile) so
version bumps keep working the same way they did through the old
custom regex.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H1WirNLJU8fNqht6aFxTnx
@Stensel8
Stensel8 merged commit 39f53e7 into main Aug 22, 2026
11 checks passed
@Stensel8
Stensel8 deleted the claude/vague-alerts-b3y2ni branch August 22, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants