← all publishers

slackwero

@slackwero source repo

2 published skills

  1. Dev Secure Coding · slackwero bundle
    Use when writing or modifying application code in any language — endpoints, handlers, database queries, HTTP clients, file access, forms, config loading — and whenever adding or upgrading a dependency. Applies whenever code touches user input, credentials, SQL, shell commands, file paths, external URLs, or authentication, even if the request never mentions security. Also use before declaring code finished, to self-check what was written. Triggers on "create an endpoint", "add this library", "connect to this API", "save this to the database", "read this file", "add login". Complements the stack skills (dev-python-clean-code, golang-clean-code, dev-react-internal, dev-angular-internal) rather than replacing them.
    0
    installs
  2. Gitlab Vuln Remediation · slackwero bundle
    Use when remediating a security finding — SAST, SCA / dependency scanning, or secret detection — including fixing a vulnerability, bumping a dependency for security reasons, removing a hardcoded secret, triaging a false positive, or opening the merge request for any of these. Applies whenever a CVE ID, CWE ID, OWASP category, scanner output (GitLab SAST, Semgrep, Gitleaks, Dependency Scanning), or a `mcp__gitlab-security__*` tool is involved, even if GitLab is not named. Also triggers on "resolve this finding", "open an MR for this CVE", "remediate this vulnerability".
    0
    installs