Adversarial-Scorecard-Publisher
Verifiedby Dryade
Requires starter tier subscription
Description
Reads adversarial REPORT.md and publishes signed nightly scorecard to a trust endpoint
Screenshots
Details
adversarial-scorecard-publisher
Reads the nightly adversarial eval report (tests/eval/adversarial/.results/REPORT.md),
extracts the metrics block, signs the payload with Ed25519, and POSTs it
to a configured trust endpoint (e.g., https://dryade.ai/trust).
Configuration
| Env var | Required | Description |
| -------------------------------- | -------- | ------------------------------------------------ |
| ADVERSARIAL_REPORT_PATH | no | Defaults to tests/eval/adversarial/.results/REPORT.md. |
| ADVERSARIAL_PUBLISH_URL | yes | HTTPS endpoint that receives signed payloads. |
| ADVERSARIAL_SIGNING_KEY | yes | 32-byte Ed25519 seed (hex). |
| ADVERSARIAL_PUBLISH_INTERVAL | no | Rate limit in seconds (default 3600). |
Tier
starter
Requires starter tier subscription