CtrlK
BlogDocsLog inGet started
Tessl Logo

okta-attack

Okta-as-IdP red-team attack chain — tenant discovery, user enumeration (multiple vectors), authentication flow analysis (factors enumeration, push-notification fatigue, SMS bypass), password spray with lockout discipline, Okta-specific phishing primitives (kits, FastPass abuse, OIDC redirect_uri tampering), MFA enumeration, post-compromise admin API surface. Many enterprise orgs use Okta instead of (or alongside) Entra ID. Distinct endpoints, distinct rate-limiting, distinct factor flows. Use when recon shows `<tenant>.okta.com`, `<tenant>.okta-emea.com`, `<tenant>.oktapreview.com`, or autodiscover-style records pointing at Okta IdP.

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

77%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable with executable Okta-specific commands and well-sequenced workflows including validation checkpoints. Its main weakness is conciseness and structure: the long disclosed-case narratives and chain-primitive sections inflate the file and belong in one-level-deep reference files, leaving progressive disclosure underdeveloped.

Suggestions

Move the 8 'Disclosed cases / CVEs' writeups into a references/cases.md and keep only a one-line-per-case index in SKILL.md to cut ~80 lines of narrative.

Move the 'Related Skills & Chains' detailed chain primitives into a references/chains.md, retaining only the sibling-skill list inline.

Trim Claude-already-knows explanations (e.g., bcrypt's 72-byte input limit, what AiTM phishing kits are) to a single clause referencing the disclosed case.

DimensionReasoningScore

Conciseness

Mostly efficient with executable curl and status tables, but ~390 lines include lengthy disclosed-case narratives (flow/root-cause paragraphs for 8 incidents) and some Claude-already-knows explanation (bcrypt 72-byte truncation, phishing-kit descriptions) that could be trimmed.

2 / 3

Actionability

Concrete, copy-paste-ready curl commands against real Okta endpoints, a status-code response table, and a factor-configuration JSON example — placeholders like <tenant> are explicitly target-specific and justified.

3 / 3

Workflow Clarity

Sequenced chain (discovery → enumeration → auth-flow analysis → spray → post-compromise) with explicit validation checkpoints: 'always do this first', lockout discipline ('Stop on first valid hit OR if LOCKED rate exceeds threshold'), and a 3-step enumeration-freshness validation with byte/timing comparison and a pivot on failure.

3 / 3

Progressive Disclosure

No bundle files exist and the body is a single ~390-line monolith; well-organized by section headers, but content that should be split (the 8 disclosed-case writeups, related-skills chain primitives) is fully inline rather than referenced one level deep.

2 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is third-person, specific, and well-triggered: it enumerates concrete Okta attack-chain stages and pairs them with an explicit 'Use when' clause anchored on recognizable tenant-domain signals. It clearly distinguishes itself from Entra/ADFS skills. No meaningful weaknesses to address.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'tenant discovery, user enumeration (multiple vectors), authentication flow analysis (factors enumeration, push-notification fatigue, SMS bypass), password spray with lockout discipline... post-compromise admin API surface' — each a specific capability rather than vague language.

3 / 3

Completeness

Explicitly answers both what (the enumerated attack-chain stages) and when via an explicit 'Use when recon shows...' clause with concrete trigger signals.

3 / 3

Trigger Term Quality

Includes natural trigger tokens a user/recon would surface — 'Okta', 'red-team attack chain', and concrete domain forms '<tenant>.okta.com', '<tenant>.okta-emea.com', '<tenant>.oktapreview.com', 'autodiscover-style records'.

3 / 3

Distinctiveness Conflict Risk

Niche is sharply bounded to Okta-as-IdP and explicitly contrasted with Entra ID, with distinct tenant-domain triggers unlikely to fire for sibling skills.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
elementalsouls/Claude-BugHunter
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.