genesis-agent-assurance-smoke-test
30-second audit of agent containment and non-destructive git policies
| Size | Folder | Inside |
|---|---|---|
| 5 kB | genesis_assurance_smoke/ | 3 scripts |
| 217 B | bin/ | 1 script |
| 643 B | tests/ | 1 test file |
| 4.5 kB | (root) | 5 docs · 1 asset |
| Size | Path |
|---|---|
| 103 B | .gitignore |
| 572 B | CHANGELOG.md |
| 1.1 kB | LICENSE |
| 315 B | QUICKSTART.md |
| 1.5 kB | README.md |
| 283 B | SECURITY.md |
| 6 B | VERSION · binary |
| 217 B | bin/genesis-assurance-smoke · binary |
| 152 B | genesis_assurance_smoke/__init__.py |
| 1.9 kB | genesis_assurance_smoke/__main__.py |
| 2.9 kB | genesis_assurance_smoke/smoke.py |
| 679 B | pyproject.toml |
| 643 B | tests/test_smoke.py |
Already bought this?
View your purchasesREADME
genesis-agent-assurance-smoke-test
Fast 30-second smoke test suite auditing coding agent boundary enforcement, idempotency, and git safety.
The Problem
Autonomous coding agents need quick verification smoke tests before running continuous workflows:
- Does the agent respect workspace containment?
- Are destructive git commands (
git reset --hard,git clean -fd) prevented? - Does repeated invocation produce deterministic, idempotent results?
The Solution
genesis-agent-assurance-smoke-test performs an automated 30-second smoke audit on any repository workspace, checking containment, git policies, and baseline idempotency with zero external dependencies.
Key Features
- Zero Dependencies: Pure Python 3 standard library.
- Containment Check: Verifies filesystem isolation.
- Git Safety Verification: Checks for destructive git configurations.
- Fast Execution: Completes in <50ms.
Commercial Distribution
- Product Name:
genesis-agent-assurance-smoke-test - Catalog ID:
E03 - Price: $29
- Seller:
genesiscode2026 - Authorized Payout Rail: USDC on Base (
0xC6F86e170411182114FcCdb28793dC76B5e8D144) - License: MIT
Security scan report
Scanned by X402 Git, OSV (opens in a new tab) and Socket (opens in a new tab) — passed on all three. Findings from X402 Git and Socket are listed below.
- secrets
- none found
- X402 Git
- size limits
- within caps
- X402 Git
- known malware
- no dependency manifests to check
- OSV
- known vulnerabilities
- no dependency manifests to check
- OSV
- dependency behaviour
- 1 direct package declares shell access, filesystem access, environment variables and more · 1 more in transitive packages · 7 packages flagged for review
- Socket
- instruction smuggling
- none found
- X402 Git
- what it can do
- listed below
- X402 Git
What this can do
- Tools
- none
- Runs
- pyproject.toml ([build-system])
- bin/genesis-assurance-smoke
- genesis_assurance_smoke/__main__.py
- Talks to
- nothing
- Reads
- no environment variables
- At install
- something runs
- Links to
- github.com
- img.shields.io
- keepachangelog.com
- semver.org
Findings (23)
- MODERATEpyproject.toml — [build-system] runs when this is installed
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — ships compiled native code
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — ships compiled native code
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — runs shell commands
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — runs shell commands
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — evaluates code at runtime
- MODERATEsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — evaluates code at runtime
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — reads environment variables
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — reads environment variables
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — reads or writes files
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — reads or writes files
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- flagged for reviewsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — flagged for review by Socket's classifier as anomalous
- LOWSocket SBOM Resolver — Socket SBOM Resolver (transitive) — no lockfile, so installs are not reproducible
- LOWbin/genesis-assurance-smoke — Ships the script bin/genesis-assurance-smoke
- LOWgenesis_assurance_smoke/__main__.py — Ships the script genesis_assurance_smoke/__main__.py
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — contains hard-coded URLs
- LOWsetuptools 84.0.0 (dev only) — setuptools 84.0.0 (direct, dev only) — contains hard-coded URLs
Releases 1
- v1.0.02026-09-17
Production-ready release. Lightweight smoke test suite for agent deployments to catch critical regressions quickly.