numerical-integration
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Comprehensive analysis of the skill's instructions and script files revealed no malicious intent or security vulnerabilities. The content is consistently aligned with its stated purpose of assisting in numerical simulation workflows.
- [PROMPT_INJECTION]: No prompt injection patterns, such as bypass commands, role-play instructions, or system prompt extraction attempts, were detected in any of the files.
- [DATA_EXFILTRATION]: No evidence of data exfiltration was found. The scripts do not perform network requests and do not access sensitive local file paths like SSH keys or environment configuration files.
- [COMMAND_EXECUTION]: The skill does not execute arbitrary shell commands. Python scripts are focused on mathematical logic and utilize standard argument parsing with strict validation of numeric types and string patterns.
- [REMOTE_CODE_EXECUTION]: No remote code execution vectors are present. The skill does not download external scripts for execution, nor does it use dangerous functions like
eval()orexec()for dynamic code generation. - [INDIRECT_PROMPT_INJECTION]: The skill correctly manages the risk of processing untrusted user data by implementing input validation, such as regex constraints for term names (
[a-zA-Z_][a-zA-Z0-9_ -]*) and range checks for numeric parameters, preventing the interpolation of malicious instructions into script outputs.
Audit Metadata