mcp-server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mcp-server (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.
문제 재현, 최신 스펙과 구현 대조, 불일치 근거 정리, 수정 전/후 Inspector 검증
먼저 아래 3가지만 확인
원인 분석 또는 스펙 검증Node(TypeScript) or Python, stdio or SSE/HTTP필요할 때만 아래 항목 추가 확인
console.log() 대신 console.error() 사용print() 대신 logging 사용../) 차단확정 사실과 추정으로 구분 기록tools/list, tools/call 요청/응답 구조resources/list, resources/read 노출/조회 구조content, isErrorresources/list가 기대한 리소스를 노출하는지 확인resources/read가 실제 payload를 반환하는지 확인tools/list 결과가 기대한 tool 노출 기준을 만족하는가tools/call 성공 기준을 만족하는가content / isError 구조 기준을 만족하는가아래 조건 중 하나라도 해당하면 isError: true로 반환
Error 응답에는 최소한 다음 항목 포함
항상 아래 순서로 결과 정리
{
"content": [{ "type": "text", "text": "..." }]
}{
"isError": true,
"content": [{ "type": "text", "text": "..." }]
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.