Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.01 KB

File metadata and controls

22 lines (14 loc) · 1.01 KB

Security Policy

Agent skills can instruct coding agents to run shell commands, read files, and call external APIs. Treat skill installation like adding dependencies.

Reporting vulnerabilities

Report security issues privately — do not open public issues for exploitable vulnerabilities.

Safe usage

Risk Mitigation
Skills executing destructive shell commands Review SKILL.md before enabling; use sandboxed agent environments
Secret exfiltration via skill prompts Never commit API keys; audit skills that reference network or filesystem paths
Supply-chain via third-party skills Pin skill sources; prefer skills from this repo or verified authors

Scope

This policy covers skills in this repository only. Skills copied to ~/.cursor/skills or equivalent agent paths are your responsibility to audit.