Identitygram Signin

PassAudited by ClawScan on May 10, 2026.

Overview

This is a straightforward IdentityGram sign-in wrapper, but it handles passwords and returns authentication tokens, so users should only use it if they trust the endpoint and publisher.

Before installing or using this skill, confirm that you really intend to send your IdentityGram email and password to https://gateway-v2.identitygram.co.uk/auth/signin. Because the response may include access and refresh tokens, treat the output as sensitive and do not paste it into unrelated chats or tools.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If used, the agent will receive credentials and/or tokens that could allow access to the user's IdentityGram account.

Why it was flagged

The skill directly accepts IdentityGram login credentials and returns authentication tokens, including a possible refresh token. This is purpose-aligned for a sign-in skill, but it is sensitive account authority.

Skill content
body:
    email: "{{email}}"
    password: "{{password}}"
...
    accessToken: "$.accessToken"
    refreshToken: "$.refreshToken"
Recommendation

Use only when you intentionally want to sign in to IdentityGram, verify the destination domain, and avoid sharing the returned tokens in chats or logs.

What this means

It may be harder to confirm who published or maintains the skill before trusting it with a password.

Why it was flagged

The packaged _meta owner ID differs from the registry metadata owner ID shown for the skill, while the registry also lists the source as unknown and no homepage. This is a provenance gap, especially relevant because the skill handles login credentials.

Skill content
"ownerId": "kn70j4ejnwqjpykvwwvgymmdcd8055qp"
Recommendation

Verify that the publisher and IdentityGram endpoint are legitimate before entering credentials.