broken-authentication-testing
Assess Broken Authentication Risks
Authentication flaws can expose accounts, sessions, and reset workflows to takeover. This skill guides authorized testers through structured checks and reporting.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "broken-authentication-testing" from https://skillstore.io/skills/sickn33-broken-authentication-testing.md and its manifest at https://skillstore.io/api/skills/sickn33-broken-authentication-testing/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "broken-authentication-testing". Assess a login flow for username enumeration.
Expected outcome:
- Finding: Login responses differ for valid and invalid usernames.
- Impact: Attackers can identify real accounts before password attacks.
- Remediation: Use a consistent response message and normalize timing.
Using "broken-authentication-testing". Review session cookie settings.
Expected outcome:
- Observation: The session cookie includes Secure and HttpOnly flags.
- Gap: SameSite is missing, which may increase cross-site request risk.
- Recommendation: Set SameSite to Lax or Strict based on product needs.
Using "broken-authentication-testing". Summarize password reset risks.
Expected outcome:
- Risk area: Reset tokens must be random, short lived, single use, and account bound.
- Evidence needed: Token lifetime, reuse behavior, and account binding checks.
- Fix: Invalidate used tokens and reject cross-account reset attempts.
Security Audit
High RiskMost external-command detections are false positives caused by Markdown code fences, not executable backtick usage. Several network and blocker findings are confirmed because the skill provides actionable guidance for credential attacks, rate-limit evasion, MFA bypass, session fixation, and password reset account takeover testing. No prompt injection attempt was found in SKILL.md.
Confirmed security concerns (11)
Show all 11 confirmed findings
Capability review items (13)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (40)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-broken-authentication-testing/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-broken-authentication-testing?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-broken-authentication-testing?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-broken-authentication-testing/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-broken-authentication-testing.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
sickn33. (2026). broken-authentication-testing security audit report (audit version 4) [Author version 1.1]. Skillstore. https://skillstore.io/skills/sickn33-broken-authentication-testing/audits/4BibTeX citation
@techreport{sickn33-sickn33-broken-authentication-testing-2026,
author = {sickn33},
title = {broken-authentication-testing security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-broken-authentication-testing/audits/4},
note = {Author version 1.1}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "broken-authentication-testing security audit report (audit version 4)"
version: "1.1"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/sickn33-broken-authentication-testing/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-broken-authentication-testing:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Prelaunch Authentication Review
Assess login, reset, and session controls before a web application release.
Penetration Test Planning
Build an authorized test plan for authentication and session management weaknesses.
Remediation Verification
Confirm that password policy, lockout, MFA, and reset fixes work as intended.
Try These Prompts
Create a scoped broken authentication test plan for my authorized application. Include prerequisites, test accounts, safety limits, and report sections.
Help me assess password policy and username enumeration risks for this login flow. Focus on observations, safe tests, and remediation.
Analyze my session handling design for cookie flags, token rotation, idle timeout, absolute timeout, and logout invalidation gaps.
Turn these authorized authentication test notes into a professional report with risk ratings, evidence summaries, impact, and remediation steps.
Best Practices
- Use only authorized targets, scoped test accounts, and approved testing windows.
- Prefer defensive validation and evidence collection over aggressive automation.
- Document impact, reproduction boundaries, and concrete remediation for each finding.
Avoid
- Running credential attacks against production users or unapproved systems.
- Testing with real breached credentials or accessing real user accounts.
- Sharing bypass steps without context, authorization limits, and remediation.