First Seen
Feb 18, 2026
Last Scanned
Feb 22, 2026
Findings
2
Score
77/100
Findings (2)
Detects autonomous sub-agent or cron-based execution without human oversight
Autonomous Execution + autonomous Remove directives that force the agent to call specific tools or APIs not required for the skill's stated functionality. Tool calls should be determined by user intent, not embedded directives.
Likely FP if the skill legitimately needs to call other tools as part of its workflow (e.g., a deployment skill that calls git and cloud CLI tools).
Detects patterns where credential or secret reads are combined with external data transmission
access environment variables or secret + send result 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).