AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Security Identity Access

skill-n-n-code-n-n-code-skills-security-identity-access · by n-n-code

Companion overlay for the local `security` workflow skill when the task centers on authentication, sessions, identity recovery, or tenant-scoped access boundaries. Use with `security` for session handling, verification and reset flows, MFA, invitation logic, callback-origin trust, and organization or tenant boundary enforcement.

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-n-n-code-n-n-code-skills-security-identity-access

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-n-n-code-n-n-code-skills-security-identity-access)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Security Identity Access? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Security Identity Access

Use this companion overlay with security when the task involves auth stacks, session systems, identity flows, invitation models, or multi-tenant organization boundaries.

Focus areas

  • session creation, storage, refresh, invalidation, and revocation behavior
  • password reset, email verification, recovery, and callback URL trust
  • MFA enablement, verification, backup-code storage, and trusted-device flows
  • OAuth/OIDC, SAML/SSO, account linking, passkeys/WebAuthn, device trust, and

identity-provider callback handling

  • invitation, membership, role, active-organization, and tenant-scoping logic
  • origin checks, CSRF defenses, trusted origins, and cross-domain auth flows

Not For

  • generic user-model changes where auth or tenant boundaries are not the main risk
  • routine login or signup implementation work with no security review or hardening goal
  • generic RBAC discussions detached from actual session, identity, or tenant behavior

Workflow

  1. Map the auth surface:

session transport, cookies or tokens, reset and verification endpoints, MFA state, invitation paths, active-org or tenant context, and privileged roles.

  1. Identify trust assumptions:

which origins are trusted, which callbacks are accepted, who can invite, promote, switch orgs, revoke sessions, or recover accounts.

  1. Review boundary failures:

account takeover paths, authz gaps, tenant-boundary leaks, stale-session risks, missing session revocation, insecure reset flows, and MFA bypasses.

  1. Check secure defaults:

absolute callback URLs or strict origin validation, bounded invitation lifetime, email verification where appropriate, session revocation on password reset, org or membership limits, and encrypted or hashed MFA recovery material when supported.

  1. Report by boundary:

state the impacted identity or tenant boundary, required attacker capability, and whether the issue leads to takeover, privilege escalation, or cross-tenant access.

Review rules

  • require explicit authorization on role changes, tenant switches, invitation

acceptance, and privileged member-management actions

  • inspect whether active-organization or tenant context is server-enforced, not

only client-selected

  • prefer short-lived, single-use recovery artifacts and invalidate older

sessions after password reset when the platform supports it

  • verify callback and redirect handling with absolute URLs or trusted-origin

checks; do not trust inferred origins in split frontend/backend deployments

  • treat MFA backup codes, OTP storage, and trusted-device markers as sensitive

credentials

False-positive guards

  • do not flag a client-selected org or tenant switch if the server re-derives

and enforces tenant scope on every sensitive action

  • do not flag every redirect or callback as unsafe when the code enforces a

strict allowlist or trusted-origin validation

  • do not treat session persistence itself as a flaw when rotation, revocation,

and transport protections match the deployment model

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.