Skip to main content

harden

Audits Oracle configurations for safety and governance, ensuring compliance and identifying misconfigurations before they become issues.

Install this skill

or
91/100

Security score

The harden skill was audited on May 16, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 21

Access to .env file

SourceSKILL.md
21/harden --secrets # Secrets scan only — .env, keys, tokens
low line 53

Access to .env file

SourceSKILL.md
53# .env files that shouldn't be tracked
low line 54

Access to .env file

SourceSKILL.md
54git ls-files | grep -E '\.env($|\.)' | grep -v '\.example' | while read f; do
low line 69

Access to .env file

SourceSKILL.md
69for pattern in ".env" "node_modules/" ".DS_Store" "ψ/active/" "ψ/memory/logs/"; do
medium line 105

Access to .env file

SourceSKILL.md
105| No secrets | `secrets` or `.env` in golden rules | Yes |
Scanned on May 16, 2026
View Security Dashboard
Installation guide →