Weekness — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Weekness (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.dvdksn/weekness -->
An MCP (Model Context Protocol) server that provides week and calendar helper tools for converting between dates and ISO weeks, performing week arithmetic, and looking up weekday names.
docker run --rm -i ghcr.io/dvdksn/weekness:latestgo build -o weekness .This MCP server communicates over stdio and is designed to be used with MCP clients like Claude Desktop or other applications that support the Model Context Protocol.
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"weekness": {
"command": "docker",
"args": ["run", "--rm", "-i", "ghcr.io/dvdksn/weekness:latest"]
}
}
}Or if running from a local build:
{
"mcpServers": {
"weekness": {
"command": "/path/to/weekness"
}
}
}2024-03-15T10:30:00Z2024-03-15T10:30:00-07:002024-03-152024-W15 (where accepted)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.