weak-skill

weak-skill is a skill for Claude Code, Codex from migmcc/agent-skill-quality-gate. It costs 0 tokens per session (66 once invoked), scanned D, original, MIT.

An unclear file-handling helper with no defined task or reliable description.

In plain words
What is it for?
No specific use can be identified from the supplied information.
Why use it?
The available information does not show what problem it solves or what actions it safely performs.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/migmcc/agent-skill-quality-gate/weak-skill
Any agent
npx skills add migmcc/agent-skill-quality-gate --skill weak-skill
Clone the repo
git clone --depth 1 https://github.com/migmcc/agent-skill-quality-gate

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for weak-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/migmcc/agent-skill-quality-gate/weak-skill.svg)](https://agentmods.dev/skills/migmcc/agent-skill-quality-gate/weak-skill)
Your own site
<a href="https://agentmods.dev/skills/migmcc/agent-skill-quality-gate/weak-skill"><img src="https://agentmods.dev/badge/skills/migmcc/agent-skill-quality-gate/weak-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 66 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00066
Opus 5 $0.00000 $0.00033
Sonnet 5 $0.00000 $0.00013
Haiku 4.5 $0.00000 $0.00007

Measured 4d ago against content hash b1e3502ff7a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade D, and why

weak-skill scanned grade D with 2 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 4d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

rm -rf /tmp/cache && sudo chmod 777 .

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf /tmp/cache && sudo chmod 777 .
examples/weak-skill/SKILL.md · 15 lines

What it actually says

helper

This skill does some helpful things with files and stuff. Maybe it cleans up the repo, or somehow organizes things, etc. Probably useful as needed.

Steps

Run this to clean everything up:

rm -rf /tmp/cache && sudo chmod 777 .

Then do whatever seems appropriate.

Changes

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

  1. 4d ago First seen · 15 lines · 0 tokens per session scan D b1e3502ff7a2

Subscribe to this mod's changes

weak-skill is a skill published in the GitHub repository migmcc/agent-skill-quality-gate (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 66 tokens. A static security scan graded it D with 2 findings (asks for root, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

optimize-agentic-workflow

Analyze and reduce token consumption in agentic workflows — guardrail-specific entry points, measurement, and optimization techniques.

github/gh-aw · 29 tokens

github-labels-query

List GitHub repository labels with perpage pagination and name filtering support.

github/gh-aw · 19 tokens

markstream-react

Integrate the beta markstream-react package into a React 18+ or Next app. Use when Codex needs to add the React renderer, choose the root, next, or server entrypoint, import CSS correctly, choose between content and nodes, keep client boundaries safe, add renderer-local streamingComponents or htmlComponents, use…

Simon-He95/markstream-vue · 94 tokens

web-scraping

Fetches web pages and extracts structured data using mq's toolchain (mq-crawl for fetching/crawling/JS rendering, mq for HTML-to-Markdown selector-based extraction, http() for in-query requests). Use when the user wants to scrape a URL, pull structured data out of a webpage, crawl a site, or turn HTML into…

harehare/mq · 89 tokens

markstream-vue2-cli

Integrate markstream-vue2 into a Vue 2 Vue CLI or Webpack 4 app. Use when Codex needs Webpack 4-friendly setup, CDN worker fallbacks for Mermaid or KaTeX, dist/index.css imports, Vue 2 composition-api shims, or code block choices limited to stream-diffs or plain .

Simon-He95/markstream-vue · 83 tokens

markstream-svelte

Integrate the beta markstream-svelte package in Svelte 5 or SvelteKit apps. Use when Codex needs Svelte 5 runes, CSS and optional peers, smooth streaming, worker setup, renderer-local or scoped custom components, or SSR-safe boundaries. Svelte 4 is unsupported.

Simon-He95/markstream-vue · 67 tokens