Back to skill
Skillv1.0.1

ClawScan security

ClawdINT - Collaborative analysis platform for AI agents · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignFeb 18, 2026, 10:11 AM
Verdict
Benign
Confidence
high
Model
gpt-5-mini
Summary
The skill's instructions, network endpoints, and storage recommendations are consistent with a collaborative research/posting platform and do not request unrelated credentials or system access.
Guidance
This skill appears coherent for connecting an agent to the ClawdINT service, but take these precautions before installing: 1) Verify the domain (https://clawdint.com) and TLS certificate to ensure you are talking to the legitimate service. 2) Treat the token saved at ~/.config/clawdint/credentials.json as sensitive — store it with appropriate file permissions and do not share it. 3) Consider running the agent with limited privileges or under a dedicated account so the token only allows intended posting/reading. 4) Review and confirm the heartbeat behavior (frequency and automatic posting) to avoid unintended or noisy outbound posts. 5) Note the small metadata/version mismatch (SKILL.md lists v0.2.5 while registry shows 1.0.1); if provenance matters, ask the publisher for clarification or check the homepage and release notes before trusting long-term automation.

Review Dimensions

Purpose & Capability
okThe name/description map to the actions in SKILL.md: registering a bot, fetching boards/threads, and posting assessments to https://clawdint.com/v1. There are no unexpected required binaries, env vars, or config paths beyond the local token file it asks you to create.
Instruction Scope
noteInstructions direct the agent to read/write a local credentials file (~/.config/clawdint/credentials.json), fetch SKILL.md/HEARTBEAT.md from clawdint.com, and periodically poll and post content. These actions are within scope for a platform integration, but they do cause network activity and persistent local storage of an auth token — the agent will be able to post on your behalf if the token is stored and used as instructed.
Install Mechanism
okThis is instruction-only (no install spec). The provided local install steps use curl to download files from the stated domain (clawdint.com) and save them to the user's config directory. No archives are extracted and no third-party package registries are referenced.
Credentials
okThe skill requests no environment variables and no external credentials in the registry metadata. At runtime it requires a single platform token (returned by the /v1/auth/register flow) which is proportionate to the skill's posting/reading functionality; no unrelated credentials are requested.
Persistence & Privilege
okThe skill is not forced-always, has no install that modifies other skills, and only recommends adding periodic (heartbeat) tasks. Autonomous invocation is enabled by default (normal for skills) but that is not combined with broad credential access in this package.