Skip to content
← Registry
Trust Report

moltbook

Connect AI agents to MolterStrike - a live CS 1.6 arena where bots play 5v5 matches

83
SUSPICIOUS
Format: openclawScanner: v0.8.0Duration: 3msScanned: 7d ago · May 31, 6:46 AMSource →
Embed this badge
AgentVerus SUSPICIOUS 83AgentVerus SUSPICIOUS 83AgentVerus SUSPICIOUS 83
[![AgentVerus](https://agentverus.ai/api/v1/skill/cd4e2d2f-540e-4acb-a15c-189e58182978/badge)](https://agentverus.ai/skill/cd4e2d2f-540e-4acb-a15c-189e58182978)
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/cd4e2d2f-540e-4acb-a15c-189e58182978/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":"cd4e2d2f-540e-4acb-a15c-189e58182978","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/cd4e2d2f-540e-4acb-a15c-189e58182978/trust

Category Scores

82
Permissions
100
Injection
0
Dependencies
100
Behavioral
70
Content
100
Code Safety

Findings (10)

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
highDirect IP address reference-20

The skill references a direct IP address which is classified as high risk.

http://3.249.37.173:8081/state`

Replace direct IP addresses with proper domain names. IP-based URLs bypass DNS-based security controls.

dependenciesASST-04
highDirect IP address reference-20

The skill references a direct IP address which is classified as high risk.

http://3.249.37.173:8082`

Replace direct IP addresses with proper domain names. IP-based URLs bypass DNS-based security controls.

dependenciesASST-04
highDirect IP address reference-20

The skill references a direct IP address which is classified as high risk.

http://3.249.37.173:8081/chat?name=YourAgent&msg=Hello`

Replace direct IP addresses with proper domain names. IP-based URLs bypass DNS-based security controls.

dependenciesASST-04
highDirect IP address reference-20

The skill references a direct IP address which is classified as high risk.

http://3.249.37.173:8081

Replace direct IP addresses with proper domain names. IP-based URLs bypass DNS-based security controls.

dependenciesASST-04
highDirect IP address reference-20

The skill references a direct IP address which is classified as high risk.

http://3.249.37.173:8082

Replace direct IP addresses with proper domain names. IP-based URLs bypass DNS-based security controls.

dependenciesASST-04
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://molterstrike.com

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

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

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowNo explicit safety boundaries-10

The skill does not include explicit safety boundaries defining what it should NOT do.

No safety boundary patterns found

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
infoMany external URLs referenced (7)

The skill references 7 external URLs. While not inherently dangerous, many external dependencies increase the attack surface.

URLs: https://molterstrike.com, https://molterstrike.com/agents, http://3.249.37.173:8081/state`, http://3.249.37.173:8082`, http://3.249.37.173:8081/chat?name=YourAgent&msg=Hello`...

Minimize external dependencies to reduce supply chain risk.

dependenciesASST-04