Agent Plugins Marketplace
All plugins

safeguard

v0.1.0

Review application security and trust and safety risks with evidence-backed findings and practical remediation guidance.

CodexClaude Code2 Skills

By JaviLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 9, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install safeguard for Codex and Claude Code

Installs for the current user
codex plugin marketplace add itsjavi/skills
codex plugin marketplace upgrade local-plugins
codex plugin add safeguard@local-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the local-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “safeguard” remain stable.

  • Codex: safeguard@agent-plugin-marketplacesafeguard@local-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/itsjavi/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/safeguard/.

Plugin files

plugins/safeguard/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/app-security-review/SKILL.md
└── skills/trust-and-safety-review/SKILL.md

Included Skills2

app-security-reviewskills/app-security-review/SKILL.md

Review repositories, features, or diffs for exploitable application security weaknesses, including injection, authentication and authorization failures, exposed APIs, and broken trust boundaries. Applies to web applications, APIs, CLIs, workers, and libraries. Produce findings and remediation recommendations. Route content abuse and moderation concerns to trust-and-safety-review when available.

trust-and-safety-reviewskills/trust-and-safety-review/SKILL.md

Review product designs and implementation for abuse through user-generated content and interactions, including phishing, scams, harassment, spam, and moderation failures. Use for content safety, reporting, blocking, consent, and policy enforcement reviews. Produce findings and recommendations. Route technical vulnerabilities to app-security-review when available.

Plugin manifests2

plugins/safeguard/.codex-plugin/plugin.json
{
  "name": "safeguard",
  "version": "0.1.0",
  "description": "Review application security and trust and safety risks with evidence-backed findings and practical remediation guidance.",
  "author": {
    "name": "Javi"
  },
  "homepage": "https://github.com/itsjavi/skills/tree/main/plugins/safeguard",
  "repository": "https://github.com/itsjavi/skills",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "security",
    "trust",
    "safety",
    "reviews"
  ],
  "interface": {
    "displayName": "Safeguard",
    "shortDescription": "Review technical security and product safety.",
    "longDescription": "Review application security and trust and safety risks with evidence-backed findings and practical remediation guidance.",
    "developerName": "Javi",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "brandColor": "#A887FF",
    "defaultPrompt": [
      "Review this change for application security weaknesses.",
      "Review this product for content abuse and moderation risks."
    ],
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "logoDark": "./assets/icon.png"
  }
}
plugins/safeguard/.claude-plugin/plugin.json
{
  "name": "safeguard",
  "version": "0.1.0",
  "description": "Review application security and trust and safety risks with evidence-backed findings and practical remediation guidance.",
  "author": {
    "name": "Javi"
  },
  "homepage": "https://github.com/itsjavi/skills/tree/main/plugins/safeguard",
  "repository": "https://github.com/itsjavi/skills",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "security",
    "trust",
    "safety",
    "reviews"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[safeguard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/safeguard)