{"id":29921973,"url":"https://github.com/defrecord/sefaca","last_synced_at":"2025-08-02T08:44:32.858Z","repository":{"id":307386228,"uuid":"1029352496","full_name":"defrecord/sefaca","owner":"defrecord","description":"Safe Execution Framework for Autonomous Coding Agents - Stop AI agents from eating your infrastructure","archived":false,"fork":false,"pushed_at":"2025-07-30T23:52:16.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-31T02:09:03.555Z","etag":null,"topics":["agent","ai","framework","freebsd","monitoring","nodejs","python","safety","sandbox","security"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/defrecord.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-30T23:18:06.000Z","updated_at":"2025-07-30T23:52:19.000Z","dependencies_parsed_at":"2025-07-31T02:09:16.409Z","dependency_job_id":"8e61623c-0abf-412b-b191-ba9dbdc5f13d","html_url":"https://github.com/defrecord/sefaca","commit_stats":null,"previous_names":["defrecord/sefaca"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/defrecord/sefaca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrecord%2Fsefaca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrecord%2Fsefaca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrecord%2Fsefaca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrecord%2Fsefaca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defrecord","download_url":"https://codeload.github.com/defrecord/sefaca/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defrecord%2Fsefaca/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268356088,"owners_count":24237380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","ai","framework","freebsd","monitoring","nodejs","python","safety","sandbox","security"],"created_at":"2025-08-02T08:44:31.752Z","updated_at":"2025-08-02T08:44:32.835Z","avatar_url":"https://github.com/defrecord.png","language":"Makefile","readme":"# SEFACA\n\n\u003e Safe Execution Framework for Autonomous Coding Agents\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Status: Experimental](https://img.shields.io/badge/Status-Experimental-orange.svg)](https://github.com/defrecord/sefaca)\n[![FreeBSD](https://img.shields.io/badge/FreeBSD-AB2B28?style=flat\u0026logo=freebsd\u0026logoColor=white)](https://www.freebsd.org/)\n[![Python](https://img.shields.io/badge/Python-3.8+-3776AB?style=flat\u0026logo=python\u0026logoColor=white)](https://www.python.org/)\n[![Node.js](https://img.shields.io/badge/Node.js-16+-339933?style=flat\u0026logo=node.js\u0026logoColor=white)](https://nodejs.org/)\n\nStop AI agents from eating your infrastructure.\n\n\u003e **Note**: This repository is currently a placeholder while the core SEFACA code is being developed in an incubator. The installation and usage instructions below represent the planned functionality.\n\n## Installation\n\n```bash\ncurl -sSL https://sefaca.dev/install.sh | sh\n```\n\n## Quick Start\n\n```bash\nsefaca run --context \"[builder:ai:$USER@local(myapp:main)]\" \"python ai_agent.py\"\n```\n\n## Features\n\n- **Execution Context**: `[persona:agent:reviewer@env(repo:branch)]` - Complete tracking of every AI action\n- **Resource Limits**: CPU, memory, and process constraints\n- **Pattern Detection**: Blocks dangerous operations before execution\n- **Audit Trail**: Every action logged and traceable\n\n## Execution Context Format\n\nSEFACA uses a structured context format to track and identify every AI action:\n\n```\n[persona:agent:reviewer@environment(repository:branch)]\n```\n\n- **persona**: The role or type of agent (e.g., `builder`, `reviewer`, `tester`)\n- **agent**: The AI system identifier (e.g., `ai`, `gpt4`, `claude`)\n- **reviewer**: The human or system reviewing the actions (e.g., `$USER`, `ci-bot`)\n- **environment**: The execution environment (e.g., `local`, `staging`, `prod`)\n- **repository**: The code repository being worked on\n- **branch**: The git branch being modified\n\nExample: `[builder:ai:jwalsh@local(myapp:feature-123)]`\n\n## Documentation\n\nDocumentation is being developed. See [docs/README.md](docs/README.md) for planned content.\n\n## License\n\nMIT\n\n---\n\nFor more information, visit [sefaca.dev](https://sefaca.dev)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefrecord%2Fsefaca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefrecord%2Fsefaca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefrecord%2Fsefaca/lists"}