Skip to main content

data-sensitivity

Detects and blocks sensitive data in user messages, ensuring compliance with GDPR and other data protection regulations.

Install this skill

or
89/100

Security score

The data-sensitivity skill was audited on Apr 17, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 95

Access to .env file

SourceSKILL.md
95**The only rule we enforce here**: never hardcode secrets. Use `os.environ` / `process.env` / equivalent. If the user's prompt contained real secrets, output code with placeholders and env vars instea
medium line 138

Access to .env file

SourceSKILL.md
138> Store credentials in a `.env` file (gitignored) or use AWS IAM roles.
low line 97

External URL reference

SourceSKILL.md
97For comprehensive secure coding review patterns, see [baz-scm/awesome-reviewers secure-coding](https://lobehub.com/skills/baz-scm-awesome-reviewers-secure-coding/skill.md) and their [keep-secrets-out
Scanned on Apr 17, 2026
View Security Dashboard
Installation guide →