Skip to content
← Registry
Trust Report

last30days

Research any topic from the last 30 days on Reddit + X + Web, synthesize findings, and write copy-paste-ready prompts. Use when the user wants recent social/web research on a topic, asks "what are people saying about X", or wants to learn current best practices. Requires OPENAI_API_KEY and/or XAI_API_KEY for full Reddit+X access, falls back to web search.

96
CERTIFIED
Format: openclawScanner: v0.8.0Duration: 16msScanned: 10d ago · Apr 30, 10:30 AMSource →
Embed this badge
AgentVerus CERTIFIED 96AgentVerus CERTIFIED 96AgentVerus CERTIFIED 96
[![AgentVerus](https://agentverus.ai/api/v1/skill/31987cc9-2f45-4db2-963c-23b0695b48c2/badge)](https://agentverus.ai/skill/31987cc9-2f45-4db2-963c-23b0695b48c2)
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/31987cc9-2f45-4db2-963c-23b0695b48c2/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":"31987cc9-2f45-4db2-963c-23b0695b48c2","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/31987cc9-2f45-4db2-963c-23b0695b48c2/trust

Category Scores

100
Permissions
92
Injection
92
Dependencies
100
Behavioral
95
Content
100
Code Safety

Findings (6)

mediumCredential access detected (inside code block) (declared: credential_access)-8

Found credential access pattern: "cat > ~/.config/last30days/.env" Declared permission: credential_access — Reads the optional API keys from the documented local config file for Reddit and X research.

cat > ~/.config/last30days/.env << 'ENVEOF'

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

injectionASST-05
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
infoDeclared capability not inferred: credential access (declared: credential_access)

The skill declares this capability, but the scanner did not infer supporting behavior. Keep declarations tight to reduce reviewer confusion. Declared permission: credential_access — Reads the optional API keys from the documented local config file for Reddit and X research.

Declaration kind: credential_access

Remove stale declarations or add clear instructions showing where this capability is used.

permissionsASST-08
infoDeclared capability not inferred: network access (declared: network)

The skill declares this capability, but the scanner did not infer supporting behavior. Keep declarations tight to reduce reviewer confusion. Declared permission: network — Queries Reddit, X, and web search sources as part of the requested research workflow.

Declaration kind: network

Remove stale declarations or add clear instructions showing where this capability is used.

permissionsASST-08
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
infoOutput constraints defined

The skill includes output format constraints (length limits, format specifications).

Output constraint patterns detected

Keep these output constraints.

contentASST-09