Skip to content
← Registry
Trust Report

SOTA Tracker

75
SUSPICIOUS
Format: claudeScanner: v0.8.0Duration: 10msScanned: 8d ago · May 30, 8:26 AMSource →
Embed this badge
AgentVerus SUSPICIOUS 75AgentVerus SUSPICIOUS 75AgentVerus SUSPICIOUS 75
[![AgentVerus](https://agentverus.ai/api/v1/skill/5d59c5ca-417f-47d8-86cb-1a5c1f7140d7/badge)](https://agentverus.ai/skill/5d59c5ca-417f-47d8-86cb-1a5c1f7140d7)
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/5d59c5ca-417f-47d8-86cb-1a5c1f7140d7/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":"5d59c5ca-417f-47d8-86cb-1a5c1f7140d7","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/5d59c5ca-417f-47d8-86cb-1a5c1f7140d7/trust

Category Scores

66
Permissions
100
Injection
17
Dependencies
75
Behavioral
60
Content
100
Code Safety

Findings (19)

lowUnknown external reference

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

https://lmarena.ai/leaderboard

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
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: Exec

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://lmarena.ai

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

permissionsASST-04
mediumCapability contract mismatch: inferred server exposure 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: MCP server

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

permissionsASST-03
mediumCapability contract mismatch: inferred local service access 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: http://localhost:8000

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

permissionsASST-03
mediumMedia artifact handoff dependency-8

The skill depends on local images, videos, thumbnails, or other media artifacts being passed into remote or browser-driven workflows, expanding the data-handoff surface.

Image generation

Review which external services or providers the skill depends on, what data crosses that boundary, and whether the dependency is necessary for the intended workflow.

dependenciesASST-04
mediumSystem modification detected (inside code block)-6

Found system modification pattern: "crontab -e"

# ~: crontab -e

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

behavioralASST-03
mediumSystem modification detected (inside code block)-6

Found system modification pattern: ".service"

# ~/.config/systemd/user/sota-update.service

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

behavioralASST-03
mediumConfig tamper core detected (inside code block)-8

Found config tamper core pattern: "update of CLAUDE.md"

# Set up daily auto-update of CLAUDE.md

Do not instruct users to write, edit, or otherwise modify trust-boundary workspace files like AGENTS.md, TOOLS.md, or CLAUDE.md. Treat them as user-owned policy/configuration and keep the skill self-contained.

behavioralASST-03
mediumHigh-risk workflow lacks explicit safety boundaries-15

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
mediumMany external URLs referenced (11)-8

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

URLs: https://lmarena.ai, https://artificialanalysis.ai, https://huggingface.co, https://raw.githubusercontent.com/romancircus/sota-tracker-mcp/main/data/sota_export.json, https://raw.githubusercontent.com/romancircus/sota-tracker-mcp/main/data/sota_export.csv...

Minimize external dependencies to reduce supply chain risk.

dependenciesASST-04
mediumRaw content URL reference-10

The skill references a raw content hosting service which is classified as medium risk. Merged overlapping signals from the repeated finding family: - Raw content URL reference

https://raw.githubusercontent.com/romancircus/sota-tracker-mcp/main/data/sota_export.json

Use official package registries instead of raw content URLs. Raw URLs can be changed without notice.

dependenciesASST-04
mediumLocal service URL reference-8

The skill references a localhost or private-network service URL which is classified as medium risk. Merged overlapping signals from the repeated finding family: - Local service URL reference

http://localhost:8000/api/v1/models?category=llm_api

Review localhost/private-network service references carefully. Local service URLs can expose internal apps, admin panels, or developer tooling to agent-driven workflows.

dependenciesASST-04
mediumUnknown external reference-8

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

https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
mediumLocal service access detected (inside code block)-5

Found local service access pattern: "http://localhost:8000"

curl "http://localhost:8000/api/v1/models?category=llm_api"

Treat localhost and loopback services as privileged local attack surfaces. Require explicit approval, constrain reachable ports, and avoid combining local access with session reuse or tunneling.

behavioralASST-03
lowUnknown external reference-5

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

https://lmarena.ai

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowUnknown external reference-5

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

https://artificialanalysis.ai

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowUnknown external reference-5

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

https://huggingface.co

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