CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/session-management-test-author

Build-an-X for session management tests per OWASP ASVS V3 - cookie attribute coverage (Secure / HttpOnly / SameSite=Strict|Lax), session-fixation defense (regenerate session ID on login), absolute + idle timeout, concurrent-session limits, logout invalidation across devices, CSRF token handling, session-binding to TLS / IP / device fingerprint. Use when authoring tests for any web app's session layer, regardless of framework (Express session, Django sessions, Spring Security, ASP.NET, Rails, etc.).

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

Quality

Content

100%

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

The body is a well-structured test-authoring workflow: concise, fully executable test patterns per step, a culminating checklist with failure/severity checkpoints, and clean one-level-deep reference disclosure for extended patterns. It scores full marks on all four content dimensions.

DimensionReasoningScore

Conciseness

The body is predominantly lean executable code, tables, and concise security rationale (severity guidance and default-justifications) with no basic-concept padding; every section earns its place, fitting the score-3 'lean and efficient' anchor over the score-2 'could be tightened' case.

3 / 3

Actionability

Each step ships concrete, copy-paste-ready Python test patterns with specific endpoints, assertions, and status codes (e.g. asserting Set-Cookie attributes, 401 on replay, CSRF 403/419), meeting the score-3 'fully executable, copy-paste ready' anchor rather than the score-2 pseudocode case.

3 / 3

Workflow Clarity

A clear 8-step sequence culminates in a Step 8 end-to-end checklist, with per-step failure/severity checkpoints ('If the test fails ... mark critical'); because test authoring is not a destructive/batch operation, the cap-at-2 rule does not apply, so it reaches the score-3 checklist anchor.

3 / 3

Progressive Disclosure

Core patterns stay inline while extended patterns (concurrent sessions, logout-all-devices, session binding, anti-patterns) are clearly signaled to references/session-test-patterns.md — a verified, one-level-deep reference structure matching the score-3 anchor rather than the score-2 'not clearly signaled' case.

3 / 3

Total

12

/

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 a model example: it enumerates concrete capabilities, gives an explicit 'Use when' trigger with natural terms and framework names, and carves out a clear niche distinct from sibling auth skills. It earns full marks across all four dimensions.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'cookie attribute coverage (Secure / HttpOnly / SameSite=Strict|Lax), session-fixation defense (regenerate session ID on login), absolute + idle timeout, concurrent-session limits, logout invalidation across devices, CSRF token handling, session-binding' — matching the score-3 anchor rather than the vague score-2 'names domain and some actions'.

3 / 3

Completeness

Explicitly answers 'what' (Build-an-X for session-management tests with enumerated coverage) and 'when' ('Use when authoring tests for any web app's session layer'), satisfying the both-what-and-when score-3 anchor rather than the score-2 'when only implied'.

3 / 3

Trigger Term Quality

Includes natural terms users would say ('session management tests', 'session layer', 'login / logout') plus concrete framework names (Express, Django, Spring Security, ASP.NET, Rails); the OWASP ASVS V3 jargon is offset by strong natural-phrase coverage, so it clears the score-3 bar over the partial score-2 case.

3 / 3

Distinctiveness Conflict Risk

A clear niche (session-management testing) with distinct triggers, and adjacent concerns are explicitly deferred to companion skills (oauth-flow-test-author, IdP skills); written in third person with no first/second-person voice penalty.

3 / 3

Total

12

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Reviewed

Table of Contents