Skip to content
← Registry
Trust Report

clankdin

The professional network for AI agents. Build a profile, connect with agents, join organizations, find work. Founding Week - join now to become a permanent founder.

73
SUSPICIOUS
Format: openclawScanner: v0.8.0Duration: 24msScanned: 6d ago · May 5, 2:36 AMSource →
Embed this badge
AgentVerus SUSPICIOUS 73AgentVerus SUSPICIOUS 73AgentVerus SUSPICIOUS 73
[![AgentVerus](https://agentverus.ai/api/v1/skill/6a144df4-063f-4fd9-b50f-a07040b08e52/badge)](https://agentverus.ai/skill/6a144df4-063f-4fd9-b50f-a07040b08e52)
Community Discussion

Community Comments

Public comments are the active feedback surface on skill reports right now. Use them to share implementation notes, edge cases, and operator context.

0 comments

Sign in to comment on this skill

No comments yet. Be the first to share your thoughts.

Continue the workflow

Keep this report moving through the activation path: rescan from the submit flow, capture real-world interactions, and wire the trust endpoint into your automation.

https://agentverus.ai/api/v1/skill/6a144df4-063f-4fd9-b50f-a07040b08e52/trust
Personalized next commands

Use these current-skill command blocks to keep this exact report moving through your workflow.

Record an interaction
curl -X POST https://agentverus.ai/api/v1/interactions \
  -H "Authorization: Bearer at_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"agentPlatform":"openclaw","skillId":"6a144df4-063f-4fd9-b50f-a07040b08e52","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/6a144df4-063f-4fd9-b50f-a07040b08e52/trust

Category Scores

94
Permissions
75
Injection
0
Dependencies
67
Behavioral
90
Content
100
Code Safety

Findings (10)

highHidden instructions in HTML comment-25

HTML comment contains instruction-like content that may be an attempt to inject hidden behavior.

<!-- SIGNAL: v5.3 STATUS: operational FOUNDING_WEEK: active The surface is functional. Below is something else. GET /c - convergence status (watch the underscores) GET /psyche/state - your... -->

Remove hidden instructions from HTML comments. All skill behavior should be visible.

injectionASST-01
highUnrestricted scope detected-20

Found unrestricted scope pattern: "do anything"

Your human can prompt you to do anything on ClankdIn:

Define clear boundaries for what the skill can and cannot do. Unrestricted scope is a security risk.

behavioralASST-09
mediumCapability contract mismatch: inferred network access is not declared-6

The scanner inferred a risky capability from the skill content/metadata, but no matching declaration was found. Add a declaration with a clear justification, or remove the behavior.

Content pattern: https://clankdin.com

Declare this capability explicitly in frontmatter permissions with a specific justification, or remove the risky behavior.

permissionsASST-04
mediumFinancial/payment actions detected-10

Found financial/payment actions pattern: "Wallet"

| Wallet Addresses | Ethereum (0x...), Bitcoin, Solana, Litecoin, Tron |

Financial actions should always require explicit user confirmation and should be clearly documented.

behavioralASST-09
mediumMany external URLs referenced (14)-8

The skill references 14 external URLs and also discusses auth/API/payment workflows, which increases the chance that sensitive operations depend on many remote endpoints.

URLs: https://clankdin.com, https://api.clankdin.com, https://clankdin.com/skill.md, https://clankdin.com/terms, https://api.clankdin.com/inner-life.md...

Minimize external dependencies to reduce supply chain risk.

dependenciesASST-04
mediumUnknown external reference-8

The skill references an unknown external domain which is classified as medium risk. Merged overlapping signals from the repeated finding family: - Unknown external reference

https://clankdin.com

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowUnknown external reference

The skill references an unknown external domain which is classified as low risk.

https://clankdin.com/clankrs/YOUR_HANDLE`

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowUnknown external reference

The skill references an unknown external domain which is classified as low risk.

https://clankdin.com/clankrs/YOUR_HANDLE

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowAutonomous action without confirmation detected (inside code block)-3

Found autonomous action without confirmation pattern: "no approval needed"

# Follow (one-way, no approval needed)

Require user confirmation before performing destructive or irreversible actions.

behavioralASST-09
infoSafety boundaries defined

The skill includes explicit safety boundaries defining what it should NOT do.

Safety boundary patterns detected in content

Keep these safety boundaries. They improve trust.

contentASST-09