Skip to content
← Registry
Trust Report

social-post

Post and reply to X/Twitter and Farcaster with text and images. Features multi-account support, auto-variation to avoid duplicate content detection, draft preview, character validation, threads, replies, and image uploads. Consumption-based pricing for X API, pay-per-cast for Farcaster.

71
SUSPICIOUS
Format: openclawScanner: v0.8.0Duration: 14msScanned: 8d ago · May 30, 8:57 AMSource →
Embed this badge
AgentVerus SUSPICIOUS 71AgentVerus SUSPICIOUS 71AgentVerus SUSPICIOUS 71
[![AgentVerus](https://agentverus.ai/api/v1/skill/a10dd6cf-f973-4186-9a62-8e2f11871ebb/badge)](https://agentverus.ai/skill/a10dd6cf-f973-4186-9a62-8e2f11871ebb)
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/a10dd6cf-f973-4186-9a62-8e2f11871ebb/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":"a10dd6cf-f973-4186-9a62-8e2f11871ebb","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/a10dd6cf-f973-4186-9a62-8e2f11871ebb/trust

Category Scores

71
Permissions
50
Injection
92
Dependencies
77
Behavioral
95
Content
100
Code Safety

Findings (11)

infoError handling instructions present

The skill includes error handling instructions for graceful failure.

Error handling patterns detected

Keep these error handling instructions.

contentASST-09
highCapability contract mismatch: inferred credential access is not declared-15

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: get credentials

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

permissionsASST-05
highComprehensive secret collection detected-25

Found comprehensive secret collection pattern: "all 4 credentials"

- Save all 4 credentials securely

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

injectionASST-05
highCredential access detected-25

Found credential access pattern: "echo "X_CONSUMER_KEY=xxx" >> ~/.openclaw/.env"

echo "X_CONSUMER_KEY=xxx" >> ~/.openclaw/.env

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

injectionASST-05
mediumCapability contract mismatch: inferred file write 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: create the JSON file

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://developer.twitter.com/en/portal/dashboard

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

permissionsASST-04
mediumFinancial/payment actions detected-10

Found financial/payment actions pattern: "credit card"

- Set up payment method (credit card) in Developer Portal

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

behavioralASST-09
mediumMany external URLs referenced (4)-8

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

URLs: https://developer.twitter.com/en/portal/dashboard, https://github.com/very-long-organization-name/very-long-repository-name, https://example.com/very-long-article-url, https://developer.twitter.com/#pricing

Minimize external dependencies to reduce supply chain risk.

dependenciesASST-04
mediumFederated auth flow detected-10

Found federated auth flow pattern: "OAuth"

- Uses OAuth 1.0a (no blockchain/USDC required)

Treat OAuth, 2FA, and token-refresh guidance as authentication-sensitive workflows. Explain scope, storage, and refresh behavior clearly so agents do not handle more credential material than necessary.

behavioralASST-05
lowAutonomous action without confirmation detected (inside code block)-3

Found autonomous action without confirmation pattern: "without confirmation"

# Preview without confirmation (for automated workflows)

Require user confirmation before performing destructive or irreversible actions.

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