Calendar

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

Overview

This is a very small calendar helper with no code or hidden behavior, but using it will likely involve granting calendar account access and reviewing any event changes.

Before installing, confirm this is the publisher you trust and be cautious when authorizing calendar access. Treat event creation, meeting scheduling, and provider sync as account-changing actions that should be reviewed before execution.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

64/64 vendors flagged this skill as clean.

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.

#
ASI03: Identity and Privilege Abuse
Low
What this means

If connected to a provider account, the skill may be able to see availability and create or sync calendar events.

Why it was flagged

These features imply access to third-party calendar accounts and the ability to read or modify calendar data, while the registry metadata declares no primary credential, environment variables, or config paths. This is expected for a calendar integration, but users should notice the authorization implications.

Skill content
- Create events
- Schedule meetings
- View availability
- Calendar sync

## Supported Providers

- Google Calendar
- Apple Calendar
- Outlook Calendar
Recommendation

Grant only the calendar provider and scopes you intend to use, and review event details before allowing the agent to create or sync events.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

The agent may use local command-line tools to contact calendar provider APIs if the user asks it to perform calendar actions.

Why it was flagged

The skill requires command-line tools commonly used for HTTP API calls and JSON processing. That fits a provider-integration skill, and no unsafe commands are included, but it means users should review any generated shell/API commands.

Skill content
metadata: {"clawdbot":{"emoji":"📅","requires":{"bins":["curl","jq"]}}}
Recommendation

Inspect provider API commands before running them, especially commands that create, update, invite, delete, or sync events.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

The publisher identity is not fully consistent across the provided metadata, which may make it harder to verify who maintains the skill.

Why it was flagged

The bundled _meta.json ownerId differs from the supplied registry owner ID, and the listing has unknown source and no homepage. There are no code files or install scripts, so this is a provenance note rather than evidence of malicious behavior.

Skill content
"ownerId": "kn76j9swysbar4zmq6nren34eh8007b4"
Recommendation

Verify the publisher in ClawHub before granting calendar account access or relying on the skill for important scheduling tasks.