Security & privacy · Improve

Improve Security

Implement one selected, evidence-backed Security improvement at the authoritative owner. Complete the directly affected contract without broad cleanup or redesign.

Vibe Coding 1.3.0 · vibe-security · English technical instructions

← Back to search

Use this workflow

Use this workflow in Codex or Claude Code with the free Vibe Coding plugin. Choose your assistant and prompt language, then add your task details after the prompt.

Operation

Implement the requested coherent change at the owning source and update directly affected consumers. An earlier audit is optional when the user and repository already establish the target. Validate the changed behavior, then stop when the requested scope is complete.

Goal

Implement one selected, evidence-backed Security improvement at the authoritative owner. Complete the directly affected contract without broad cleanup or redesign.

Domain rules

  • Place the control at the authoritative boundary and keep denial behavior consistent across all reachable paths.
  • Use least privilege and explicit capability/tenant scope; avoid hidden allowlists, UI-only guards, and broad service credentials.
  • Preserve non-enumerating user responses while retaining actionable internal audit evidence.
  • Treat dependencies, build inputs, webhook payloads, files, URLs, and model/tool outputs as untrusted.

Validation

  • Run affected authz/validation/session/secret tests plus safe negative and replay cases.
  • Inspect logs, metrics, and user-visible errors for sensitive data and account/tenant enumeration.
  • Verify denial before irreversible side effects and verify rollback/recovery for partially started work.

Workflow ID: security-polish · View the versioned source · Shared workflow and authority rules