fix: correct and NDA-sanitize resume/CV data - #77
Merged
Conversation
- anonymize the most-recent role: drop the named employer and the trading-bot-platform/exchange specifics, close the open date range - remove the multi-chain trading-infrastructure line from the summary - correct the audit finding count (125 -> 13) in the summary, the stat bar, and the PDF generator - refresh stale totals (10 wins / $34.5K -> 11 wins / $36K) - rename Adrena "Trading Arena" -> "Adrena AI Agent Arena" and fix the stale repo URL (adrena-trading-arena -> adrena-agent-arena) - update resume and superteam tests to match
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Corrects and NDA-sanitizes the CV data that feeds both the resume PDF and the live
/apply/superteampage.Why
The live
/apply/superteampage (and the generated PDF) carried three problems:Changes
data/resume.yml— rewrotesummary.pdf/summary.webto accurate framing (11 wins / $36,050, 1st of 116, 13 findings, Anchor CPI CVSS-7.5, AI-agents/MCP); stat "Vulnerabilities Found"125 → 13; anonymized the recent entry → "Confidential DeFi Startup" with closed dates and confidential specifics stripped (transferable Rust/Axum/Tokio + AES-256-GCM + EIP-712 retained); de-branded the Adrena project entry.data/achievements.yml— Adrena award title/event/description de-scoped; repo URL updated.scripts/generate-resume-pdf.mjs— hardcodedvulns "125" → "13".src/lib/content/{resume,superteam}.test.ts— assertions updated to match.Verification
npm run test— 629/629 passing./apply/superteamrenders onlyresume.yml+achievements.yml(both corrected here), so this fully clears that page's exposure.