heuristic-to-deterministic
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The instructions and workflow guidelines focus entirely on technical codification of heuristics. No patterns were found that attempt to bypass AI safety filters, override core instructions, or extract system prompts.
- [DATA_EXFILTRATION]: The skill does not perform any network operations or access sensitive directories (e.g., .ssh, .aws). All data processing is restricted to the local workspace and project files.
- [COMMAND_EXECUTION]: The
scripts/test_skill.pyfile usessubprocess.runto execute the localscripts/classify_conversion.pyscript as part of an internal test suite. This execution is confined to local files with static test inputs and follows safe development practices. - [REMOTE_CODE_EXECUTION]: The skill does not download or execute scripts from external sources. All logic is contained within the local Python scripts which rely exclusively on the Python standard library.
- [SAFE]: The
scripts/validate.pyutility usesast.parsefor syntax validation, which safely analyzes code structure without executing it. Thescripts/classify_conversion.pyhelper uses regex-based tokenization to score text, presenting no risk of command injection from user input.
Audit Metadata