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 is a coherent game client that uses a dedicated game token to play Famine Survival through its disclosed Agent API.
Install only if you intend to let an agent play this Famine Survival account through the Agent API. Use a dedicated FAMINE_AGENT_TOKEN, avoid broad autonomy for market pricing or expensive/risky actions unless you are comfortable with those in-game consequences, and keep the API base URL on the production service or a trusted local development server.
def main() -> int:
args = build_parser().parse_args()
token = os.environ.get("FAMINE_AGENT_TOKEN", "")
try:
client = Client(args.api_base, token, args.timeout)
if args.operation == "me":65/65 vendors flagged this skill as clean.
No suspicious patterns detected.