Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
5 /100
standard-readme
Write or audit README files following the Standard Readme specification (github.com/RichardLitt/standard-readme)
This skill is a pure documentation guide for writing and auditing README files following the Standard Readme specification, with no executable code, scripts, or dependencies whatsoever.
Skill Namestandard-readme
Duration22.2s
Enginepi
Safe to install
This skill is safe to use. No action required.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No code files exist; SKILL.md describes reading project files conceptually but i…
Network NONE NONE No network calls in any code; external URLs only appear as documentation example…
Shell NONE NONE No shell usage in any file
Environment NONE NONE No environment variable access
Skill Invoke NONE NONE No cross-skill invocations
Clipboard NONE NONE No clipboard usage
Browser NONE NONE No browser usage
Database NONE NONE No database access
3 findings
🔗
Medium External URL 外部 URL
https://www.apache.org/licenses/
LICENSE.txt:3
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square
SKILL.md:78
🔗
Medium External URL 外部 URL
https://img.shields.io/npm/v/my-package.svg?style=flat-square
SKILL.md:79

File Tree

2 files · 18.8 KB · 424 lines
Markdown 1f · 262L Text 1f · 162L
├─ 📄 LICENSE.txt Text 162L · 8.9 KB
└─ 📝 SKILL.md Markdown 262L · 9.9 KB

Security Positives

✓ No executable code — skill is pure markdown documentation
✓ No dependencies (no requirements.txt, package.json, Cargo.toml, etc.)
✓ No scripts or binaries present
✓ No credential harvesting, data exfiltration, or network callbacks
✓ No obfuscation or encoded payloads
✓ No sensitive file access
✓ Apache 2.0 license is standard and benign
✓ External URLs only appear as documentation examples (shield.io badges, GitHub spec link)