fix(scorecard): drop archived polystack target, add boj-server-cartridges#344
Merged
Merged
Conversation
…rget polystack was archived during the 2026-05-26 cartridge-extraction initiative; its 11 LSP halves migrated into hyperpolymath/boj-server-cartridges (see boj-server-cartridges PRs #1-#8). The scorecard manifest still pointed at the archived repo, causing every scan run to skip silently. Replaces the stale `polystack` entry with the migration target `boj-server-cartridges` (alphabetically adjacent to the existing `boj-server` entry). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🔍 Hypatia Security ScanFindings: 2 issues detected
View findings[
{
"reason": "Repository has 13 non-main remote branch(es). Policy: single main branch only.",
"type": "GS007",
"file": ".",
"action": "delete_remote_branches",
"rule_module": "git_state",
"severity": "medium"
},
{
"reason": "Code scanning (Scorecard): TokenPermissionsID -- Token-Permissions -- 0 day(s) old",
"type": "CSA001",
"file": ".github/workflows/hypatia-scan.yml",
"action": "update",
"rule_module": "code_scanning_alerts",
"severity": "high"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
polystackwas archived during the 2026-05-26 cartridge-extraction initiative — its 11 LSP halves migrated into the newhyperpolymath/boj-server-cartridgesrepo (boj-server-cartridges PRs #1-#8, all merged). The scorecard target manifest still pointed at the archived repo, causing every scan run to skip the target silently.This replaces the stale
polystackentry with the migration targetboj-server-cartridges(placed alphabetically adjacent to the existingboj-serverentry).Diff
{"local": "boj-server", "github": "hyperpolymath/boj-server"}, + {"local": "boj-server-cartridges", "github": "hyperpolymath/boj-server-cartridges"}, ... - {"local": "polystack", "github": "hyperpolymath/polystack"},Per
boj-server-cartridges/docs/handover/2026-05-26/prompts/earlier-03-hypatia-scorecard-polystack-ref.adoc.Test plan
jq .validates the JSON.git grep polystack -- '*.json'shows zero remaining hits.🤖 Generated with Claude Code