Skill flagged — suspicious patterns detected #119

Open
opened 2026-02-15 17:15:47 -05:00 by yindo · 0 comments
Owner

Originally created by @hammadtq on GitHub (Feb 11, 2026).

Hi,

I am the author of openbotauth skill: https://clawhub.ai/hammadtq/openbotauth

The open source repository for the skill is hosted here: https://github.com/openBotAuth/openbotauth

OpenBotAuth is a reference of implementation of Web Bot Auth, an IETF draft proposal for agent identities on the web: https://datatracker.ietf.org/doc/draft-meunier-web-bot-auth-architecture/

Identities in our implementation are linked to Github oAuth, a human needs to interact with the website, that leads the website to generate a token, our skill then uses that token to link its locally generated keypair with that oAuth token. This way we do the identity linking between a human and a bot. Since this step is manual, hence token pasting is required.

If you could tell me how to rectify or follow a more secure pattern for authentication or if you think the skill was flagged for some other reason, I will be keen to fix this issue.

Originally created by @hammadtq on GitHub (Feb 11, 2026). Hi, I am the author of openbotauth skill: https://clawhub.ai/hammadtq/openbotauth The open source repository for the skill is hosted here: https://github.com/openBotAuth/openbotauth OpenBotAuth is a reference of implementation of Web Bot Auth, an IETF draft proposal for agent identities on the web: https://datatracker.ietf.org/doc/draft-meunier-web-bot-auth-architecture/ Identities in our implementation are linked to Github oAuth, a human needs to interact with the website, that leads the website to generate a token, our skill then uses that token to link its locally generated keypair with that oAuth token. This way we do the identity linking between a human and a bot. Since this step is manual, hence token pasting is required. If you could tell me how to rectify or follow a more secure pattern for authentication or if you think the skill was flagged for some other reason, I will be keen to fix this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#119