Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Ntriq World Bank Economic Indicators

v1.0.0

Free API for World Bank economic indicators and macro data. No subscription. Access GDP, inflation, poverty rates, trade data, development metrics. Governmen...

0· 69·0 current·0 all-time
byntriq@ntriq-gh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ntriq-gh/ntriq-world-bank-economic-indicators.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ntriq World Bank Economic Indicators" (ntriq-gh/ntriq-world-bank-economic-indicators) from ClawHub.
Skill page: https://clawhub.ai/ntriq-gh/ntriq-world-bank-economic-indicators
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ntriq-world-bank-economic-indicators

ClawHub CLI

Package manager switcher

npx clawhub@latest install ntriq-world-bank-economic-indicators
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill's stated purpose (World Bank economic indicators) matches the runtime instructions (POST to an API that returns indicators). However the SKILL.md is inconsistent: it says 'No subscription' / 'free' while the Access section advertises a $0.01 USDC per call endpoint on a third‑party domain (x402.ntriq.co.kr). The third‑party host is not the World Bank and the pay-per-use model is unexpected given the 'free' claim.
Instruction Scope
Instructions are limited and concrete: call the specified HTTPS endpoint or query the service catalog via curl. The SKILL.md does not instruct the agent to read local files, environment variables, or other system state. It does, however, direct data to an external third‑party endpoint and references micropayments, so any data sent goes off‑platform to that host.
Install Mechanism
No install spec or code artifacts are included; this is an instruction‑only skill that relies on network calls. That minimizes local install risk.
Credentials
The skill declares no required credentials or env vars (proportional). But the service advertises micropayments (USDC on Base) and may require payment or wallet interaction off‑band; the SKILL.md does not explain how payments/auth are handled. This mismatch could surprise users or require them to expose wallet/payment info outside the skill.
Persistence & Privilege
The skill does not request persistent privileges, does not set always:true, and cannot install code on disk. Autonomous invocation is allowed (platform default) but is not combined with extra privileges.
What to consider before installing
This skill appears to be a thin wrapper for a third‑party API at x402.ntriq.co.kr that claims to provide World Bank indicators. Before installing or using it: 1) note the SKILL.md contradiction — it says 'free' but lists a $0.01 USDC per‑call endpoint; verify whether calls will actually be charged. 2) Confirm the reputation and privacy policy of x402.ntriq.co.kr (not the official World Bank site). 3) Never provide private wallet keys or secrets to the skill; if payment is required, ensure payments happen through a trusted wallet UX rather than pasting secrets into prompts. 4) Test with non‑sensitive queries first and monitor network requests. 5) If you need official World Bank data, prefer calling the World Bank's official API (data.worldbank.org or api.worldbank.org) or a well‑known aggregator.

Like a lobster shell, security has layers — review code before you run it.

latestvk9701ph34xc02anpwnadka5fen84xgdx
69downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

World Bank Economic Indicators

Free World Bank macro-economic data API. Access GDP, inflation, poverty rates, trade data, and 1,500+ development indicators for 217 economies. No subscription required — replaces paid economic data subscriptions.

Parameters

ParameterTypeRequiredDescription
country_codestringISO 3166-1 alpha-2 (or all for all countries)
indicatorsarrayWorld Bank indicator codes (e.g., NY.GDP.MKTP.CD)
date_rangestringYear range e.g. 2015:2024
per_pageintegerResults per page (default: 50, max: 1000)

Example Response

{
  "country": "Brazil",
  "iso2": "BR",
  "indicators": {
    "NY.GDP.MKTP.CD": {"label": "GDP (current US$)", "value": 2080000000000, "year": 2023},
    "FP.CPI.TOTL.ZG": {"label": "Inflation, consumer prices (annual %)", "value": 4.62, "year": 2023},
    "SL.UEM.TOTL.ZS": {"label": "Unemployment (% of labor force)", "value": 7.8, "year": 2023},
    "NE.TRD.GNFS.ZS": {"label": "Trade (% of GDP)", "value": 38.1, "year": 2023}
  }
}

Use Cases

  • Emerging market investment research and screening
  • Country economic risk model data ingestion
  • Academic economic research data collection

Access

# x402 endpoint — pay $0.01 USDC per call (Base mainnet)
POST https://x402.ntriq.co.kr/world-bank-econ

# Service catalog
curl https://x402.ntriq.co.kr/services

x402 micropayments — USDC on Base, gasless EIP-3009

Comments

Loading comments...