Install
$ agentstack add skill-m-binimran-dev-pack-form-builder ✓ 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 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.
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
form-builder
One source of truth for validation (Zod), shared by client and server. Accessible by construction.
Process
- Define the Zod schema once. It validates on the client AND in the server action — no drift.
- React Hook Form + shadcn
Form:useForm({ resolver: zodResolver(schema) }). UseFormField,
FormLabel, FormControl, FormMessage so each input is labelled and errors are associated + announced.
- Server action does the real validation: re-parse with the same schema in the action; never trust the client.
- States: disabled while submitting, visible loading, success + error feedback (
aria-livefor errors). - Honeypot / basic spam guard on public forms; rate-limit the action.
Accessibility
- Every field has a real `
. Errors are text (not color-only) and linked viaaria-describedby`. - Submit reachable by keyboard; focus moves to the first error on failed submit.
Output
- The schema, the form component, and the server action — with the shared schema referenced in both.
- Note what validation runs client-side vs. server-side.
Guardrails
- No validation that exists only on the client.
- Don't put secrets/keys in the form component (client code — the
secret-scanhook will block it).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: m-binimran
- Source: m-binimran/dev-pack
- License: MIT
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.