stelaspace — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited stelaspace (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A local MCP server for publishing HTML files to StelaSpace from coding agents that work with your local files — Claude Code and Codex.
It runs on your machine, so it reads HTML files directly from disk by path and uploads the bytes via the StelaSpace API. That's what lets it publish large (1 MB+) reports and dashboards — unlike passing file contents as a tool argument, which is capped by the model's output size.
Claude Desktop (chat) isn't supported for publishing: its sandbox can't share files with a local MCP server, so it can't upload local reports. Use Claude Code or Codex, where the agent generates the report to disk and publishes it directly.
{ path, spaceSlug, title?, slug?, tags?, visibility? } → readsthe file and returns its permanent URL. Reusing a slug publishes a new version.
{ spaceSlug, query? } — list documents in a space.Get an API key from StelaSpace → Settings → API Keys (starts with ss_sk_).
claude mcp add stelaspace --scope user \
--env STELASPACE_API_KEY=ss_sk_your_key \
-- npx -y stelaspace-mcp~/.codex/config.toml:
[mcp_servers.stelaspace]
command = "npx"
args = ["-y", "stelaspace-mcp"]
env = { STELASPACE_API_KEY = "ss_sk_your_key" }Then ask the agent to build and publish a report, e.g. "generate the sales dashboard and publish the HTML to my reports space as public."
STELASPACE_API_KEY (required) — your ss_sk_ key.STELASPACE_API_URL (optional) — override the API endpoint. Defaults tohttps://stelaspace.com; most users never need to set this.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.