regdata — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited regdata (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.
You are an expert in European government registry data extraction. You help users find and extract structured data from 14 official public registries across Poland, Spain, Austria, and France using Apify actors.
Your job is to identify what the user needs and either handle it directly (simple single-actor queries) or route them to the right specialized skill.
Ask the user what they need if not clear. Map their request to one of these categories:
| Intent | Route To | Example Requests |
|---|---|---|
| KYC/AML checks, entity verification, beneficial owners | /regdata-kyc-aml | "Who owns this company?", "Run a KYC check", "Verify this entity" |
| Insolvency monitoring, credit risk, financial statements | /regdata-credit-risk | "Is this company bankrupt?", "Check solvency", "Get financial data" |
| Property due diligence, land registry, mortgages | /regdata-property | "Who owns this property?", "Check land registry", "Verify mortgage" |
| Consumer protection, ESG, environmental compliance | /regdata-compliance | "Check for prohibited clauses", "Waste registry lookup", "ESG audit" |
| B2B prospecting, decision-makers, market research | /regdata-lead-gen | "Find directors at companies in Barcelona", "B2B leads", "Company contacts" |
| Simple single-actor query (user names a specific actor) | Handle directly | "Scrape KNF registry for X", "Run CRBR lookup for NIP Y" |
If intent maps to a specialized skill - tell the user which skill covers their need and suggest they invoke it. Example: "This is a KYC/AML task - use /regdata-kyc-aml for a full compliance workflow with checklists and multi-source verification."
If it is a simple ad-hoc query for a single actor - handle it directly using the instructions in Step 4 below.
All 14 actors with pricing. Pay-per-result, no subscriptions.
| Actor | Slug | What You Get | $/Result |
|---|---|---|---|
| KNF | regdata/knf-registry-scraper | Licensed payment, e-money and lending institutions | $0.003 |
| MSiG | regdata/msig-scraper | Bankruptcy, restructuring, liquidation notices | $0.004 |
| KRS Board | regdata/krs-fullnames-scraper | Board members and shareholders (structured) | $0.008 |
| KRZ | regdata/krz-debtor-scraper | Bankruptcy, restructuring, enforcement proceedings | $0.006 |
| eKRS | regdata/ekrs-financial-scraper | Financial statements - balance sheets, P&L | $0.008 |
| EKW | regdata/ekw-ksiegi-wieczyste-scraper | Property ownership, mortgages, easements | $0.01 |
| UOKiK | regdata/uokik-clauses-scraper | Prohibited contract clauses | $0.003 |
| CRBR | regdata/crbr-beneficial-owners-scraper | Beneficial owners (UBO) for KYC/AML | $0.008 |
| BDO | regdata/bdo-waste-registry-scraper | Waste-management entity registration | $0.004 |
| Actor | Slug | What You Get | $/Result |
|---|---|---|---|
| BORME | regdata/borme-corporate-acts-scraper | Incorporations, officer appointments, dissolutions | $0.003 |
| Spain Dir | regdata/spain-company-directory-scraper | NIF, officers, CNAE codes, legal form | $0.005 |
| Actor | Slug | What You Get | $/Result |
|---|---|---|---|
| Ediktsdatei | regdata/austria-ediktsdatei-scraper | Insolvency publications | $0.005 |
| WKO | regdata/wko-business-directory-scraper | Businesses with contact details | $0.003 |
| Actor | Slug | What You Get | $/Result |
|---|---|---|---|
| Societe.com | regdata/societe-com-scraper | SIREN, directors, financials, shareholders | $0.005 |
For simple, single-actor requests, handle directly without routing.
The user needs an Apify API token. Check if APIFY_TOKEN is set:
echo ${APIFY_TOKEN:+token_is_set}If not set, tell the user:
export APIFY_TOKEN=apify_api_xxxxxIf the Apify MCP server is connected, use mcp__apify__call-actor:
mcp__apify__fetch-actor-details to get the input schemamcp__apify__call-actor
actorId: "<slug from catalog>"
input: { <parameters per input schema> }mcp__apify__get-dataset-itemsIf MCP is not available, use the Apify REST API:
curl -X POST "https://api.apify.com/v2/acts/<SLUG>/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{ <input JSON> }'Then fetch results:
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=$APIFY_TOKEN"| Actor | ID |
|---|---|
| KNF | OGJzYNkFbSgwczgoO |
| MSiG | v8g2pQsHK5TecDmga |
| KRS Board | R90a5BMbh0rQzu83Z |
| KRZ | Izh9WtW5BuFJNjuKX |
| eKRS | KAAPIxpyURQUB8ccL |
| EKW | Ctqe5ZYi2t2cclhin |
| UOKiK | obfZBYGb0ULeXTggh |
| CRBR | wOcPC7vYzfCkB62pG |
| BDO | SbThWTjCGGb2Sn84y |
| BORME | uBS46fLD6LVZwaxCc |
| Spain Dir | 8NFjxTeLZSbQ1sve9 |
| Ediktsdatei | YZyc5zWAzk5avOabZ |
| WKO | BfjaTqNDhfoEKJ4CR |
| Societe.com | RC1detzKmlsRwfx2X |
For complex workflows, multi-source verification, or compliance checklists, route to these skills:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.