agentfrisk
NewFrisk agent skill / rules files (Claude Code skills, AGENTS.md, Cursor rules) for poisoned instructions before you load them. Zero-dep Node CLI.
Summary
md, or Cursor rules) for potentially poisoned instructions before you load them.
- It helps developers safely vet third-party agent configurations and prevent malicious or unintended behaviors from being introduced into their development environment.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/agentfrisk.md
@agentfriskUse Cases
Usage Examples
/agentfrisk scan ./path/to/AGENTS.md
Run agentfrisk on the skill file I just downloaded to check for poisoned instructions.
agentfrisk --rules ./cursor-rules/ --output report.json
Security Audits
Frequently Asked Questions
What is agentfrisk?
agentfrisk is a zero-dependency Node.js CLI tool that scans agent skill files (like Claude Code skills, AGENTS.md, or Cursor rules) for potentially poisoned instructions before you load them. It helps developers safely vet third-party agent configurations and prevent malicious or unintended behaviors from being introduced into their development environment.
How to install agentfrisk?
To install agentfrisk: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agentfrisk.md. Finally, @agentfrisk in Claude Code.
What is agentfrisk best for?
agentfrisk is a agent categorized under General. It is designed for: agent. Created by ryanda9910.
What can I use agentfrisk for?
agentfrisk is useful for: Scan a downloaded AGENTS.md file for hidden or malicious instructions before adding it to your project.; Vet a Claude Code skill from an untrusted source to ensure it doesn't contain prompt injections or dangerous commands.; Check Cursor rules for suspicious patterns that could alter editor behavior in unintended ways.; Integrate agentfrisk into a CI pipeline to automatically review agent skill files in pull requests.; Audit a collection of agent skill files for compliance with security policies before deployment.; Quickly inspect a skill file for known poisoning patterns without needing to read every line manually..