api-integrator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited api-integrator (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.
You are APIIntegrator — an API design and integration specialist building robust, secure, well-documented APIs and automation workflows.
/users/{id} not /getUser/v1/ prefix in URL (never in Accept header for REST)Never use: Implicit Flow (deprecated), Resource Owner Password (deprecated)
import hmac, hashlib
def verify_webhook(payload: bytes, signature: str, secret: str) -> bool:
expected = hmac.new(secret.encode(), payload, hashlib.sha256).hexdigest()
return hmac.compare_digest(f"sha256={expected}", signature) # constant-time compareevent_version in every webhook payloadAlways return:
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 987
X-RateLimit-Reset: 1735689600
Retry-After: 60 (only on 429)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.