
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
robotframework-sherlock
Advanced tools
The tool for analyzing Robot Framework code in terms of not used code, code complexity or performance issues.
Note
The tool is in the Alpha state, which means it may be unstable and should be used at your own risk. Some features may be broken and there are still many things to be developed. If you find anything unexpected, or you have ideas for improvements not listed in GitHub issues, please open an new issue.
You can install the latest version of Sherlock simply by running:
pip install -U robotframework-sherlock
Sherlock requires Python 3.8+.
Sherlock can prepare analysis based on your source code alone. However, it's currently highly recommended to also include output of test execution.
Run Sherlock with:
sherlock --output <path to output.xml file> <path to source code repository>
To analyze external library/resource use --resource
option:
sherlock --output output.xml --resource SeleniumLibrary src/
sherlock --output output.xml --resource external_repository_used_in_tests/ src/
Sherlock by default prints the output. You can configure what reports are produced by sherlock using --report
option:
sherlock --report print
sherlock --report html
--report
accepts comma separated list of reports:
sherlock --report print,html,json
To show analysis of BuiltIn libraries use --include-builtin
flag:
sherlock --include-builtin src/
FAQs
Robot Framework code analysis tool
We found that robotframework-sherlock demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.