Skip to main content

layerproof-api

Enables AI agents to interact with the Layerproof API for managing projects, workspaces, and generating presentations.

Install this skill

or
75/100

Security score

The layerproof-api skill was audited on May 13, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 68

Template literal with variable interpolation in command context

SourceSKILL.md
68```bash
low line 89

Access to hidden dotfiles in home directory

SourceSKILL.md
89echo 'export LAYERPROOF_BASE_URL=https://api.layerproof.com' >> ~/.zshrc
low line 90

Access to hidden dotfiles in home directory

SourceSKILL.md
90echo 'export LAYERPROOF_API_KEY=your-api-key-here' >> ~/.zshrc
low line 91

Access to hidden dotfiles in home directory

SourceSKILL.md
91source ~/.zshrc
low line 72

Access to .env file

SourceSKILL.md
72echo "Please set it in your shell profile or .env file, then re-run."
low line 79

Access to .env file

SourceSKILL.md
79echo "Please set it in your shell profile or .env file, then re-run."
medium line 94

Access to .env file

SourceSKILL.md
94Alternatively, for project-specific settings, create a `.env.local` file in the project root:
medium line 101

Access to .env file

SourceSKILL.md
101When using a `.env.local` file, ensure it is loaded before running any curl commands:
low line 104

Access to .env file

SourceSKILL.md
104# For zsh, load .env.local if it exists
low line 105

Access to .env file

SourceSKILL.md
105if [[ -f .env.local ]]; then
low line 107

Access to .env file

SourceSKILL.md
107source .env.local
low line 89

External URL reference

SourceSKILL.md
89echo 'export LAYERPROOF_BASE_URL=https://api.layerproof.com' >> ~/.zshrc
low line 97

External URL reference

SourceSKILL.md
97LAYERPROOF_BASE_URL=https://api.layerproof.com
Scanned on May 13, 2026
View Security Dashboard
Installation guide →