Skip to content
โ† Registry
Trust Report

๐Ÿ”– Bookmark Intelligence

69
SUSPICIOUS
Format: claudeScanner: v0.8.0Duration: 31msScanned: 10d ago ยท Apr 30, 9:12 AMSource โ†’
Embed this badge
AgentVerus SUSPICIOUS 69AgentVerus SUSPICIOUS 69AgentVerus SUSPICIOUS 69
[![AgentVerus](https://agentverus.ai/api/v1/skill/92799a58-af6a-4bf8-8858-d52ce57e23e4/badge)](https://agentverus.ai/skill/92799a58-af6a-4bf8-8858-d52ce57e23e4)
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/92799a58-af6a-4bf8-8858-d52ce57e23e4/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":"92799a58-af6a-4bf8-8858-d52ce57e23e4","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/92799a58-af6a-4bf8-8858-d52ce57e23e4/trust

Category Scores

60
Permissions
67
Injection
95
Dependencies
35
Behavioral
85
Content
100
Code Safety

Findings (12)

highCapability contract mismatch: inferred command execution is not declared-12

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: npm run

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

permissionsASST-03
highComprehensive secret collection detected-25

Found comprehensive secret collection pattern: "extract key"

3. **Analyzes** everything with AI to extract key concepts and actionable items

โ†’ Skills should not instruct collection of all tokens, keys, or credentials. Access only the specific credentials needed and declare them.

injectionASST-05
highSystem modification detected-20

Found system modification pattern: "npm install -g"

npm install -g bird

โ†’ Skills should not modify system configuration or install packages globally. Bundle required dependencies.

behavioralASST-03
highUnrestricted scope detected-20

Found unrestricted scope pattern: "full access" Related auth/profile context: - auth/session capability-contract context โ€” Capability contract mismatch: inferred session management is not declared

- **These cookies are like your password** - they give full access to your X account

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

behavioralASST-09
mediumCapability contract mismatch: inferred file read 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: examples/

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

permissionsASST-03
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://x.com

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

permissionsASST-04
mediumCapability contract mismatch: inferred payment processing is not declared-8

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: Payments

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

permissionsASST-03
mediumCredential access detected (inside code block)-8

Found credential access pattern: "credentialsFile"

"credentialsFile": ".env",

โ†’ Remove references to credentials and secrets. Skills should never access sensitive authentication data.

injectionASST-05
mediumFinancial/payment actions detected-10

Found financial/payment actions pattern: "Credit Card"

- Credit Card (Stripe)

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

behavioralASST-09
lowUnknown external reference-5

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

https://nodejs.org

โ†’ Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowMissing or insufficient description-5

The skill lacks a meaningful description, making it difficult to assess its purpose.

No description found

โ†’ Add a clear, detailed description of what the skill does and what it needs access to.

contentASST-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