api-research — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited api-research (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.
카카오클라우드 OpenAPI 문서(https://docs.kakaocloud.com/openapi)를 체계적으로 크롤링하여 MCP 서버에서 활용할 수 있는 구조화된 API 스펙을 생성한다.
_workspace/01_api_research/service_list.json에 저장한다각 서비스에 대해:
_workspace/01_api_research/{service-name}.json에 저장한다_workspace/01_api_research/dependencies.json에 저장한다_workspace/01_api_research/auth.md에 저장한다주요 사용 시나리오별 API 호출 순서를 정리한다:
{
"workflow": "VM 인스턴스 생성",
"steps": [
{"order": 1, "action": "VPC 생성 또는 기존 VPC 조회", "api": "POST /vpcs 또는 GET /vpcs"},
{"order": 2, "action": "Subnet 생성 또는 조회", "api": "POST /subnets 또는 GET /subnets"},
{"order": 3, "action": "Security Group 생성", "api": "POST /security-groups"},
{"order": 4, "action": "Key Pair 생성", "api": "POST /key-pairs"},
{"order": 5, "action": "VM 인스턴스 생성", "api": "POST /instances"}
]
}결과를 _workspace/01_api_research/workflows.json에 저장한다.
_workspace/01_api_research/summary.md에 전체 조사 결과를 요약한다:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.