← all publishers

markcmarshall

@markcmarshall source repo

5 published skills

  1. Secure Over Common · markcmarshall
    Catch the case where an LLM defaults to the most common tutorial pattern instead of the secure one. Use when implementing auth, CORS, storage, or input rendering.
    0
    installs
  2. Check Current Versions · markcmarshall
    Verify current stable/LTS versions of runtimes, frameworks, and libraries before writing code. Use when starting a project or adding a dependency.
    0
    installs
  3. Audit Repo Before Install · markcmarshall
    Run a static security and trust audit on an external repo — a skill, plugin, MCP server, or dependency — before installing, cloning, or running anything from it. Use whenever a new source is about to be trusted, or when asked directly whether a repo looks safe.
    0
    installs
  4. Verify Dependencies Exist · markcmarshall
    Verify that any package, import, or config key an LLM introduces actually exists before it's installed or used. Use whenever new dependencies or unfamiliar config options show up in generated code.
    0
    installs
  5. Name The Unstated Controls · markcmarshall
    Force security controls that were never explicitly requested to get named and checked before an implementation is considered done. Use before marking any feature complete.
    0
    installs