configure-memory-profiling
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
WebSearchandWebFetchto check the latest versions ofpytest-memrayandmemrayon PyPI, which is a well-known and trusted package registry. - [COMMAND_EXECUTION]: The skill executes package installation commands using
uv add --group dev pytest-memray. This is standard behavior for a configuration skill and targets well-known, legitimate testing libraries. - [COMMAND_EXECUTION]: The skill uses
Bashto perform project discovery (e.g.,find,grep,pwd) and setup tasks. These operations are confined to the project directory and are consistent with the skill's stated purpose. - [SAFE]: The skill creates and modifies configuration files such as
pyproject.toml,.github/workflows/memory-profiling.yml, andtests/conftest.py. These actions are necessary for integrating memory profiling into the developer workflow and do not involve sensitive system paths or credential exfiltration.
Audit Metadata