AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Validate Python Stack

skill-leynier-python-template-validate-python-stack · by leynier

Validate the Python Template repository or a project generated from it. Use before committing, publishing, deploying, or reviewing a stack to check catalog compilation, rendering, dependencies, formatting, tests, security workflows, skills, and representative runtime behavior.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-leynier-python-template-validate-python-stack

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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 No
  • 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-leynier-python-template-validate-python-stack)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Validate Python Stack? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Validate Python Stack

Choose the validation path that matches the current directory and report exact failures without hiding skipped checks.

Template Repository

  1. Run uv sync --all-groups.
  2. Run uv run python scripts/compile_catalog.py --check.
  3. Run uv run ruff check . and uv run ruff format --check ..
  4. Run uv run pytest -n auto. Use focused tests first while iterating, but finish with the full suite.
  5. For every directory under skills/, run the skill-creator validator when available and run npx --yes skills add . --list to verify discovery.
  6. Generate the changed presets or custom combinations and exercise their real CLI, API, MCP, training, serving, or deployment entry point as applicable.
  7. If GitHub workflows changed and Docker is available, run the repository's local Actions validation before pushing.

Generated Project

  1. Read .copier-answers.yml, readme.md, and pyproject.toml to identify enabled layers.
  2. Run uv sync --all-groups, uv run ruff check ., uv run ruff format --check ., and uv run pytest.
  3. Run npx --yes skills add . --list; expect project-workflow and only the conditional skills appropriate to the selected stack.
  4. Exercise the primary entry point. For a containerized target, build the Docker image and verify its health route locally when Docker is available.
  5. Validate generated JSON, TOML, YAML, Python, and HCL as structured data rather than with string-only assertions.

Reporting

Separate passed, failed, and unavailable checks. Include the command, relevant error, and whether the failure belongs to the template, the generated project, local infrastructure, or an external service.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.