hermes-health-check-expandido

Detect and validate tokens and data freshness across Hermes scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lk-snkrs/spiti-financial-legacy-mixed --skill hermes-health-check-expandido
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-health-check-expandido
Source: https://github.com/lk-snkrs/spiti-financial-legacy-mixed/tree/main/.hermes/skills/system/hermes-health-check-expandido
Command: npx skills add https://github.com/lk-snkrs/spiti-financial-legacy-mixed --skill hermes-health-check-expandido

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expandido health check para verificar tokens dentro dos scripts e o frescor dos dados, assegurando que tokens estejam válidos, scripts com falhas sejam detectados e os dados estejam atualizados.

Core Features & Use Cases

  • Token checks in scripts: verificação de tokens placeholders, tokens revogados e tokens hardcoded para evitar vazamento de credenciais.
  • Data freshness monitoring: valida o recency das informações em tabelas críticas (ex.: lk_intel.transactions_full e lk_intel.orders) para garantir dados atuais.
  • Script syntax and integrity: valida a sintaxe de scripts (exemplos: python) e identifica lógicas quebradas ou discrepâncias entre código e dados.
  • Operational scope: aplica-se a pipelines de health checks automatizados com alertas claros e ações corretivas.

Quick Start

Execute o health check expandido em seu ambiente Hermes para validar tokens, frescor de dados e integridade de scripts.

Frequently Asked Questions about hermes-health-check-expandido

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate health checks for token validity and data freshness in my scripts?

Automated health checks validate token hygiene and data freshness by detecting revoked or hardcoded tokens and assessing data recency against database queries. This ensures script integrity and current data across expanded environments, providing clear failure signals for corrective actions.

What is data freshness monitoring and how does it work with database queries?

Data freshness monitoring validates the recency of information in critical tables by running assessments against database queries. It checks tables like lk_intel.transactions_full and lk_intel.orders to guarantee that your pipeline relies on current, up-to-date data.

How do I detect hardcoded or revoked tokens in my Python scripts?

Detect hardcoded or revoked tokens in Python scripts by applying automated token checks to identify placeholders and revoked credentials. This prevents credential leakage and ensures only valid authentication tokens are used within your automated workflows.

Can I use automated health checks to validate script syntax and integrity?

You can use automated health checks to validate Python script syntax and identify broken logic or discrepancies between code and data. This monitors script integrity and ensures your automated pipelines execute without syntax failures.

What is the best way to prevent credential leakage from hardcoded tokens in automated pipelines?

Prevent credential leakage from hardcoded tokens by enforcing token checks within automated health-check workflows. This validates token hygiene by detecting placeholders, hardcoded credentials, and revoked tokens before they cause security vulnerabilities.

Why do my automated health checks fail when script syntax is valid but data is stale?

Health checks fail despite valid syntax when data freshness assessments detect stale information in critical database tables. The system validates data recency against queries to tables like lk_intel.orders, generating actionable failure signals to update your data.