Pub Clawddocs

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is mostly a documented SkillBoss API wrapper, but it gives the agent broad API-key-powered access, including batch email and SMS actions, without clear guardrails.

Review this skill before installing. It appears to be a broad SkillBoss API reference rather than only a documentation helper. If you use it, protect the API key, do not send sensitive files or media unless appropriate, and require explicit confirmation before any email, SMS, or batch messaging action.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the agent uses these capabilities incorrectly, it could send unintended emails or SMS messages and potentially incur costs or affect recipients.

Why it was flagged

These are outbound communication and batch messaging capabilities exposed through the SkillBoss API; the provided artifacts do not show approval, recipient/content confirmation, rate limits, or rollback guidance before such calls.

Skill content
`email/send` | Send single email ... `email/batch` | Send batch emails ... `prelude/notify-batch` | Batch SMS notifications
Recommendation

Only enable this skill if you trust the SkillBoss account/key and require explicit user confirmation before any email, SMS, or batch-send operation.

What this means

Anyone or any agent action using this key may be able to spend credits or invoke connected provider features.

Why it was flagged

The skill requires a bearer API key that can access a broad provider gateway. This is disclosed and expected for the stated integration, but it is a sensitive credential.

Skill content
One API key, 50+ models across providers ... Auth: `-H "Authorization: Bearer $SKILLBOSS_API_KEY"`
Recommendation

Use a least-privilege or dedicated SkillBoss key if available, monitor usage, and revoke the key if it is no longer needed.

What this means

Sensitive prompts, audio, images, or documents may leave the local environment when the skill is used.

Why it was flagged

The documented workflows send prompts, media, and potentially document/audio contents to an external API gateway and downstream providers. This is purpose-aligned but important for privacy.

Skill content
curl -s -X POST https://api.heybossai.com/v1/run ... `"inputs": {"audio_data": "BASE64_AUDIO", "filename": "recording.mp3"}`
Recommendation

Avoid sending confidential data unless you are comfortable with SkillBoss and its downstream providers processing it.

What this means

Using an undeclared local helper could fail or run code that was not part of this skill review.

Why it was flagged

Several docs reference a run.mjs helper, but the provided manifest/install information says there are no code files and no required binaries. The helper's provenance is therefore not reviewable here.

Skill content
`run.mjs --model bedrock/claude-4-5-sonnet --prompt "Explain quantum computing"`
Recommendation

Prefer the documented curl examples, or verify the source and path of any run.mjs helper before executing it.