Skip to main content

brazilian-financial-integration

Facilitates Brazilian financial integrations for fintech applications, including Boleto, PIX payments, and tax ID validation.

Install this skill

or
86/100

Security score

The brazilian-financial-integration skill was audited on Feb 9, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 1028

Webhook reference - potential data exfiltration

SourceSKILL.md
1028- ✅ Implement webhook for payment notifications
low line 570

Base64 decode operation

SourceSKILL.md
570return base64.b64encode(credentials.encode()).decode()
low line 525

External URL reference

SourceSKILL.md
525Reference: https://developers.bb.com.br/
low line 534

External URL reference

SourceSKILL.md
534base_url: str = "https://api.bb.com.br/pix/v2",
low line 549

External URL reference

SourceSKILL.md
549auth_url = "https://oauth.bb.com.br/oauth/token"
low line 1114

External URL reference

SourceSKILL.md
1114- [FEBRABAN Barcode Standard](https://portal.febraban.org.br/)
low line 1115

External URL reference

SourceSKILL.md
1115- [Banco do Brasil PIX API](https://developers.bb.com.br/)
low line 1116

External URL reference

SourceSKILL.md
1116- [CPF Validation Algorithm](http://www.receita.fazenda.gov.br/)
low line 1117

External URL reference

SourceSKILL.md
1117- [CNPJ Validation Algorithm](http://www.receita.fazenda.gov.br/)
low line 1118

External URL reference

SourceSKILL.md
1118- [Brazilian Central Bank - PIX](https://www.bcb.gov.br/estabilidadefinanceira/pix)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →