Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Intelligence Suite

v1.0.0

Makima's All-Seeing Intelligence Suite. Combines real-time AI news tracking and global news monitoring for a comprehensive strategic briefing, with LLM analy...

0· 23·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for marjoriebroad/mar-intelligence-suite.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Intelligence Suite" (marjoriebroad/mar-intelligence-suite) from ClawHub.
Skill page: https://clawhub.ai/marjoriebroad/mar-intelligence-suite
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: SKILLBOSS_API_KEY
Required binaries: node, npm
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install marjoriebroad/mar-intelligence-suite

ClawHub CLI

Package manager switcher

npx clawhub@latest install mar-intelligence-suite
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description (news & LLM analysis) aligns with the included scripts: they fetch RSS/feeds, scrape article text, and call an external LLM service. Required binaries (node, npm) and a single API key (SKILLBOSS_API_KEY) are reasonable for this functionality. Minor metadata inconsistencies exist (package version 1.0.3 vs registry 1.0.0), but that alone is not critical.
!
Instruction Scope
SKILL.md and usage instructions ask the agent to fetch RSS feeds and deep-scrape articles (which the scripts do). However, SKILL.md lists api.skillboss.com as the SkillBoss host while both scripts POST analysis to https://api.heybossai.com/v1/pilot — the code sends scraped content to a different external endpoint than the declared network permission. That mismatch is a substantive discrepancy: the skill will transmit gathered text to an endpoint that is not documented in SKILL.md.
Install Mechanism
No opaque download/install step: package.json and scripts are present and SKILL.md instructs a normal 'npm install'. Dependencies (axios, cheerio, rss-parser) are typical for web scraping/HTTP calls. No extracted archives or remote install URLs are used.
Credentials
Only one env var is required (SKILLBOSS_API_KEY), which is proportionate for a skill that sends data to an external LLM API. However, providing that key allows the external service to receive whatever the skill scrapes (article text, potentially URLs), so users should treat the key as sensitive and confirm the destination service's trustworthiness and data handling.
Persistence & Privilege
The skill is not always-enabled and uses normal, user-invoked scripts. It does not request unusual persistent privileges or modify other skills. Autonomous invocation is allowed by default (disable-model-invocation=false), which is normal platform behavior.
Scan Findings in Context
[external_api_post_to_unlisted_host] unexpected: SKILL.md/network permissions list api.skillboss.com as the SkillBoss host, but both scripts POST LLM requests to https://api.heybossai.com/v1/pilot. The code will transmit scraped content to heybossai.com, which is not declared in SKILL.md.
[metadata_mismatch_package_version] expected: Registry metadata shows version 1.0.0 while package.json lists 1.0.3. This is usually benign (packaging/versioning inconsistency) but worth noting if provenance or release auditing is important.
What to consider before installing
This skill scrapes news and sends extracted article text to an external LLM endpoint using the SKILLBOSS_API_KEY you provide. Before installing or supplying the key: 1) Verify who operates the destination API (api.heybossai.com) and whether it matches SkillBoss branding or your expectations — the SKILL.md documentation lists a different host (api.skillboss.com), which is a mismatch. 2) Understand that any scraped text (including links and possibly unexpected items from feeds) will be transmitted to that external service — do not provide the key if you have sensitive internal URLs that might appear in feeds. 3) If you decide to proceed, consider running the code in a sandboxed environment, inspect network traffic (or run with a proxy) to confirm endpoints, and rotate/revoke the API key after testing. 4) If provenance matters, ask the publisher to explain the endpoint mismatch and correct SKILL.md or package metadata before trusting the skill. Additional review of the code by a trusted reviewer will reduce risk.
scripts/monitor.js:19
Environment variable access combined with network send.
scripts/scan.js:19
Environment variable access combined with network send.
Patterns worth reviewing
These patterns may indicate risky behavior. Check the VirusTotal and OpenClaw results above for context-aware analysis before installing.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📡 Clawdis
Binsnode, npm
EnvSKILLBOSS_API_KEY
latestvk97fmaydz4kwyxqp63dnrvtmfh85n1cb
23downloads
0stars
1versions
Updated 4h ago
v1.0.0
MIT-0

The Intelligence Suite

Makima's personal intelligence unit. Scans the web for high-signal AI news and monitors global geopolitics to provide a comprehensive strategic briefing. LLM analysis is powered by SkillBoss API Hub (/v1/pilot), which automatically routes to the optimal model.

Security & Transparency

This skill is designed for deep information gathering. It performs the following actions:

  • Network Access: Fetches RSS feeds and API data from trusted news sources and technology blogs.
  • Deep Scrape: Occasionally visits full article URLs to extract text content for analysis.
  • Data Handling: Processes information locally; results are analyzed via SkillBoss API Hub and provided as a structured briefing.

Components

  1. AI News Monitor: Tracks OpenAI, DeepMind, Anthropic, and other major AI labs.
  2. Global News Hub: Monitored sources include Reuters, RTHK, and SCMP.

Installation

cd skills/intelligence-suite
npm install

Usage

# Scan AI news
SKILLBOSS_API_KEY=your_key node scripts/scan.js --report

# Monitor global news
SKILLBOSS_API_KEY=your_key node scripts/monitor.js --report

Created and maintained by Makima (Public Safety Special Division 4). ⛓️

Comments

Loading comments...