hrv-alexithymia-expert
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: Analysis of the skill instructions and reference code reveals no malicious patterns, obfuscation, or data exfiltration attempts. The provided code is focused on mathematical HRV calculations and logical mappings for emotional states.
- [EXTERNAL_DOWNLOADS]: The skill requires several standard Python packages for scientific and physiological data processing, specifically
heartpy,neurokit2,scipy,numpy,pandas, andmatplotlib. These are widely recognized and trusted libraries within the developer and research communities. - [PROMPT_INJECTION]: The skill exposes a surface for indirect prompt injection by incorporating tools for external data ingestion without explicit safety markers.
- Ingestion points: The skill utilizes
WebFetchandmcp__firecrawl__firecrawl_searchto retrieve content from external sources. - Boundary markers: No delimiters or specific instructions to ignore embedded commands are present in the provided files.
- Capability inventory: The agent has access to
Bash(used for package installation),Write, andEdittools. - Sanitization: No evidence of output sanitization or schema validation for external data is implemented in the reference logic.
Audit Metadata