BugPack List Bugs

v1.0.2

List all tracked bugs from BugPack with status and project filtering. Use when: user asks about bugs, pending issues, bug lists, or wants to see what needs f...

0· 119·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the instructions. The skill's declared purpose (listing bugs) legitimately requires an HTTP GET to a BugPack server; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are narrow and specific: call GET http://localhost:3456/api/bugs, parse JSON, and present results grouped by status. The instructions do not request reading files, other env vars, or sending data to external endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or installed.
Credentials
No environment variables, credentials, or config paths are requested; the access requested (local HTTP endpoint) is proportional to the stated task.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent privileges. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges.
Assessment
This skill will make an HTTP GET to http://localhost:3456/api/bugs and display the returned JSON as a table. That is consistent with its purpose and it asks for no credentials or installs. Before using it, ensure you actually run a trusted BugPack server on port 3456 (otherwise requests will fail or hit an unexpected local service). If you are concerned about any agent making requests to localhost, restrict or review skill invocation settings — the skill will perform the network request when invoked.

Like a lobster shell, security has layers — review code before you run it.

latestvk972kfbn8havwk9mfw65h6e8px83567b

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🐛 Clawdis

Comments