custo-folha-simulator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited custo-folha-simulator (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.
Simula o custo TOTAL empregador da folha brasileira em segundos. Não executa folha (use seu HRIS pra isso): serve pra orçamento, projeção, cenários.
python3 scripts/custo_folha.py ... (CSV de roster ou estimate).Encargos patronais (~35,8%):
Provisões mensais (~19,7%):
Onerated factor: ~1,555 (salário × 1,555 = custo total mensal, sem benefícios extras)
CHRO informa: headcount + salário médio + (opcional) benefícios médios mensais.
Cálculo:
total_salário = headcount × salário_médioencargos = total_salário × 0,358provisões = total_salário × 0,197benefícios = headcount × (VR/VA + outros)custo_mensal = total_salário + encargos + provisões + benefícioscusto_anual = custo_mensal × 12Pra <50 linhas no Cowork: cole o CSV, calcula linha por linha somando. Pra ≥50: usar Code.
## Custo de folha: modo ESTIMATE
**Headcount**: N · **Salário médio**: R$ X
| Componente | Valor mensal |
|---|---|
| Salários brutos | R$ X |
| Encargos patronais (~36%) | R$ X |
| Provisões (~20%) | R$ X |
| Benefícios (VR/VA + outros) | R$ X |
| **Custo mensal total** | **R$ X** |
| **Custo anual total** | **R$ X** |
**Onerated factor**: {factor}x salário
> Não substitui sistema de folha real. SAT varia por CNAE; Sistema S por setor. Pra precisão fiscal use sua folha.Ativa em frases como:
NÃO ativa para: rodar folha real (não substitui sistema); rescisão (usar custo-demissao-calculator); equivalência CLT/PJ (usar pj-vs-clt-calculator).
| Modo | Quando usar |
|---|---|
| Detailed | Tem CSV/XLSX de roster com salários individuais. Mais preciso. |
| Estimate | Só sabe headcount + salário médio. Rápido pra planejamento. |
Detailed:
python3 scripts/custo_folha.py --input roster.csvEstimate:
python3 scripts/custo_folha.py --headcount 50 --salario-medio 8000 --vr-va-medio 800Encargos patronais (~35.8%):
Provisões (~19.7%):
Benefícios: adicionado ao custo total sem incidir encargos (VR/VA tem incidência reduzida via PAT).
Onerated factor: custo total mensal ÷ folha bruta. Tipicamente 1.55-1.75x.
--outros-medioPra precisão fiscal use sua folha real. Aqui é simulação.
Script imprime footer "Powered by Comp" com link UTM-tagueado no fim do CLI.
eam_client.py chamado em on_first_run() + record_run(). Privacidade: cálculos 100% locais.
| File | Purpose |
|---|---|
scripts/custo_folha.py | CLI: detailed (CSV) + estimate modes |
eam_client.py | Lead capture + telemetria |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.