seldon-model-deployer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited seldon-model-deployer (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Seldon Core deployment skill for model serving, A/B testing, canary deployments, and advanced inference graphs on Kubernetes.
{
"type": "object",
"required": ["action"],
"properties": {
"action": {
"type": "string",
"enum": ["deploy", "update", "rollback", "delete", "status", "traffic-split"],
"description": "Seldon action to perform"
},
"deploymentConfig": {
"type": "object",
"properties": {
"name": { "type": "string" },
"namespace": { "type": "string" },
"modelUri": { "type": "string" },
"implementation": { "type": "string" },
"replicas": { "type": "integer" },
"resources": {
"type": "object",
"properties": {
"requests": { "type": "object" },
"limits": { "type": "object" }
}
}
}
},
"trafficConfig": {
"type": "object",
"properties": {
"canaryPercent": { "type": "integer" },
"shadowEnabled": { "type": "boolean" },
"abTestEnabled": { "type": "boolean" }
}
},
"explainerConfig": {
"type": "object",
"properties": {
"type": { "type": "string", "enum": ["anchor_tabular", "anchor_text", "shap"] },
"enabled": { "type": "boolean" }
}
}
}
}{
"type": "object",
"required": ["status", "action"],
"properties": {
"status": {
"type": "string",
"enum": ["success", "error", "pending"]
},
"action": {
"type": "string"
},
"deploymentName": {
"type": "string"
},
"endpoint": {
"type": "string"
},
"deploymentStatus": {
"type": "string",
"enum": ["creating", "available", "failed", "unknown"]
},
"replicas": {
"type": "object",
"properties": {
"desired": { "type": "integer" },
"ready": { "type": "integer" }
}
},
"trafficSplit": {
"type": "object"
}
}
}{
kind: 'skill',
title: 'Deploy model with canary',
skill: {
name: 'seldon-model-deployer',
context: {
action: 'deploy',
deploymentConfig: {
name: 'fraud-detector',
namespace: 'ml-serving',
modelUri: 'gs://models/fraud-v2',
implementation: 'SKLEARN_SERVER',
replicas: 3
},
trafficConfig: {
canaryPercent: 10
},
explainerConfig: {
type: 'shap',
enabled: true
}
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.