
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@honeycrisp/folders
Advanced tools
Folder-as-API: watched folders run declared local pipelines; results land beside the drop; every run is audited
The filesystem is the interface. Watched folders run declared pipelines: drop a file in from any device that can reach the folder (iCloud Drive makes that every Apple device), and the result appears beside it. No app, no UI, no login.
Agents/
├── Shout/
│ ├── .pipeline.yaml ← the folder documents itself
│ ├── hello.txt ← you drop this
│ └── hello.txt.result.md ← this appears
└── Wordcount/
└── .pipeline.yaml
name: shout
description: uppercase any text file
steps:
- name: read
run: ["cat", "{input}"] # argv array — never a shell string
- name: shout
run: ["tr", "a-z", "A-Z"] # receives previous step's stdout on stdin
{input} = the dropped file's absolute path; {dir} = the pipeline folder.<name>.result.md, stamped with provenance.network: true — the folder's
contract is inspectable before you drop anything in it, and the declaration
lands in the audit row.A failing step writes <name>.error.md beside the drop, in plain English:
which step, what happened, what to do. Every run — success or failure — writes
a row to the suite's shared audit DB.
honeycrisp-folders ~/Library/Mobile\ Documents/com~apple~CloudDocs/Agents
For always-on operation, install the launchd template in launchd/
(instructions inside). iCloud dataless files are requested for download
automatically (brctl download); processing starts when the bytes arrive.
Anyone who can write a folder's .pipeline.yaml decides what runs on drops
into that folder. Keep the watched root inside your own iCloud Drive (private
by default) and treat shared folders as untrusted. Command allowlisting /
pipeline pinning is on the roadmap.
FAQs
Folder-as-API: watched folders run declared local pipelines; results land beside the drop; every run is audited
The npm package @honeycrisp/folders receives a total of 19 weekly downloads. As such, @honeycrisp/folders popularity was classified as not popular.
We found that @honeycrisp/folders demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.