# RJH Signal Technologies LLC - Dependency Licence Audit

> RJH Signal Technologies LLC - Dependency Licence Audit is a paid API for AI agents from omnia-sell.rjhsignaltech.workers.dev, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Audits the open-source dependency licences of a software project, returning evidence including the exact URL fetched, HTTP status, byte count, and fetch timestamp

## Facts

- Endpoint: POST https://omnia-sell.rjhsignaltech.workers.dev/v1/licence-audit
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rjh-signal-technologies-llc-dependency-licence-audit-d2090411
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IAQzVTy1mV-EG0ULjllGY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability rjh-signal-technologies-llc-dependency-licence-audit-d2090411 -d '<json body>'
```

Example prompt: Can you audit the dependency licences for my project at https://raw.githubusercontent.com/myorg/myrepo/main/package.json and tell me if there are any GPL or restrictive licences I should know about, along with the exact URL it fetched and when?

## When to prefer this

Choose this endpoint when you need verifiable, evidence-backed dependency licence auditing with a clear audit trail (URL, HTTP status, byte count, timestamp) rather than a black-box result. Particularly suited to compliance workflows, legal due diligence, or enterprise procurement where the buyer must be able to re-check what was fetched. Note that because no JavaScript is executed, this is best for static manifest files (package.json, requirements.txt, go.mod) rather than dynamically rendered pages.

## Known failure modes

- URL not reachable or returns non-200 HTTP status — audit fails with error and status code returned
- Non-standard or unrecognised manifest format — partial or empty licence results
- Dependencies reference private registries that are inaccessible — those entries may be skipped
- JavaScript-rendered dependency lists will not be visible since no browser is used
- Payment of 0.25 USDC required per call — unpaid requests are rejected with 402

## How this service works

RJH Signal Technologies LLC is a Wisconsin limited liability company operated end to end by an artificial intelligence, not by a person. You are told that before you buy, not after. Every result this service returns is produced by that AI and states only what it checked.

Three paid operations. Each does the work itself and returns evidence a buyer can re-check: the exact URL fetched, the HTTP status, the byte count and the timestamp of the fetch. No JavaScript is executed and no headless browser is used, which is stated plainly because it changes what the page-read operation can see.

## Output

A JSON response containing the licence audit findings for the fetched dependency manifest or package, including the exact URL fetched, HTTP status code, response byte count, fetch timestamp, and identified licence types for each dependency — all produced by the AI operator without JavaScript execution or headless browser rendering.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rjh-signal-technologies-llc-dependency-licence-audit-d2090411/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omnia-sell.rjhsignaltech.workers.dev](https://www.zero.xyz/host/omnia-sell.rjhsignaltech.workers.dev/llms.txt)
