
Saml Sso Assertion Attacks
- 2.3k installs
- 1.5k repo stars
- Updated June 16, 2026
- yaklang/hack-skills
saml-sso-assertion-attacks is an agent skill that SAML SSO assertion attack playbook. Use when testing signature validation, assertion wrapping, audience restrictions, ACS handling, XML trust boundaries, and enterprise S
About
The saml-sso-assertion-attacks skill. SAML SSO assertion attack playbook. Use when testing signature validation, assertion wrapping, audience restrictions, ACS handling, XML trust boundaries, and enterprise SSO flaws. WHEN TO LOAD THIS SKILL Load when: - Enterprise SSO uses SAML requests or responses - You see , , XML assertions, or ACS endpoints - Login flows involve an external IdP and browser POST/redirect binding ## 2. Inspect which XML nodes are signed and which attributes drive account binding. Compare SP-initiated and IdP-initiated flows. Test replay, altered attributes, and assertion placement confusion. The workflow follows the source SKILL.md contract with progressive reference loading, clear trigger phrases, and practical steps developers can apply directly in agent sessions. The workflow follows the source SKILL.md contract with progressive reference loading, clear trigger phrases, and practical steps developers can apply directly in agent sessions.
- Enterprise SSO uses SAML requests or responses
- You see `SAMLRequest`, `SAMLResponse`, XML assertions, or ACS endpoints
- Login flows involve an external IdP and browser POST/redirect binding
- Capture one full login round trip.
- Inspect which XML nodes are signed and which attributes drive account binding.
Saml Sso Assertion Attacks by the numbers
- 2,260 all-time installs (skills.sh)
- +129 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #247 of 2,203 Security skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
saml-sso-assertion-attacks capabilities & compatibility
- Capabilities
- enterprise sso uses saml requests or responses · you see `samlrequest`, `samlresponse`, xml asser · login flows involve an external idp and browser · capture one full login round trip. · inspect which xml nodes are signed and which att
- Use cases
- security audit · testing · debugging
What saml-sso-assertion-attacks says it does
Inspect which XML nodes are signed and which attributes drive account binding.
Compare SP-initiated and IdP-initiated flows.
npx skills add https://github.com/yaklang/hack-skills --skill saml-sso-assertion-attacksAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2.3k |
|---|---|
| repo stars | ★ 1.5k |
| Security audit | 2 / 3 scanners passed |
| Last updated | June 16, 2026 |
| Repository | yaklang/hack-skills ↗ |
How do I apply saml-sso-assertion-attacks correctly using the SKILL.md workflows and reference files?
SAML SSO assertion attack playbook. Use when testing signature validation, assertion wrapping, audience restrictions, ACS handling, XML trust boundaries, and enterprise SSO flaws.
Who is it for?
Developers and software engineers working with saml-sso-assertion-attacks patterns from the skill documentation.
Skip if: Skip when cached docs are empty, boilerplate-only, or outside the skill documented scope.
When should I use this skill?
SAML SSO assertion attack playbook. Use when testing signature validation, assertion wrapping, audience restrictions, ACS handling, XML trust boundaries, and enterprise SSO flaws.
What you get
Grounded saml-sso-assertion-attacks guidance with highlights, triggers, and evidence quotes from SKILL.md.
- SAML attack test cases
- Assertion trust boundary findings
Files
SKILL: SAML SSO and Assertion Attacks — Signature Validation, Binding, and Trust Confusion
AI LOAD INSTRUCTION: Use this skill when the target uses SAML-based SSO and you need to validate assertion trust: signature coverage, audience and recipient checks, ACS handling, XML parsing weaknesses, and IdP/SP confusion.
1. WHEN TO LOAD THIS SKILL
Load when:
- Enterprise SSO uses SAML requests or responses
- You see
SAMLRequest,SAMLResponse, XML assertions, or ACS endpoints - Login flows involve an external IdP and browser POST/redirect binding
2. HIGH-VALUE MISCONFIGURATION CHECKS
| Theme | What to Check |
|---|---|
| signature validation | unsigned assertion accepted, wrong node signed, signature wrapping |
| audience and recipient | weak Audience, Recipient, Destination, or ACS validation |
| issuer trust | wrong IdP accepted or multi-tenant issuer confusion |
| replay and freshness | missing InResponseTo, weak NotBefore / NotOnOrAfter enforcement |
| account mapping | email-only binding, case folding, unverified attributes |
| XML parser behavior | XXE-like parser issues or unsafe transforms around SAML documents |
3. QUICK TRIAGE
1. Capture one full login round trip. 2. Inspect which XML nodes are signed and which attributes drive account binding. 3. Compare SP-initiated and IdP-initiated flows. 4. Test replay, altered attributes, and assertion placement confusion.
4. RELATED ROUTES
- XML parser attack depth: xxe xml external entity
- OAuth or OIDC SSO alternatives: oauth oidc misconfiguration
- Auth boundary issues after SSO: authbypass authentication flaws
Related skills
FAQ
Who is saml-sso-assertion-attacks for?
Developers and software engineers working with saml-sso-assertion-attacks patterns from the skill documentation.
When should I use saml-sso-assertion-attacks?
SAML SSO assertion attack playbook. Use when testing signature validation, assertion wrapping, audience restrictions, ACS handling, XML trust boundaries, and enterprise SSO flaws.
Is saml-sso-assertion-attacks safe to install?
Review the Security Audits panel on this page before installing in production.