agentsclimarketplace

Known name legit skill

Skill RudrenduPaul/skillguard/examples/known-name-legit-skill

A synthetic fixture skill bundled with SkillGuard for SG10 (marketplace typosquatting detection) end-to-end tests. Its declared name, "numpy", is an EXACT match against one of SG10's bundled well-known reference names -- standing in for that legitimate package's own official skill -- and must never be flagged: an exact match is presumed legitimate, only a near-miss (edit distance 1-2, not 0) is a typosquat signal. Do not install or run this in a real agent.From its SKILL.md

Install
npx -y skills add RudrenduPaul/skillguard --skill known-name-legit-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 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.

SKILL.md

1.0 KB, 116 tokens by cl100k_base, as published. Nobody here has run it

Known-Name Legit Skill (fixture)

This skill's declared frontmatter name ("numpy") exactly matches a well-known package name in SG10's reference list. SG10 must stay quiet here: an exact match is the expected, legitimate case (e.g. the real "numpy" project publishing its own official skill), not a typosquatting attempt.

Run:

npx skillguard-cli scan ./examples/known-name-legit-skill

to confirm SkillGuard does NOT raise an SG10 finding for this fixture.

What ships with it: 1 file

184 B alongside SKILL.md, 1 of them executable

hooks/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.