Pipeworx spacenews

v1.0.0

Provides the latest spaceflight news articles and blog posts with search by keyword via the Spaceflight News API.

0· 36·0 current·0 all-time
byBruce Gutman@brucegutman
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (spaceflight news via Spaceflight News API) match the provided tools and examples. One small mismatch: the SKILL.md example calls a Pipeworx gateway (https://gateway.pipeworx.io/spacenews/mcp) rather than the Spaceflight News API directly — this is plausible (a proxy) but worth being aware of.
Instruction Scope
Instructions only show calling a remote JSON-RPC endpoint to run the 3 declared tools (get_articles, search_articles, get_blogs). They do not ask the agent to read local files, credentials, or unrelated system state. However, the skill will send user queries and any included text to the external gateway endpoint (gateway.pipeworx.io), so user data is transmitted off-host.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes local persistence and disk writes.
Credentials
No environment variables, credentials, or config paths are requested, which is proportionate for a read-only news lookup skill.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. It can be invoked by the agent (normal behavior) but does not auto-enable itself or modify other skills.
Assessment
This skill appears to be a simple proxy that queries a remote gateway for spaceflight news and does not request local credentials or install code. Before installing, confirm you're comfortable with queries and any user-provided text being sent to the external host (https://gateway.pipeworx.io). Avoid sending secrets or private data through the skill, and if you require stronger privacy, prefer a skill that calls the official Spaceflight News API directly or a self-hosted proxy. If you want more assurance, ask the publisher for their privacy policy or the exact backend used (is it the official Spaceflight News API or a third-party mirror?).

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

latestvk9783n1ev0m5h9334tvy806wan84tpba

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments