# FilingsPulse Red Flags Scanner

> FilingsPulse Red Flags Scanner is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Scans SEC filings for forensic red flags including going-concern doubt, restatements, related-party abuse, accounting manipulation, and governance failures

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/redflags
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-red-flags-scanner-97d8b7f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tdbxWfaE_7D73-PwjPpAK

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 filingspulse-red-flags-scanner-97d8b7f8
```

Example prompt: Run a forensic red-flag scan on Lucid Group (LCID) — I want to know if there are any going-concern warnings, restatements, related-party issues, or accounting manipulation signals in their recent SEC filings before I take a position.

## When to prefer this

Use this endpoint when you need forensic-level risk detection in SEC filings before making or exiting an investment position, conducting M&A due diligence, or stress-testing a portfolio holding. Prefer this over general filing search endpoints when the specific goal is identifying hidden risks, fraud signals, or governance failures rather than extracting factual financial data.

## Known failure modes

- Company not found in SEC EDGAR — returns error if ticker or CIK is unrecognized
- No recent filings available — returns empty or partial results if company has not filed recently
- Rate limiting or payment failure — 402 response if x402 payment is not processed correctly
- Ambiguous company name — may return results for wrong entity if name is not unique

## How this service works

Forensic accounting / red-flag scan of SEC filings — going-concern doubt, restatements, related-party abuse, accounting manipulation, and governance failure surfaced before they blow up a position. From EDGAR filings plus XBRL financial facts (cash flow vs earnings), for investing and due-diligence agents.

## Output

Returns a structured forensic analysis of SEC filings highlighting specific red flags found, including going-concern doubt language, restatement history, related-party transaction anomalies, accounting manipulation indicators, and governance failures, each with supporting evidence from the actual filings and a severity signal.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "ticker": {
   "type": "string",
   "description": "ticker"
  },
  "company": {
   "type": "string",
   "description": "company"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-red-flags-scanner-97d8b7f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.vercel.app](https://www.zero.xyz/host/filingspulse.vercel.app/llms.txt)
