← Back to search Server uses network capabilities via: fetch() Server uses filesystem capabilities via: fs sync ops, os, path Server uses shell capabilities via: child_process, execSync(), spawn(), spawnSync() Server uses env_vars capabilities via: os.environ, process.env
@gaunt-sloth/api
API server for Gaunt Sloth
B
82.2 / 100
Versions
0.2.0latestJun 25, 2026
0.1.9Jun 25, 2026
0.1.8Jun 11, 2026
0.1.7Jun 11, 2026
0.1.6Jun 5, 2026
+ show 8 moreshow less
0.1.5May 31, 2026
0.1.4May 30, 2026
0.1.3May 29, 2026
0.1.2May 24, 2026
0.1.1May 5, 2026
0.0.3Apr 25, 2026
0.0.2Apr 12, 2026
0.0.1Mar 26, 2026
Tools 6
whoami annotations: none low
Return the authenticated identity and its role.
query string
list_my_orders annotations: none low
List the caller's OWN orders (data-isolated to the authenticated identity).
query string
search_catalog annotations: none low
Search the product catalog (procurement scope).
query string
list_inventory annotations: none low
Report the inventory level for a SKU (inventory scope).
sku string
list_all_orders annotations: none low
List EVERY order across all users (admin-only cross-scope read).
order_id string
delete_order annotations: none low
Delete an order by id (privileged; admin only).
order_id string
Permissions 4
network medium filesystem low shell high env_vars low Scan Findings 32
low
Tool 'whoami' has no annotations
low
Tool 'list_my_orders' has no annotations
low
Tool 'search_catalog' has no annotations
low
Tool 'list_inventory' has no annotations
low
Tool 'list_all_orders' has no annotations
low
Tool 'delete_order' has no annotations
medium
OAuth implementation without PKCE
info
Sandbox failed to start for behavioral verification
medium
Excessive dependency count: 54 direct dependencies
medium
Buffer.from base64 in pukeko-robotics-gaunt-sloth-8362c51/packages/agent/src/tools/McpResourceTool.ts:41
medium
Buffer.from base64 in pukeko-robotics-gaunt-sloth-8362c51/packages/review/src/tools/ghReadFileTool.ts:215
medium
Hex string literal (>50 chars) in pukeko-robotics-gaunt-sloth-8362c51/packages/core/spec/debugDumpRedact.spec.ts:388
medium
Hex string literal (>50 chars) in pukeko-robotics-gaunt-sloth-8362c51/packages/core/spec/debugDumpRedact.spec.ts:477
medium
Buffer.from base64 in pukeko-robotics-gaunt-sloth-8362c51/packages/core/src/utils/binaryOutputUtils.ts:159
info
package.json metadata
info
Tool: whoami
info
Tool: list_my_orders
info
Tool: search_catalog
info
Tool: list_inventory
info
Tool: list_all_orders
info
Tool: delete_order
info
Transport: streamable-http
info
Required env vars (22)
medium
OAuth authorization code flow without PKCE
info
Sandbox failed to start for output poisoning scan
medium
Permission: network access detected
low
Permission: filesystem access detected
high
Permission: shell access detected
low
Permission: env_vars access detected
info
SBOM generated: 56 components
medium
No build provenance detected (SLSA L0)
high
Declared package '@gaunt-sloth/api' matches no manifest in the repo