Economic Calendar Fetcher Zc
Analysis
The skill appears to do what it claims—fetch FMP economic calendar data—but users should handle the required FMP API key carefully and note minor packaging metadata inconsistencies.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"slug": "economic-calendar-fetcher", "version": "0.1.0"
The packaged metadata differs from the supplied registry identity, which names the skill as economic-calendar-fetcher-zc version 1.0.0 with a different owner ID. This is a provenance/version consistency issue, not evidence of malicious runtime behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
First check if FMP_API_KEY environment variable is set ... If not available, ask user to provide API key via chat
The skill requires an FMP API key for its intended API access. This is purpose-aligned, but it is a credential the agent may receive or read from the environment, while the registry metadata lists no primary credential or required env vars.
