Files
clawsec/skills/prompt-agent
davida-ps db0339084f chore: migrate repository licensing from MIT to AGPL (#63)
* chore(license): migrate repository licensing to AGPL-3.0-or-later

* fix(ci): skip skill dry-run when version is unchanged
2026-02-24 15:43:14 +02:00
..
2026-02-05 21:58:23 +02:00
2026-02-05 21:58:23 +02:00

Prompt Agent 🛡️

Security audit enforcement for AI agents. Protects your agent through automated security scans and continuous health verification.

Features

  • Automated Security Audits - Daily scans for vulnerabilities, misconfigurations, and exposed secrets
  • Health Verification - Continuous monitoring to ensure your agent remains secure
  • Soul.md Hardening - Guidelines for strengthening your agent's system prompt
  • Tampering Detection - Identifies unauthorized modifications to security files

Quick Install

curl -sLO https://github.com/prompt-security/clawsec/releases/latest/download/prompt-agent.skill

What It Detects

Category Examples
Credentials Exposed API keys, secrets in environment
Permissions Overly permissive file/network access
Skills Unverified authors, suspicious behavior
Tampering Modified security files, disabled crons

Audit Output Example

🛡️ Prompt Agent Security Audit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Summary: 1 critical · 2 warnings · 5 info

CRITICAL:
- [CRED-001] Exposed API key in environment
  Fix: Move to secure credential storage

WARNING:
- [SKILL-012] Skill "random-helper" has no verified author
  Fix: Review skill source or remove if untrusted
  • clawsec-feed - Subscribe to security advisories
  • clawtributor - Report vulnerabilities to the community

License

GNU AGPL v3.0 or later - Prompt Security