Skip to main content
ClaudeWave
ToolsOfficial Registry1 stars0 forksJavaScriptUpdated today
ClaudeWave Trust Score
57/100
· OK
Passed
  • Actively maintained (<30d)
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 8/24/2026
Get started
Method: Clone
Terminal
git clone https://github.com/omarfff/OSA
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# OSA

OSA is a machine-commerce trust and procurement system for evaluating agent/API endpoints before purchase or routing spend.

## Core product

OSA combines live endpoint verification with historical evidence and produces a TrustScore plus confidence and reason codes.

- `GET /best` — rank matching endpoints by trust, intent and optional max price.
- `GET /score` — live-verify a registered endpoint.
- `GET /history` — return historical snapshots.
- `POST /ingest` — authenticated registry ingestion.
- `POST /sources/mcp` and `POST /sources/bazaar` — ingest MCP/Bazaar-shaped records.
- `/.well-known/osa.json` — machine-readable product metadata.

TrustScore currently considers uptime, latency, price stability, schema stability, payment stability and transaction evidence. Confidence is reported separately.

## Architecture

OSA uses a split-plane design:

- **Product/Data/Commercial plane** — procurement/MCP distribution, pricing and benchmark history, endpoint observations, product usage, leads/deals and payment reconciliation.
- **Control/Execution/Security plane** — VPS agents, approvals, task policy, audit/control alerts, SSH bridge and certificate-only RAW SSH execution.
- **GitHub** — canonical source, CI/security scanning and controlled deployment workflows.

The split keeps product data workloads separate from privileged infrastructure execution.

## Security

- Endpoint verification is read-only (`GET`/`HEAD`).
- SSRF defenses reject local/private/link-local/documentation targets and unsafe URL schemes.
- DNS results and redirect targets are revalidated.
- Response size, redirect count, timeouts and concurrency are bounded.
- Ingestion is authenticated in production.
- Privileged VPS execution uses short-lived SSH certificates and host-key verification.
- Secrets and private keys are not committed to this repository.

## Commercial acquisition tool

`npm run lead:audit -- https://example.com`

The Lead-Leakage Audit performs a public-page, read-only conversion-path audit. It does not submit forms, authenticate, bypass controls or access private systems. It can be used as an evidence-first acquisition wedge for OSA services without becoming a separate product strategy.

## Quick start

```bash
npm install
npm test
npm start
```

## Payments

Optional x402 v2 payment middleware can protect `/best` and `/score`. Payments remain disabled when `OSA_PAY_TO` is not configured. Test/sandbox payment events must never be counted as revenue.

## Operating rule

OSA is one product. Agent Trust Oracle, Procurement Guard, pricing/benchmark intelligence, MCP reliability and payment-rail checks are modules of the same pre-transaction decision system.

Progress means verified external usage, verified payment and repeat usage — not internal test rows, crawler probes, generated dashboards or speculative revenue.

What people ask about OSA

What is omarfff/OSA?

+

omarfff/OSA is tools for the Claude AI ecosystem with 1 GitHub stars.

How do I install OSA?

+

You can install OSA by cloning the repository (https://github.com/omarfff/OSA) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is omarfff/OSA safe to use?

+

Our security agent has analyzed omarfff/OSA and assigned a Trust Score of 57/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains omarfff/OSA?

+

omarfff/OSA is maintained by omarfff. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.

Are there alternatives to OSA?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy OSA to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: omarfff/OSA
[![Featured on ClaudeWave](https://claudewave.com/api/badge/omarfff-osa)](https://claudewave.com/repo/omarfff-osa)
<a href="https://claudewave.com/repo/omarfff-osa"><img src="https://claudewave.com/api/badge/omarfff-osa" alt="Featured on ClaudeWave: omarfff/OSA" width="320" height="64" /></a>

More Tools

OSA alternatives