balzac
Balzac is an AI content platform CLI that streamlines SEO management, content generation, and performance monitoring for digital marketers.
Install this skill
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
Template literal with variable interpolation in command context
| 396 | ```bash |
Template literal with variable interpolation in command context
| 497 | ```bash |
Piping content to bash shell
| 25 | | **allowed-tools** | Bash(balzac:*) | |
Webhook reference - potential data exfiltration
| 271 | # Create Webhook integration |
Webhook reference - potential data exfiltration
| 272 | balzac integrations create --service webhook --name "My Webhook" \ |
Webhook reference - potential data exfiltration
| 273 | --webhook-url https://example.com/hook --webhook-token "optional_bearer" |
Webhook reference - potential data exfiltration
| 444 | ### Pattern 8: Set Up a Webhook to Receive Articles |
Webhook reference - potential data exfiltration
| 448 | # Create a webhook integration with auto-publish |
Webhook reference - potential data exfiltration
| 450 | balzac integrations create --service webhook --name "My App Webhook" \ |
Webhook reference - potential data exfiltration
| 451 | --webhook-url "https://example.com/balzac-hook" \ |
Webhook reference - potential data exfiltration
| 452 | --webhook-token "my_secret_token" \ |
Webhook reference - potential data exfiltration
| 455 | # Webhook payload sent to your URL: |
External URL reference
| 14 | npm release: https://www.npmjs.com/package/balzac-cli |
External URL reference
| 17 | official website: https://hirebalzac.ai |
External URL reference
| 46 | balzac workspaces create --domain https://myblog.com --wait |
External URL reference
| 81 | export BALZAC_API_URL=https://custom-api.example.com/v1 |
External URL reference
| 92 | balzac workspaces create --domain https://myblog.com |
External URL reference
| 93 | balzac workspaces create --domain https://myblog.com --wait |
External URL reference
| 94 | balzac workspaces create --domain https://myblog.com --auto-accept-suggestions --language fr |
External URL reference
| 222 | balzac competitors add --name "Acme Corp" --domain https://acme.com |
External URL reference
| 231 | balzac links add --url https://myblog.com/about |
External URL reference
| 247 | --wordpress-url https://myblog.com --wordpress-username admin \ |
External URL reference
| 273 | --webhook-url https://example.com/hook --webhook-token "optional_bearer" |
External URL reference
| 350 | balzac workspaces create --domain https://myblog.com --wait |
External URL reference
| 431 | --wordpress-url https://myblog.com \ |
External URL reference
| 451 | --webhook-url "https://example.com/balzac-hook" \ |
External URL reference
| 461 | # "cover_image": "https://...", |
External URL reference
| 604 | balzac workspaces create --domain https://site.com --wait # Create |