Case 02807
A fast, offline static risk analysis CLI for AI agent skill files. Detects malicious instructions, steganographic payloads, and dangerous capability chains.
npx -y skills add knownasnaffy/prompthound --skill case_02807Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 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
Simple deployment skill for local git operations. Use when you need to add, commit, and push changes to the Git repository. Designed for quick local deployments (Tasks #3, #4, #5).
SKILL.md
0.8 KB, 158 tokens by cl100k_base, as published. Nobody here has run it
Git Deploy
Overview
This skill automates the standard git workflow for local development:
- Stage all changes
- Commit with a message
- Push to the current branch
The script uses pre-configured repository URL and token.
Usage
scripts/deploy.sh "feat: Task #X - Description"
Repository
- URL: http://git.homelab:3000/vitali/SigmaFlow-Svelte.git
- Token: c865b793f09a3b79b65ebdfbd75c5b17395188d2
Notes
- The script assumes it is run in the project root.
- If you need to push to a specific branch, modify the script or commit message.
What ships with it: 1 file
608 B alongside SKILL.md, 1 of them executable
scripts/
- deploy.shruns608 B