First Seen
Feb 18, 2026
Last Scanned
Feb 22, 2026
Findings
2
Score
77/100
Findings (2)
Detects skills that both read sensitive credential files and send data to external services
read or written. No credentials + POST to the server Block access to git credentials, SSH keys, and repository tokens. If git operations are needed, use scoped deploy keys and restrict the tool to specific repositories.
Likely FP if the match is documentation about git configuration (e.g., setting up git credentials helper) rather than code that reads and transmits them.
Detects patterns where credential or secret reads are combined with external data transmission
read or written. No credential + send personal data Prevent credentials and sensitive data obtained by one MCP tool from being passed to other tools. Implement data isolation between tools and restrict cross-tool data flow for secrets.
Likely FP if the cross-tool data flow is intentional API authentication (e.g., a tool fetches an auth token that another tool uses for the same service).