weave-api-calling — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited weave-api-calling (Agent Skill) and scored it 87/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 1 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 2 flagged
The text {match} is the classic direct prompt-injection phrasing. Placed in a skill body that the agent reads as trusted instructions, it tries to make the agent abandon its prior rules and follow whatever comes next — a full system-prompt override.
ignore/disregard/forget … previous instructions sentence.The text {match} asks the agent to disclose its hidden system prompt or initial instructions. That is often the first step of a larger attack: knowing the system prompt lets an attacker craft inputs that defeat its constraints by mimicking its own voice.
repeat/reveal/print your system prompt request from the skill.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.
HTTP endpoints for all Mund, Hord, Domere, and Witan functionality. Use when MCP is unavailable or for web integration.
npx @weave_protocol/api
# or
docker run -p 3000:3000 weave-protocol/api| Method | Path | Purpose |
|---|---|---|
| POST | /mund/scan | Scan content |
| POST | /mund/scan-mcp-server | Vet MCP server |
| POST | /mund/check-secret | Check for secret |
| POST | /mund/check-pii | Detect PII |
| Method | Path | Purpose |
|---|---|---|
| POST | /hord/encrypt | Encrypt data |
| POST | /hord/decrypt | Decrypt data |
| POST | /hord/yoxallismus/lock | Yoxallismus lock |
| POST | /hord/yoxallismus/unlock | Yoxallismus unlock |
| Method | Path | Purpose |
|---|---|---|
| POST | /domere/checkpoint | Create checkpoint |
| POST | /domere/compliance/report | Generate report |
| POST | /domere/anchor | Blockchain anchor |
| Method | Path | Purpose |
|---|---|---|
| POST | /witan/propose | Create proposal |
| POST | /witan/vote | Cast vote |
| POST | /witan/escalate | Escalate decision |
curl -X POST http://localhost:3000/mund/scan \
-H "Content-Type: application/json" \
-d '{"content": "sk-abc123..."}'curl -X POST http://localhost:3000/hord/encrypt \
-H "Content-Type: application/json" \
-d '{"data": "secret", "key": "my-key"}'curl -X POST http://localhost:3000/domere/checkpoint \
-H "Content-Type: application/json" \
-d '{"action": "data_access", "actor": "agent-001"}'~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.