AgentStack
SKILL verified MIT Self-run

Safe Build Skill

skill-podcast72-agent-skill-starter-kit-safe-build-skill · by Podcast72

Use this skill for controlled local build tasks that need clear scope, stop rules, and optional path validation before editing files.

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-podcast72-agent-skill-starter-kit-safe-build-skill

✓ 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.

Are you the author of Safe Build Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Safe Build Skill

What this skill does

Use this skill for local file changes that are allowed inside a clearly defined project area.

Typical tasks:

  • creating a new local file;
  • editing a small set of approved files;
  • patching documentation or code in one repository folder;
  • running small local checks after the change.

Activation

Activate this skill when the task requires controlled local changes with explicit boundaries.

Scope

  • Local work only.
  • Changes must stay inside the approved working root.
  • Small patches, documentation updates, or local file creation.
  • No network access by default.
  • No destructive commands.
  • No global configuration changes.

Optional check

checks/path_guard_example.py can be used as a small helper before editing paths. It is optional and meant as a readable example, not as a complete safety system.

Rules

  • Confirm the allowed working root before editing files.
  • Keep the write scope as small as possible.
  • Prefer small, inspectable changes.
  • Run local validation when it is easy and relevant.
  • Report what changed, what was checked, and what was not checked.

Stop rules

  • Stop if the target path is outside the allowed root.
  • Stop if the task requires destructive actions.
  • Stop if the request mixes local edits with network or secret-handling tasks.
  • Stop if the allowed scope is not clear.

Final report format

MODE:
TASK:
ALLOWED ROOT:
FILES MODIFIED:
CHECKS RUN:
LIMITS:
STATUS:

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.