Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add settings/hutzelmann/thesis-proposal-skills/settingsgit clone --depth 1 https://github.com/hutzelmann/thesis-proposal-skillsGrade A, and why
thesis-proposal-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"permissions": {
"allow": [
"Bash(rtk read *)",
"Bash(rtk grep *)",
"Bash(rtk ls *)",
"Bash(rtk find *)",
"Bash(rtk wc *)",
"Bash(rtk rg *)",
"Bash(rtk git log *)",
"Bash(rtk git status *)",
"Bash(rtk git diff *)",
"Bash(rtk git show *)",
"Bash(rtk git branch *)",
"Bash(rtk git remote -v)",
"Bash(openspec validate *)",
"Bash(openspec status *)",
"Bash(openspec instructions *)",
"Bash(uv run rtk pytest *)",
"Bash(uv run pytest *)",
"Bash(uv run rtk ruff check *)",
"Bash(uv run ruff check *)",
"Bash(pdfinfo *)",
"Bash(pdfgrep *)",
"Bash(pdftotext *)",
"Bash(pdftoppm *)",
"Bash(gunzip -c *)",
"Bash(kpsewhich *)",
"Bash(python3 scripts/sync_shared.py --check)",
"Bash(uv run inspect log dump *)",
"Bash(python3 skills/proposal-lit-search/scripts/search.py *)",
"Bash(python3 .claude/skills/proposal-lit-search/scripts/search.py *)",
"Bash(python3 .agents/skills/proposal-lit-search/scripts/search.py *)",
"Bash(python3 skills/proposal-check/scripts/check.py *)",
"Bash(python3 .claude/skills/proposal-check/scripts/check.py *)",
"Bash(python3 skills/proposal-write/scripts/check.py *)",
"Bash(python3 .claude/skills/proposal-write/scripts/check.py *)",
"Bash(python3 .agents/skills/proposal-write/scripts/check.py *)",
"Bash(python3 skills/proposal-import/scripts/check.py *)",
"Bash(python3 .claude/skills/proposal-import/scripts/check.py *)",
"Bash(python3 .agents/skills/proposal-import/scripts/check.py *)",
"Bash(openspec new *)",
"Bash(openspec archive *)",
"Bash(python3 skills/proposal-publish/scripts/publish.py *)",
"Bash(python3 .claude/skills/proposal-publish/scripts/publish.py *)",
"Bash(echo \"check-exit=$?\")",
"Bash(cd *)",
"Bash(which *)",
"Bash(command -v *)",
"Bash(test *)",
"BaWhat this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 65 lines scan A f49c50e72a04
thesis-proposal-skills is a settings file published in the GitHub repository hutzelmann/thesis-proposal-skills (6 stars, last pushed 9d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other settings, from other repositories
devops-skills
Agent settings configuring deny, allow.
nerviq
Agent settings declaring 3 hook events (PostToolUse, PreToolUse, SessionStart).
cultivar
Agent settings configuring hooks.
supabase
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
superset
Agent settings declaring 1 hook event (PreToolUse).
claude-cookbooks
Agent settings declaring 2 hook events (SessionStart, PreToolUse).