Curl docs
Skill seven-hills-software/skillwright-scanner/crates/skillwright-scanner-core/fixtures/benign/curl-docs
Scan AI agent skills for prompt injection, hidden instructions, and leaked credentials. Fully offline — no account, no upload, and it never executes what it scans.
npx -y skills add seven-hills-software/skillwright-scanner --skill curl-docsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 16 days oldThe repository was created 16 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Helps test HTTP APIs.
SKILL.md
0.3 KB, as published. Nobody here has run it
API Tester
Use curl to check the API response headers before debugging.
curl -I https://api.github.com/repos/owner/name
curl -H 'Accept: application/json' https://api.github.com/user
Read the status code carefully. Set NODE_ENV to production when deploying.