pubfi-dsl-server-contract — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pubfi-dsl-server-contract (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.
This skill defines the server-side contract for executing PubFi DSL requests. The server only accepts structured DSL and maps requests to a fixed, audited OpenSearch query shape. The server does not accept SQL, OpenSearch DSL, or natural language compilation.
schema endpoint that lists allowed fields, aggregation kinds, and hard limits.query endpoint that accepts DSL and returns a deterministic response envelope.The server returns errors using ApiEnvelope codes and English messages.
ERR_INVALID_PAYLOAD: The request violates schema or limits.ERR_INTERNAL: The service failed unexpectedly.Rate limiting and quota enforcement are out of scope for this contract draft and should be implemented at the gateway layer.
references/contract.md for endpoint definitions, response envelopes, and template mappings.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.