Lp1
High
- Category
- MCP Least Privilege
- Confidence
- 75% confidence
- Finding
- The skill uses 'env' capability that is not listed in its permissions. This may indicate deceptive intent or missing permission declarations.
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a small remote AI-gateway wrapper that sends prompts and its own API key to a third-party API, with no evidence of hidden persistence or destructive behavior.
Install only if you are comfortable sending prompts and the SKILLBOSS_API_KEY to api.heybossai.com. Avoid pasting secrets, private source code, regulated data, or sensitive business content unless SkillBoss/HeyBossAI's data handling terms are acceptable to you.
#!/usr/bin/env node
const API_BASE = "https://api.heybossai.com/v1";
function usage() {
console.error(`Usage: run.mjs <command> [options]No suspicious patterns detected.