Skip to main content

balzac

Balzac is an AI content platform CLI that streamlines SEO management, content generation, and performance monitoring for digital marketers.

Install this skill

or
36/100

Security score

The balzac skill was audited on Apr 12, 2026 and we found 28 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 396

Template literal with variable interpolation in command context

SourceSKILL.md
396```bash
medium line 497

Template literal with variable interpolation in command context

SourceSKILL.md
497```bash
critical line 25

Piping content to bash shell

SourceSKILL.md
25| **allowed-tools** | Bash(balzac:*) |
low line 271

Webhook reference - potential data exfiltration

SourceSKILL.md
271# Create Webhook integration
low line 272

Webhook reference - potential data exfiltration

SourceSKILL.md
272balzac integrations create --service webhook --name "My Webhook" \
low line 273

Webhook reference - potential data exfiltration

SourceSKILL.md
273--webhook-url https://example.com/hook --webhook-token "optional_bearer"
medium line 444

Webhook reference - potential data exfiltration

SourceSKILL.md
444### Pattern 8: Set Up a Webhook to Receive Articles
low line 448

Webhook reference - potential data exfiltration

SourceSKILL.md
448# Create a webhook integration with auto-publish
low line 450

Webhook reference - potential data exfiltration

SourceSKILL.md
450balzac integrations create --service webhook --name "My App Webhook" \
low line 451

Webhook reference - potential data exfiltration

SourceSKILL.md
451--webhook-url "https://example.com/balzac-hook" \
low line 452

Webhook reference - potential data exfiltration

SourceSKILL.md
452--webhook-token "my_secret_token" \
low line 455

Webhook reference - potential data exfiltration

SourceSKILL.md
455# Webhook payload sent to your URL:
low line 14

External URL reference

SourceSKILL.md
14npm release: https://www.npmjs.com/package/balzac-cli
low line 17

External URL reference

SourceSKILL.md
17official website: https://hirebalzac.ai
low line 46

External URL reference

SourceSKILL.md
46balzac workspaces create --domain https://myblog.com --wait
low line 81

External URL reference

SourceSKILL.md
81export BALZAC_API_URL=https://custom-api.example.com/v1
low line 92

External URL reference

SourceSKILL.md
92balzac workspaces create --domain https://myblog.com
low line 93

External URL reference

SourceSKILL.md
93balzac workspaces create --domain https://myblog.com --wait
low line 94

External URL reference

SourceSKILL.md
94balzac workspaces create --domain https://myblog.com --auto-accept-suggestions --language fr
low line 222

External URL reference

SourceSKILL.md
222balzac competitors add --name "Acme Corp" --domain https://acme.com
low line 231

External URL reference

SourceSKILL.md
231balzac links add --url https://myblog.com/about
low line 247

External URL reference

SourceSKILL.md
247--wordpress-url https://myblog.com --wordpress-username admin \
low line 273

External URL reference

SourceSKILL.md
273--webhook-url https://example.com/hook --webhook-token "optional_bearer"
low line 350

External URL reference

SourceSKILL.md
350balzac workspaces create --domain https://myblog.com --wait
low line 431

External URL reference

SourceSKILL.md
431--wordpress-url https://myblog.com \
low line 451

External URL reference

SourceSKILL.md
451--webhook-url "https://example.com/balzac-hook" \
low line 461

External URL reference

SourceSKILL.md
461# "cover_image": "https://...",
low line 604

External URL reference

SourceSKILL.md
604balzac workspaces create --domain https://site.com --wait # Create
Scanned on Apr 12, 2026
View Security Dashboard
Installation guide →