Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security audit
Security checks across malware telemetry and agentic risk
This skill coherently supports user-directed Tencent Coding DevOps queries and issue creation, but users should treat the required Coding token as sensitive.
Install only if you intend to let the agent access your Tencent Coding workspace and create issues when you ask it to. Prefer setting CODING_TOKEN in the environment instead of pasting it into chat, use the least-privileged token available, and review any create_issue call before it runs.
def _resolve_token(token: str | None) -> str:
if token is not None and token.strip():
return token.strip()
env = os.environ.get(TOKEN_ENV, "").strip()
if env:
return env
raise ValueError(65/65 vendors flagged this skill as clean.
No suspicious patterns detected.