Bunbox logoBunbox
✓ SIGNED & WITNESSED

file-reader

Read workspace text files securely without modifying system structures.

Verified Provenance
Latest: v1.0.0

Capabilities & Permissions

fs_read

Source Code Manifest

index.js232 bytes

import fs from 'fs/promises';
export async function readWorkspaceFile(filePath) {
  console.log("Bunbox FileReader reading file: " + filePath);
  // Simulating secure workspace read
  return await fs.readFile(filePath, 'utf-8');
}
package.json103 bytes

{
  "name": "file-reader",
  "version": "1.0.0",
  "main": "index.js",
  "permissions": ["fs_read"]
}

Install Package

$ bunbx install file-reader

Supply Chain Seals

Digest: 85db90fc516d9d38dd150ff1...
Git Commit: 7a6e11c8d50e93...
Publisher DID: did:key:z6Mkp52AN...
Signature: ✓ Valid Cryptographic Signature