Claude
entry.safety
Review 1-5 HeyClaude entries for source, package, safety, and privacy metadata fit before install or recommendation. This is a metadata review only and does not provide malware scanning, automatic safety guarantees, or installation approval.
Remote heyclaude/heyclaude
Remote (network-hosted)
Other tools also called entry.safety?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"required": [
"category",
"slug"
],
"properties": {
"slug": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"maxLength": 120,
"minLength": 1,
"description": "Slug of the entry."
},
"category": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"maxLength": 120,
"minLength": 1,
"description": "Category of the entry."
}
},
"additionalProperties": false
},
"maxItems": 5,
"minItems": 1,
"description": "1–5 entries to review for safety and privacy metadata, each identified by category and slug."
},
"platform": {
"type": "string",
"maxLength": 80,
"minLength": 1,
"description": "Target platform to contextualize safety and compatibility notes."
}
}
}