Add Series Three: Security Professionals (50 cards) - #10
Merged
Conversation
…ssionals The third collection, for the defensive side of the field: cryptographers, firewall and tool authors, incident responders, appsec people and the security chiefs who had to answer for the breach. 50 hand-curated entries, every one carrying at least two public sources for the claims in its scouting report. Nobody appears in more than one series, which is enforced by curation rather than code — Series Two already holds Mudge, Kaminsky, Moussouris, Wysopal, Rutkowska, HD Moore and the rest, so none of them are here. Series Three uses a different stat block than Series Two: `notoriety` is the wrong axis for people whose careers were spent keeping their names out of the news, so the four bars are technical / defense / research / influence. Mechanics: - `src/data/roster.ts` holds the card vocabulary both hand-curated series share (Rarity, Status, Source, the fields RosterCard reads, and the label maps). `hacking.ts` now extends it instead of redeclaring it. - `RosterCard` takes `entry` + `basePath` so it renders any series. An entry with no rendered `front` no longer links anywhere — card pages only exist once art does, so an un-illustrated set stops pointing at 404s. - Series Three has no art pipeline yet, so it ships as a roster page only and contributes just its index to the sitemap. Nav, home-page teaser, sitemap, README and the contribute spec are updated. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014htrUgbnoKQt9iT4G7hUpy
ThreatCrush Security Scan3 finding(s) MEDIUM: 3
Snippets are redacted; ThreatCrush never prints matched credential material. |
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.
Adds a third collection at
/security-professionals, built the same way Series Two was: a hand-curated data module plus a roster page, art to follow.The set
50 cards for the defensive side of the field, ordered by set number:
Every entry carries at least two public sources for the claims in its scouting report. Nobody appears in more than one series — Series Two already holds Mudge, Kaminsky, Moussouris, Wysopal, Rutkowska, HD Moore, Zalewski and the rest, so none of them are repeated here.
Series Three uses a different stat block than Series Two:
notorietyis the wrong axis for people whose careers were spent keeping their names out of the news, so the four bars aretechnical/defense/research/influence.Mechanics
src/data/roster.tsholds the card vocabulary both hand-curated series share (Rarity,Status,Source, the fieldsRosterCardreads, and the label maps).hacking.tsextends it instead of redeclaring it — no behaviour change to Series Two.RosterCardnow takesentry+basePathso it renders any series. An entry with no renderedfrontno longer links anywhere, because card pages only exist once art does./contributecard spec updated.Verified
npx tsc --noEmitcleanpnpm buildclean;/security-professionalsprerenders, 165 static pages totalpnpm lintfails on this branch and onmain—next lintwas removed in Next 16 and the script was not updated. Left alone as out of scope.🤖 Generated with Claude Code
https://claude.ai/code/session_014htrUgbnoKQt9iT4G7hUpy