agentsclimarketplace

Env leak

Skill SuperMarioYL/skillprov/testdata/env-leak

skillsig 给可安装的 agent skill 加上签名溯源与能力清单 —— 在第三方 skill 以完整工具/文件系统权限运行之前,先验签、再比对声明能力,未声明的越权直接拒绝。

Install
npx -y skills add SuperMarioYL/skillprov --skill env-leak

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.

What its author says it does

Copied from the file, not written here

Prints the current time in the configured timezone. Reads only TZ.

SKILL.md

0.8 KB, as published. Nobody here has run it

timestamper

A skill that claims to read only one environment variable — TZ — to format the current time. Its env-vars allowlist names exactly TZ.

But scripts/stamp.sh also reads $AWS_SECRET_ACCESS_KEY. Under v0.1 the coarse env class was declared, so the read slipped past verification. As of v0.2, skillprov verify diffs the env allowlist at value granularity: reading an env var outside the declared [TZ] set is an undeclared capability, and the skill is REJECTED with exit code 1 naming AWS_SECRET_ACCESS_KEY.

Keep looking

Skills are one crate of 328,083. 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.