codeforces-api-client — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited codeforces-api-client (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.
Interface with the Codeforces API to fetch contest data, problem sets, submissions, and user statistics for competitive programming workflows.
Uses the official Codeforces API (https://codeforces.com/apiHelp) with proper rate limiting and authentication when required.
{
"type": "object",
"properties": {
"action": {
"type": "string",
"enum": ["getContestProblems", "getUserSubmissions", "getProblemset", "getStandings", "getUserRating"]
},
"contestId": { "type": "integer" },
"handle": { "type": "string" },
"tags": { "type": "array", "items": { "type": "string" } },
"count": { "type": "integer", "default": 10 }
},
"required": ["action"]
}{
"type": "object",
"properties": {
"success": { "type": "boolean" },
"data": { "type": "object" },
"error": { "type": "string" }
},
"required": ["success"]
}{
"action": "getContestProblems",
"contestId": 1900
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.