Social Media Automation Skills Registry
Analysis
This instruction-only registry asks for sensitive Bolta workspace credentials and appears to include an API key while its registry metadata says no credentials or verified source are declared, so it should be reviewed carefully before installation.
Findings (5)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`posts:write` Create and update posts; `posts:delete` Delete posts and scheduled content; `content:bulk` Perform bulk content operations; `team:manage_keys` Rotate and manage API keys
The skill documents API scopes that can change or delete public/business content and manage workspace keys. These capabilities are related to social media automation, but they are high-impact.
Source: unknown; Homepage: none
The registry-level provenance is not established. For a skill that asks for sensitive API credentials, unknown source and missing homepage materially increase installation risk.
"verified": true, "sourceRepository": "https://github.com/boltaai/bolta-skills"
The skill self-asserts that it is verified and names an official-looking repository, while the supplied registry metadata says the source is unknown and homepage is none. Such claims can create unwarranted trust.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"requiredEnvironmentVariables": [{ "name": "BOLTA_API_KEY", "required": true, "sensitive": true, ... }, { "name": "BOLTA_WORKSPACE_ID", "required": true, ... }]SKILL.md requires a sensitive workspace API key and workspace ID even though the supplied registry requirements list no required env vars and no primary credential. That mismatch under-discloses account authority.
Static scan at SKILL.md:385: "API Key: [REDACTED]"
The scanner reports that the documentation appears to contain a hardcoded API secret or token. A real key embedded in a skill can be abused and indicates unsafe credential handling.
