Skip to content
BeClaude

agentfrisk

New
GitHub TrendingGeneralby ryanda9910

Frisk 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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agentfrisk.md

3
Invoke with @agent-name
@agentfrisk

Use Cases

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.

Usage Examples

1

/agentfrisk scan ./path/to/AGENTS.md

2

Run agentfrisk on the skill file I just downloaded to check for poisoned instructions.

3

agentfrisk --rules ./cursor-rules/ --output report.json

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..