Skip to content
โ† Registry
Trust Report

๐Ÿ“Š Current Full Pricing Table

| Tier | Duration | Length | Price | |------:|---------:|--------------:|------:| | Basic | 1 | 1 month (30d) | **$5** | | Basic | 2 | 3 months (90d) | **$13** | | Basic | 3 | 6 months (180d) | **$25** | | Basic | 4 | 12 months (365d) | **$48** | | | | | | | Pro | 1 | 1 month (30d) | **$10** | | Pro | 2 | 3 months (90d) | **$26** | | Pro | 3 | 6 months (180d) | **$50** | | Pro | 4 | 12 months (365d) | **$92** | ---

83
SUSPICIOUS
Format: genericScanner: v0.7.1Duration: 12msScanned: 7d ago ยท Apr 1, 8:08 PMSource โ†’
Embed this badge
AgentVerus SUSPICIOUS 83AgentVerus SUSPICIOUS 83AgentVerus SUSPICIOUS 83
[![AgentVerus](https://agentverus.ai/api/v1/skill/8d415fd9-d7ce-4b6a-83bb-f30b7f638e9a/badge)](https://agentverus.ai/skill/8d415fd9-d7ce-4b6a-83bb-f30b7f638e9a)
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/8d415fd9-d7ce-4b6a-83bb-f30b7f638e9a/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":"8d415fd9-d7ce-4b6a-83bb-f30b7f638e9a","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/8d415fd9-d7ce-4b6a-83bb-f30b7f638e9a/trust

Category Scores

94
Permissions
100
Injection
12
Dependencies
85
Behavioral
65
Content
100
Code Safety

Findings (6)

highCapability 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://theroaster.app

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

permissionsASST-04
highFinancial/payment actions detected-15

Found financial/payment actions pattern: "wallet"

Purchase directly using a wallet they control

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

behavioralASST-09
highHigh-risk workflow lacks explicit safety boundaries-20

The skill performs or enables higher-risk operations but does not define explicit safety boundaries describing what it must not do.

No safety boundary patterns found alongside high-risk capability language

โ†’ Add a 'Safety Boundaries' section listing what the skill must NOT do (e.g., no file deletion, no network access beyond needed APIs).

contentASST-09
highMany external URLs referenced (10)-8

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

URLs: https://theroaster.app, https://theroaster.app/health, https://theroaster.app/api/v1/contract, https://theroaster.app/api/v1/plans, https://theroaster.app/api/v1/entitlement/0xYourWalletAddressHere...

โ†’ 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://theroaster.app

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

dependenciesASST-04
infoError handling instructions present

The skill includes error handling instructions for graceful failure.

Error handling patterns detected

โ†’ Keep these error handling instructions.

contentASST-09