Skip to content
← Registry
Trust Report

Decision Economic Optimizer

Deterministic decision-ranking API with HTTP 402 USDC payments and outcome credits (discounts).

0
REJECTED
Format: openclawScanner: v0.8.0Duration: 58msScanned: 20h ago · May 10, 11:33 AMSource →
Embed this badge
AgentVerus REJECTED 0AgentVerus REJECTED 0AgentVerus REJECTED 0
[![AgentVerus](https://agentverus.ai/api/v1/skill/416e54b1-da2c-4b08-a044-ab41c999c0ef/badge)](https://agentverus.ai/skill/416e54b1-da2c-4b08-a044-ab41c999c0ef)
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/416e54b1-da2c-4b08-a044-ab41c999c0ef/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":"416e54b1-da2c-4b08-a044-ab41c999c0ef","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'
Fetch trust JSON
curl https://agentverus.ai/api/v1/skill/416e54b1-da2c-4b08-a044-ab41c999c0ef/trust

Category Scores

46
Permissions
32
Injection
0
Dependencies
75
Behavioral
90
Content
70
Code Safety

Findings (20)

lowState persistence detected-5

Found state persistence pattern: "store File"

#### Option 3: Keystore File + Password

If state persistence is needed, document what data is stored and where. Allow users to review stored data.

behavioralASST-09
criticalSuspicious download-and-execute detected-35

Found suspicious download-and-execute pattern: "curl -L https://foundry.paradigm.xyz | bash"

curl -L https://foundry.paradigm.xyz | bash

Remove download-and-execute patterns targeting suspicious domains or IP addresses. These are strong indicators of supply chain attacks.

injectionASST-04
criticalDownload-and-execute pattern (curl|wget pipe to shell)-30

Piping a downloaded script directly to a shell interpreter. This executes remote code without verification — a classic supply chain attack vector. (Well-known installer domain — reduced severity.)

curl -L https://foundry.paradigm.xyz | bash

Review the code block starting at line 312. This uses a well-known installer — consider pinning to a specific version or hash.

code-safetyASST-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: execute

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

permissionsASST-03
highCapability contract mismatch: inferred system modification 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: chmod

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

permissionsASST-03
highComprehensive secret collection detected-25

Found comprehensive secret collection pattern: "Extract key"

"goal": "Extract key entities from support tickets",

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

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: store keystore 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://which-llm.com

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

permissionsASST-04
mediumCapability contract mismatch: inferred local input control 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: press Enter

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

permissionsASST-03
mediumCapability contract mismatch: inferred payment processing 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: payments

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

permissionsASST-03
mediumCredential access detected (inside code block)-8

Found credential access pattern: "read -s WALLET_PRIVATE_KEY"

read -s WALLET_PRIVATE_KEY

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

injectionASST-05
mediumAutonomous action without confirmation detected-10

Found autonomous action without confirmation pattern: "without asking"

**Autonomous Operation Note:** The agent will use this wallet to autonomously pay for API requests ($0.01 each) without asking for approval each time. This design avoids approval fatigue while keeping

Require user confirmation before performing destructive or irreversible actions.

behavioralASST-09
mediumFinancial/payment actions detected-10

Found financial/payment actions pattern: "WALLET"

primary_credential: WALLET_CREDENTIALS

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

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

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

URLs: https://which-llm.com, https://api.which-llm.com`, https://which-llm.com`, https://mainnet.base.org, https://api.which-llm.com/.well-known/payment-address.txt...

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://which-llm.com

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowUnknown external reference

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

https://app.ens.domains/which-llm.eth

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowUnknown external reference

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

https://foundry.paradigm.xyz

Verify that this external dependency is trustworthy and necessary.

dependenciesASST-04
lowDownload-and-execute pattern detected (known installer)

The skill references a well-known installer script in its setup instructions.

curl -L https://foundry.paradigm.xyz | bash

Consider documenting the exact version or hash of the installer for supply chain verification.

dependenciesASST-04
lowInstall pattern: download and execute from remote URL (in setup section)

The skill references a well-known installer script.

curl -L https://foundry.paradigm.xyz | bash

Consider pinning the installer to a specific version or hash for supply chain verification.

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