This is where the second pass actually plays out, the last gate before an interview hits your
inbox. The recruiter slows down right here, and even then your current role still drives
around 95% of the decision.
Makes sense: nothing tells a hiring team what you can run in production right now the way your
current job does. To clear that "yes", this section has to walk the full
AppSec Engineer role profile, one bullet per slot you listed in Domain
Expertise above. Every bullet has to come off something you actually held in production,
not a Jira card that wandered past your queue.
1
Threat Modeling & Secure Design Review
The flagship work of the role. Show the threat-modeling framework you run on every new
service or feature, the design flaws you caught pre-implementation (broken object-level
authorization, missing rate limits, server-side template injection), and the design
standard you authored. Name the design call and what it now prevents, not "reviewed
designs".
Techniques
STRIDE, PASTA, LINDDUN
Architecture review boards
Abuse-case stories
Defense-in-depth design
Tools
Threagile, IriusRisk
OWASP ASVS, NIST SSDF
Confluence, Lucidchart
Metrics
Services reviewed
High-risk findings closed
Coverage of tier-0 services
2
SAST, DAST & SCA in CI
The automated layer of the AppSec program. Show the scanners you wired into every PR,
the severity policy you defined, the auto-remediation PRs you tuned, and the high-noise
class you killed. Name the scanner and what it now blocks, not "set up SAST".
Techniques
PR-blocking gates
Severity-based policy
Custom rule authoring
Auto-remediation PRs
Tools
Semgrep, SonarQube, Checkmarx
Snyk Code, GitHub Advanced Security
Burp Suite, OWASP ZAP, Tinfoil
Metrics
Coverage across services
False-positive rate down
High-sev findings blocked at PR
3
Secure Code Review & AppSec Champions
How AppSec scales beyond what the team can read alone. Show the manual code-review
cadence, the AppSec Champions program you run inside engineering, the security-review
checklist you maintain, and the language- or framework-specific guidance. Name the
program and engineers reached, not "reviewed code".
Techniques
Risk-tiered code reviews
Champions enablement
Secure-coding standard
Office hours
Tools
GitHub PR review, Gerrit
Confluence, Notion, Slack
OWASP ASVS, Top 10
Metrics
Engineers in program
PRs reviewed/quarter
Findings caught pre-merge
4
Bug Bounty & Vulnerability Triage
How the outside finds what the inside missed. Show the bug bounty platform you operate,
the SLA you hold on triage, the high-severity submission you validated and shipped a
fix for, and the duplicate-rate you cut by tuning scope. Name the program and the
severity you handled, not "ran bug bounty".
Techniques
Scope & bounty design
Triage and validation
Researcher relations
Disclosure programs
Tools
HackerOne, Bugcrowd, Intigriti
YesWeHack, GitHub Security Advisories
Jira, ServiceNow case mgmt
Metrics
Triage SLA
Valid submissions/quarter
Critical fixes shipped
5
Dependency & Supply-Chain Security
Where Log4j taught everyone a lesson. Show the SBOM pipeline you stood up, the
Cosign/Sigstore signing, the dependency policy you enforce, and the high-sev CVE class
you closed across hundreds of repos in one cycle. Name the control and what it now
requires, not "ran Dependabot".
Techniques
SBOM generation
Artifact signing & provenance
License + vuln policies
SLSA / in-toto
Tools
Dependabot, Renovate, Mend
Syft, SPDX, CycloneDX
Cosign, Sigstore, in-toto
Metrics
Repos under SBOM
High-sev CVEs closed
Signed artifacts at admission
6
Secrets Management
Where the most common leak still happens. Show the secrets-detection pipeline you wired
into git, the rotation cadence you enforce, the dynamic-credential program (Vault), and
the secret-class you eliminated from the codebase. Name the secret class and the
zero-leak coverage, not "managed secrets".
Techniques
Pre-commit secret scanning
Dynamic credentials
Rotation policy
Secret-class retirement
Tools
HashiCorp Vault
Gitleaks, TruffleHog, GitGuardian
AWS Secrets Manager, Doppler
Metrics
Repos under secret-scanning
Leaks caught pre-commit
Rotation compliance
7
API & Authentication Security
Where modern web apps actually break. Show the OWASP API Top 10 program you run, the
OAuth 2.0 / OIDC standard you enforce, the JWT validation library you maintain, and the
broken-object-level-authorization (BOLA) class you killed across the platform. Name the
API risk and what it now blocks, not "reviewed APIs".
Techniques
OAuth 2.0 / OIDC patterns
JWT validation library
BOLA / object-auth checks
Rate-limit standard
Tools
OWASP API Top 10
Postman, Insomnia, Burp Pro
42Crunch, Salt, Noname
Metrics
API endpoints inventoried
BOLA cases closed
Auth bypasses blocked
8
Tooling & Workflow
The setup that lets a small Security team serve hundreds of developers without becoming
a ticket queue. Show the internal CLI or runbook library you maintain, the
secure-by-default templates you ship, and the docs that cut secure-code onboarding ramp.
Name the workflow, not "a modern stack".
Techniques
Secure-by-default templates
Internal CLI / runbooks
Inner sourcing
Self-serve docs
Tools
Git, GitHub
Bash, Python, Go
Backstage TechDocs
Metrics
Templates maintained
PR cycle time
Secure-onboarding ramp cut