BC eodhd
Provides access to EODHD financial data APIs covering company information, market prices, fundamentals, economic data, exchange info, and alternative datasets. Use this skill when the user asks for company information or profile data (company name, description, address, website, officers, sector, industry, exchange, ISIN, logo), stock prices, financial fundamentals, earnings, dividends, forex, crypto, macro indicators, news sentiment, options data, insider transactions, ESG scores, or any financial market data. For company information requests, prefer the Fundamentals API first, then Search API, Exchange Symbol List, ID Mapping, and News API as needed. All requests are made via curl using the EODHD REST API.
As a process C 57/100 · Has gaps — weak spots: inputs and preconditions, failures and branches, consistency
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 10
✓ No critical or high findings
Medium and low: 10
-
low Exfiltration
exfil-secret-in-urlSKILL.md:55Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…"
placeholder -
low Exfiltration
net-credential-useSKILL.md:55Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…"
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:58Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…&filter=…"
placeholder -
low Exfiltration
net-credential-useSKILL.md:58Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…&filter=…"
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:61Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…&filter=…"
placeholder -
low Exfiltration
net-credential-useSKILL.md:61Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl "https://eodhd.com/api/fundamentals/AAPL.US?api_token=…&filter=…"
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:64Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl "https://eodhd.com/api/search/apple?api_token=…&limit=10&fmt=json"
placeholder -
low Exfiltration
net-credential-useSKILL.md:64Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl "https://eodhd.com/api/search/apple?api_token=…&limit=10&fmt=json"
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:67Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl "https://eodhd.com/api/exchange-symbol-list/US?api_token=…&fmt=json"
placeholder -
low Exfiltration
net-credential-useSKILL.md:67Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl "https://eodhd.com/api/exchange-symbol-list/US?api_token=…&fmt=json"
vendor-host
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 57/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 2 mutating operations with no state check
- 40Consistency. Frontmatter name (eodhd) differs from the folder (eodhd-curl)
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 22 steps
- 100When it triggers. States when to use and when not to
- 100Execution cost. Instruction body is 2385 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 14 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +1No license
- +2Single-language instructions
- +3Description length 717: enough signal without eating the budget
- +4Structure: 39 headings
- +3Step-by-step instructions: 22 items
- +3Output format is stated explicitly
- +4Has examples (27 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 87.