← back to AgentAbrams

skills/redaction_lint.json

15 lines

{
  "name": "redaction_lint",
  "description": "Scan markdown for obvious sensitive strings (emails, phone numbers, API keys, connection strings, IP addresses) as a pre-publish safety check.",
  "input_schema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Path to a markdown file to lint"
      }
    },
    "required": ["path"]
  }
}