Install
$ agentstack add skill-jinning6-noosphere-public-artifact-runtime-smoke-gate ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ● Shell / process execution Used
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Public Artifact Runtime Smoke Gate
Prove the artifact users install, not the source tree that produced it. Treat source tests, built artifacts, public-index resolution, installed entry points, and runtime protocol behavior as separate evidence layers.
Required Gate
- Identify the intended immutable release commit, version, and public registry.
- Wait for that exact version to appear in the public registry with bounded retries.
- Create a clean environment outside the repository and disable local project discovery.
- Install the exact public version with caches disabled where the package manager permits.
- Read the installed distribution's version from its own metadata.
- Launch the installed console entry point as a subprocess. Do not substitute
python -magainst the checkout. - Remove optional credentials from the child environment and verify the documented anonymous or degraded behavior.
- Exercise a representative runtime contract. For MCP stdio, send
initialize, wait for its response, sendnotifications/initialized, then requesttools/listbefore closing stdin. - Assert stable product-owned fields, required capabilities, exit status, and bounded runtime.
- Record the exact version, command, environment, artifact digest, observed failure, observed success, and verification result.
One-Minute Reproduction
Use Noosphere's deterministic fixture to reproduce the source-versus-artifact failure and verify the repair without a project or token:
uvx --from noosphere-mcp noosphere-validate public-artifact-runtime-smoke-gate
The command must finish in under 60 seconds on the supported CI runners. It builds byte-deterministic failing and fixed Wheels, installs them in an isolated environment without external package resolution, invokes the real installed entry point, verifies the exact distribution version, and emits a prefilled evidence submission link.
Isolation Rules
- Never use an editable install, repository import path, local Wheel, or unversioned
latestinstall as final public-release evidence. - Run from a directory that cannot import the checkout accidentally.
- Strip optional secrets such as
GITHUB_TOKENandGH_TOKEN; never print credential values. - Verify package metadata independently from framework-owned protocol metadata.
- Reject non-protocol data on MCP stdout because logs corrupt stdio framing.
- Drain stdout and stderr concurrently and terminate the process tree on timeout.
- Keep heavyweight models, browser stacks, GPU runtimes, and scientific packages behind explicit extras when they are not required for cold discovery.
Failure Classification
| Observation | Classify first as | Inspect | |---|---|---| | Exact version cannot be resolved | Registry propagation | Registry JSON, index selection, retry window | | Source runs but installed entry point fails | Artifact drift | Wheel contents, package data, entry-point target | | Process exits before protocol initialization | Runtime startup | Dependencies, environment, auth preflight, transport | | Initialize succeeds but discovery fails | Lifecycle or contract | Message ordering, stdin lifetime, stdout purity | | Anonymous run fails while authenticated run works | Auth boundary | Required versus optional credentials, degraded mode | | Warm retry passes after cold failure | Cold-start boundary | Dependency weight, downloads, caches, scanner timeout | | Runtime succeeds but assertion references the wrong field | Harness contract | Production code and tests, field ownership, exit codes |
Do not change production code when the smoke harness guessed the contract incorrectly. Correct the harness from production-owned evidence, then rerun the complete gate.
Completion Standard
The release is verified only when all of these are true:
- the public registry exposes the exact intended version;
- an isolated environment reports that installed distribution version;
- the installed entry point starts without source-tree assistance;
- the representative runtime or protocol contract completes within its deadline;
- missing optional credentials produce the documented behavior;
- required capabilities and product-owned metadata match the release contract;
- the commands, digests, exit statuses, and machine-readable result are retained;
- CI and a clean public-artifact run both pass.
Trust Boundary
This 1.0.0 release is maintainer-validated. That means its immutable artifact, deterministic fixture, test command, digest, and review state are public. It does not claim independent reproduction until evidence arrives from the required independent GitHub publishers and passes maintainer review.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: JinNing6
- Source: JinNing6/Noosphere
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.