wizard
Build Guided Bash Setup Wizards
Manual setup and migration procedures are easy to miss or repeat incorrectly. This skill creates interactive Bash wizards with guided stages, confirmations, and value handling.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "wizard" from https://skillstore.io/skills/mattpocock-wizard.md and its manifest at https://skillstore.io/api/skills/mattpocock-wizard/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "wizard". Create a wizard for Stripe test credentials in local development and GitHub Actions.
Expected outcome:
- A Stripe API key stage opens the test dashboard and identifies both required keys.
- The secret prompt hides input, while the publishable key uses visible input.
- Both values update the environment file, and the secret also updates GitHub Actions.
Using "wizard". Plan a wizard for moving an application from staging to production.
Expected outcome:
- The plan lists preparation, data migration, verification, traffic change, and final checks.
- Each irreversible stage includes a confirmation gate and clear success criteria.
- Unknown provider steps are marked for documentation review before script generation.
Using "wizard". Generate a repeatable onboarding wizard from this repository.
Expected outcome:
- The wizard maps example environment variables and CI references without exposing existing values.
- It groups related actions into focused stages with progress estimates.
- The handoff includes syntax validation and the command needed to start the wizard.
Security Audit
High RiskMost command and device-file alerts are false positives caused by Markdown code spans, arithmetic expansion, fixed commands, and output redirection. Confirmed risks involve intentional environment-secret handling, authenticated GitHub configuration updates, and temporary storage of environment contents. No prompt injection or credential exfiltration intent was found.
Confirmed security concerns (9)
Show all 9 confirmed findings
Capability review items (4)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (20)
๐ Network access (1)
๐ Filesystem access (12)
๐ Env variables (3)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/mattpocock-wizard/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/mattpocock-wizard?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/mattpocock-wizard?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/mattpocock-wizard/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/mattpocock-wizard.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
mattpocock. (2026). wizard security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/mattpocock-wizard/audits/4BibTeX citation
@techreport{mattpocock-mattpocock-wizard-2026,
author = {mattpocock},
title = {wizard security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/mattpocock-wizard/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "wizard security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "mattpocock"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/mattpocock-wizard/audits/4"
identifiers:
- type: other
value: "skillstore:mattpocock-wizard:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Standardize Project Onboarding
Create a repeatable wizard that collects configuration values and guides each setup stage.
Configure Third-Party Services
Guide dashboard navigation, capture service credentials, and place values in approved destinations.
Control One-Time Migrations
Turn a state transition into ordered stages with confirmation before irreversible actions.
Try These Prompts
Create a Bash wizard for [procedure]. Include these stages: [stages]. Save captured values to [destination]. Ask before irreversible actions.
Build a wizard for [service]. Open the required dashboard pages. Capture [values]. Store secrets locally and in GitHub only where required.
Review this repository for setup requirements. Propose ordered wizard stages and value destinations. Wait for approval before generating the script.
Create a wizard that moves [system] from [current state] to [target state]. Include validation, rollback guidance, confirmations, and a final completion summary.
Best Practices
- Confirm the stage plan and every value destination before generating the wizard.
- Use hidden input for secrets and write only credentials required by each destination.
- Verify syntax statically and review every remote or irreversible action with the user.
Avoid
- Do not invent dashboard steps when current provider documentation is unavailable.
- Do not place secrets in visible prompts, logs, examples, or command arguments.
- Do not run the interactive wizard end to end without the user controlling each stage.
Frequently Asked Questions
What does this skill generate?
Can the wizard store secrets?
Does it run without human input?
Which operating systems can open URLs?
Does GitHub configuration always work?
How should generated scripts be verified?
Developer Details
Author
mattpocockLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
Maintenance freshness
7/25/2026
Usage
3 downloads ยท 0 views
File structure
๐ SKILL.md
๐ template.sh