version-checker
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the Bash tool to run standard version-checking commands such as
pip index,pip-audit, andgrep. These actions are directly related to its stated purpose and do not involve suspicious or unauthorized command execution. - [SAFE]: The skill manages dependencies using official registries (PyPI) and targets well-known packages. This behavior is consistent with developer tools and adheres to the trusted source guidelines.
- [SAFE]: The local data files (
security-advisory-db.mdandversion-matrix.md) provide helpful security information and contain no executable code or malicious instructions. - [SAFE]: No prompt injection or behavior-override instructions were identified. The instructions are focused on providing structured reports and migration strategies.
- [SAFE]: While the skill processes user-controlled dependency strings (Ingestion point), it does so using regular expressions and limited parsing logic (Sanitization) to interact with tools like
pipandpython -c(Capability). There are no specific boundary markers for input files, but the narrow and specialized nature of the operations (version checking) poses no significant indirect prompt injection risk.
Audit Metadata